chore: bump kernel and go
Bump kernel to [5.15.72](https://github.com/siderolabs/pkgs/pull/601) Bump Go to 1.19.2 - https://github.com/siderolabs/pkgs/pull/599 - https://github.com/siderolabs/extras/pull/62 Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
c7372144de
commit
49e9f808e7
6
Makefile
6
Makefile
@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
|
||||
NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-alpha.0-14-g5df6589
|
||||
PKGS ?= v1.3.0-alpha.0-25-g0ac7773
|
||||
EXTRAS ?= v1.2.0
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-alpha.0-17-ga264809
|
||||
PKGS ?= v1.3.0-alpha.0-28-gb6d0d96
|
||||
EXTRAS ?= v1.3.0-alpha.0
|
||||
GO_VERSION ?= 1.19
|
||||
GOIMPORTS_VERSION ?= v0.1.11
|
||||
GOFUMPT_VERSION ?= v0.3.0
|
||||
|
@ -53,7 +53,9 @@ Refer to the docs at https://www.talos.dev/v1.3/talos-guides/install/single-boar
|
||||
* Flannel: v0.19.2
|
||||
* CoreDNS: v1.10.0
|
||||
* etcd: v3.5.5
|
||||
* Linux: 5.15.70
|
||||
* Linux: 5.15.72
|
||||
|
||||
Talos is built with Go 1.19.2.
|
||||
"""
|
||||
|
||||
[notes.etcd]
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "5.15.70-talos"
|
||||
DefaultKernelVersion = "5.15.72-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
@ -709,7 +709,7 @@ const (
|
||||
DBusClientSocketPath = "/run/dbus/system_bus_socket"
|
||||
|
||||
// GoVersion is the version of Go compiler this release was built with.
|
||||
GoVersion = "go1.19.1"
|
||||
GoVersion = "go1.19.2"
|
||||
|
||||
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
|
||||
KubernetesTalosAPIServiceName = "talos"
|
||||
|
@ -1 +1 @@
|
||||
v1.2.0
|
||||
v1.3.0-alpha.0
|
@ -1 +1 @@
|
||||
v1.3.0-alpha.0-25-g0ac7773
|
||||
v1.3.0-alpha.0-28-gb6d0d96
|
Loading…
Reference in New Issue
Block a user