Skip to content

Commit 05b4007

Browse files
committed
chore: update Go to 1.17.9
This addresses several CVEs in the Go stdlib. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent 65d872e commit 05b4007

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Makefile

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

1414
ARTIFACTS := _out
15-
TOOLS ?= ghcr.io/siderolabs/tools:v1.0.0-1-g4c77d96
16-
PKGS ?= v1.0.0-6-g7c293d5
17-
EXTRAS ?= v1.0.0
15+
TOOLS ?= ghcr.io/siderolabs/tools:v1.0.0-3-ga8fb702
16+
PKGS ?= v1.0.0-7-ge6eb485
17+
EXTRAS ?= v1.0.0-2-gc5d3ab0
1818
GO_VERSION ?= 1.17
1919
GOFUMPT_VERSION ?= v0.1.1
2020
GOLANGCILINT_VERSION ?= v1.43.0

hack/release.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,18 @@ github_repo = "siderolabs/talos"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v1.0.0"
9+
previous = "v1.0.1"
1010

1111
pre_release = false
1212

1313
preface = """\
1414
"""
1515

1616
[notes]
17-
[notes.dockeripv6]
18-
title = "IPv6 in Docker-based Talos Clusters"
17+
[notes.updates]
18+
title = "Component Updates"
1919
description="""\
20-
The command `talosctl cluster create` now enables IPv6 by default for the Docker containers
21-
created for Talos nodes. This allows to use IPv6 addresses in Kubernetes networking.
22-
23-
If `talosctl cluster create` fails to work on Linux due to the lack of IPv6 support,
24-
please use the flag `--disable-docker-ipv6` to revert the change.
20+
Talos is built with [Go 1.17.9](https://go.dev/doc/devel/release#go1.17.minor).
2521
"""
2622

2723
[make_deps]

0 commit comments

Comments
 (0)