release(v1.13.0): prepare release

This is the official v1.13.0 release.

Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
This commit is contained in:
Mateusz Urbanek 2026-04-27 10:58:28 +02:00
parent 5e2fc260a8
commit b9e9c65796
No known key found for this signature in database
GPG Key ID: F16F84591E26D77F
6 changed files with 1064 additions and 8 deletions

File diff suppressed because it is too large Load Diff

2
go.mod
View File

@ -158,7 +158,7 @@ require (
github.com/siderolabs/net v0.4.0
github.com/siderolabs/proto-codec v0.1.3
github.com/siderolabs/siderolink v0.3.15
github.com/siderolabs/talos/pkg/machinery v1.13.0-rc.0
github.com/siderolabs/talos/pkg/machinery v1.13.0
github.com/sigstore/cosign/v3 v3.0.5
github.com/sigstore/sigstore v1.10.5
github.com/sigstore/sigstore-go v1.1.4

View File

@ -9,7 +9,7 @@ ignore_deps = ["github.com/coredns/coredns"]
# previous release
previous = "v1.12.0"
pre_release = true
pre_release = false
preface = """
"""

View File

@ -1 +1 @@
v1.13.0-rc.0
v1.13.0

View File

@ -1,7 +1,7 @@
NAME="Talos"
ID=talos
VERSION_ID=v1.13.0-rc.0
PRETTY_NAME="Talos (v1.13.0-rc.0)"
VERSION_ID=v1.13.0
PRETTY_NAME="Talos (v1.13.0)"
HOME_URL="https://www.talos.dev/"
BUG_REPORT_URL="https://github.com/siderolabs/talos/issues"
VENDOR_NAME="Sidero Labs"

View File

@ -134,7 +134,7 @@ talosctl cluster create dev [flags]
--bad-rtc launch VM with bad RTC state
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-rc.0/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-cache-dir string CNI cache directory path (default "/home/user/.talos/cni/cache")
--cni-conf-dir string CNI config directory path (default "/home/user/.talos/cni/conf.d")
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@ -349,7 +349,7 @@ talosctl cluster create dev [flags]
--bad-rtc launch VM with bad RTC state
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-rc.0/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-cache-dir string CNI cache directory path (default "/home/user/.talos/cni/cache")
--cni-conf-dir string CNI config directory path (default "/home/user/.talos/cni/conf.d")
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@ -3454,7 +3454,7 @@ talosctl upgrade [flags]
--drain-timeout duration timeout for draining the Kubernetes node (default 5m0s)
-e, --endpoints strings override default endpoints in Talos configuration
-h, --help help for upgrade
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0-rc.0")
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0")
--legacy force use of legacy upgrade method
--namespace string namespace to use: "system" (etcd and kubelet images), "cri" for all Kubernetes workloads, "inmem" for in-memory containerd instance (default "system")
-n, --nodes strings target the specified nodes