File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
1212NAME = Talos
1313
1414ARTIFACTS := _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
1818GO_VERSION ?= 1.17
1919GOFUMPT_VERSION ?= v0.1.1
2020GOLANGCILINT_VERSION ?= v1.43.0
Original file line number Diff line number Diff line change @@ -6,22 +6,18 @@ github_repo = "siderolabs/talos"
66match_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
1111pre_release = false
1212
1313preface = """ \
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 ]
You can’t perform that action at this time.
0 commit comments