Skip to content

Commit ac91ade

Browse files
committed
release(v1.12.0): prepare release
This is the official v1.12.0 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 82553b2 commit ac91ade

File tree

6 files changed

+918
-8
lines changed

6 files changed

+918
-8
lines changed

CHANGELOG.md

Lines changed: 904 additions & 0 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ require (
160160
github.com/siderolabs/net v0.4.0
161161
github.com/siderolabs/proto-codec v0.1.2
162162
github.com/siderolabs/siderolink v0.3.15
163-
github.com/siderolabs/talos/pkg/machinery v1.12.0-rc.1
163+
github.com/siderolabs/talos/pkg/machinery v1.12.0
164164
github.com/sirupsen/logrus v1.9.3
165165
github.com/spf13/cobra v1.10.1
166166
github.com/spf13/pflag v1.0.10

hack/release.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore_deps = ["github.com/coredns/coredns"]
99
# previous release
1010
previous = "v1.11.0"
1111

12-
pre_release = true
12+
pre_release = false
1313

1414
preface = """
1515
"""
@@ -33,6 +33,12 @@ containerd: 2.1.6
3333
zfs: 2.4.0
3434
3535
Talos is built with Go 1.25.5.
36+
"""
37+
38+
[notes.aaawhatsnew]
39+
title = "What's New"
40+
description = """\
41+
See also [What's new in Talos v1.12.0](https://docs.siderolabs.com/talos/v1.12/getting-started/what's-new-in-talos) in the documentation for a summary of the most notable changes in this release.
3642
"""
3743

3844
[notes.luks2]

pkg/machinery/gendata/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-rc.1
1+
v1.12.0

pkg/machinery/version/os-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME="Talos"
22
ID=talos
3-
VERSION_ID=v1.12.0-rc.1
4-
PRETTY_NAME="Talos (v1.12.0-rc.1)"
3+
VERSION_ID=v1.12.0
4+
PRETTY_NAME="Talos (v1.12.0)"
55
HOME_URL="https://www.talos.dev/"
66
BUG_REPORT_URL="https://github.com/siderolabs/talos/issues"
77
VENDOR_NAME="Sidero Labs"

website/content/v1.12/reference/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ talosctl cluster create dev [flags]
134134
--bad-rtc launch VM with bad RTC state
135135
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
136136
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
137-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0-rc.1/talosctl-cni-bundle-${ARCH}.tar.gz")
137+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0/talosctl-cni-bundle-${ARCH}.tar.gz")
138138
--cni-cache-dir string CNI cache directory path (default "/home/user/.talos/cni/cache")
139139
--cni-conf-dir string CNI config directory path (default "/home/user/.talos/cni/conf.d")
140140
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -346,7 +346,7 @@ talosctl cluster create dev [flags]
346346
--bad-rtc launch VM with bad RTC state
347347
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
348348
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
349-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0-rc.1/talosctl-cni-bundle-${ARCH}.tar.gz")
349+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0/talosctl-cni-bundle-${ARCH}.tar.gz")
350350
--cni-cache-dir string CNI cache directory path (default "/home/user/.talos/cni/cache")
351351
--cni-conf-dir string CNI config directory path (default "/home/user/.talos/cni/conf.d")
352352
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -3252,7 +3252,7 @@ talosctl upgrade [flags]
32523252
-e, --endpoints strings override default endpoints in Talos configuration
32533253
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
32543254
-h, --help help for upgrade
3255-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.12.0-rc.1")
3255+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.12.0")
32563256
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
32573257
-n, --nodes strings target the specified nodes
32583258
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")

0 commit comments

Comments
 (0)