Skip to content

Commit c0e349f

Browse files
committed
chore: update Go to 1.19.7
Bump Linux to 5.15.98. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent 03edf8c commit c0e349f

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
1313
NAME = Talos
1414

1515
ARTIFACTS := _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
1919
GO_VERSION ?= 1.19
2020
GOIMPORTS_VERSION ?= v0.1.11
2121
GOFUMPT_VERSION ?= v0.4.0

hack/release.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "siderolabs/talos"
66
match_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

1111
pre_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]

pkg/machinery/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
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"

pkg/machinery/gendata/data/extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0-3-g527b5f7
1+
v1.3.0-4-gcb97438

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0-13-gee0d97b
1+
v1.3.0-14-g07c9331

0 commit comments

Comments
 (0)