File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
1313NAME = Talos
1414
1515ARTIFACTS := _out
16- TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-2-g5cc0a25
17- PKGS ?= v1.3.0-13-gee0d97b
18- EXTRAS ?= v1.3.0-3-g527b5f7
16+ TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-3-ge225a7e
17+ PKGS ?= v1.3.0-14-g07c9331
18+ EXTRAS ?= v1.3.0-4-gcb97438
1919GO_VERSION ?= 1.19
2020GOIMPORTS_VERSION ?= v0.1.11
2121GOFUMPT_VERSION ?= v0.4.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/talos"
66match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
88# previous release
9- previous = " v1.3.4 "
9+ previous = " v1.3.5 "
1010
1111pre_release = false
1212
@@ -18,10 +18,9 @@ preface = """\
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description =""" \
21- * Linux: 5.15.94
22- * containerd: 1.6.18
21+ * Linux: 5.15.98
2322
24- Talos is built with Go 1.19.6 .
23+ Talos is built with Go 1.19.7 .
2524"""
2625
2726[make_deps ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414const (
1515 // DefaultKernelVersion is the default Linux kernel version.
16- DefaultKernelVersion = "5.15.94 -talos"
16+ DefaultKernelVersion = "5.15.98 -talos"
1717
1818 // KernelParamConfig is the kernel parameter name for specifying the URL.
1919 // to the config.
@@ -728,7 +728,7 @@ const (
728728 DBusClientSocketPath = "/run/dbus/system_bus_socket"
729729
730730 // GoVersion is the version of Go compiler this release was built with.
731- GoVersion = "go1.19.6 "
731+ GoVersion = "go1.19.7 "
732732
733733 // KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
734734 KubernetesTalosAPIServiceName = "talos"
Original file line number Diff line number Diff line change 1- v1.3.0-3-g527b5f7
1+ v1.3.0-4-gcb97438
Original file line number Diff line number Diff line change 1- v1.3.0-13-gee0d97b
1+ v1.3.0-14-g07c9331
You can’t perform that action at this time.
0 commit comments