diff --git a/Makefile b/Makefile index 54f8b08f1..ea95d5ee5 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true NAME = Talos ARTIFACTS := _out -TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0 -PKGS ?= v1.2.0-alpha.0-20-g247f567 -EXTRAS ?= v1.2.0-alpha.0 +TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0-4-g0d669dd +PKGS ?= v1.2.0-alpha.0-22-gb943a9d +EXTRAS ?= v1.2.0-alpha.0-1-g17a319f GO_VERSION ?= 1.18 GOIMPORTS_VERSION ?= v0.1.10 GOFUMPT_VERSION ?= v0.3.0 diff --git a/hack/release.toml b/hack/release.toml index e9741c8ff..3360e4a31 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -52,7 +52,9 @@ vlan=eth1.5:eth1 ip=172.20.0.2::172.20.0.1:255.255.255.0::eth1.5::::: [notes.updates] title = "Component Updates" description="""\ -* Linux: 5.15.53 +* Linux: 5.15.54 + +Talos is built with Go 1.18.4. """ [notes.talos-config-kernel-param-variable-substitution] diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 54d84ff28..55cc424ae 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -13,7 +13,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "5.15.53-talos" + DefaultKernelVersion = "5.15.54-talos" // KernelParamConfig is the kernel parameter name for specifying the URL. // to the config. @@ -668,7 +668,7 @@ const ( DBusClientSocketPath = "/run/dbus/system_bus_socket" // GoVersion is the version of Go compiler this release was built with. - GoVersion = "go1.18.3" + GoVersion = "go1.18.4" ) // See https://linux.die.net/man/3/klogctl diff --git a/pkg/machinery/gendata/data/extras b/pkg/machinery/gendata/data/extras index 0e85aaf08..2d51cecb0 100644 --- a/pkg/machinery/gendata/data/extras +++ b/pkg/machinery/gendata/data/extras @@ -1 +1 @@ -v1.2.0-alpha.0 \ No newline at end of file +v1.2.0-alpha.0-1-g17a319f \ No newline at end of file diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index ad6cedca3..e7c9c9c14 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.2.0-alpha.0-20-g247f567 \ No newline at end of file +v1.2.0-alpha.0-22-gb943a9d \ No newline at end of file