Skip to content

Commit 213ecf2

Browse files
committed
release(v1.13.0-beta.1): prepare release
This is the official v1.13.0-beta.1 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent abc0ddf commit 213ecf2

6 files changed

Lines changed: 969 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 959 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
@@ -163,7 +163,7 @@ require (
163163
github.com/siderolabs/net v0.4.0
164164
github.com/siderolabs/proto-codec v0.1.3
165165
github.com/siderolabs/siderolink v0.3.15
166-
github.com/siderolabs/talos/pkg/machinery v1.13.0-beta.0
166+
github.com/siderolabs/talos/pkg/machinery v1.13.0-beta.1
167167
github.com/sigstore/cosign/v3 v3.0.5
168168
github.com/sigstore/sigstore v1.10.5-0.20260304232115-b56c8664d026
169169
github.com/sigstore/sigstore-go v1.1.4

hack/release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Users are encouraged to use other installation methods, such as using pre-genera
9696
[notes.k8s_ssa]
9797
title = "Kubernetes server-side apply"
9898
description = """\
99-
Talos now uses inventory backed server-side apply when applying bootsrap manifests (including `extraManifests` and `inlineManifests`).
99+
Talos now uses inventory backed server-side apply when applying bootstrap manifests (including `extraManifests` and `inlineManifests`).
100100
Purging of unneeded manifests is automatically performed.
101101
The switch and inventory backfill is automatic and no action is needed from the user.
102102
"""
@@ -111,7 +111,7 @@ If those are set to `false`, the command will not attempt to reach out to the co
111111
[notes.images_k8s_bundle]
112112
title = "Talosctl images k8s-bundle subcommand accepts version parameter"
113113
description = """\
114-
The `talosctl images k8s-bundle` command now accepts an optional version overrides arguments.
114+
The `talosctl images k8s-bundle` command now accepts an optional argument to override Talos version.
115115
"""
116116

117117
[notes.environment_config]
@@ -203,7 +203,7 @@ This allows to define a custom connectivity condition.
203203
title = "Image APIs Updated"
204204
description = """\
205205
Talos Linux provides new APIs to manage container images on the node: listing, pulling, importing and removing images.
206-
The new pull APIs provides pull progress notifications.
206+
The new pull API provides pull progress notifications.
207207
208208
The CLI commands `talosctl image pull`, `talosctl image list` and `talosctl image remove` have been updated to interact with the new APIs.
209209
"""

pkg/machinery/gendata/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.0-beta.0
1+
v1.13.0-beta.1

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.13.0-beta.0
4-
PRETTY_NAME="Talos (v1.13.0-beta.0)"
3+
VERSION_ID=v1.13.0-beta.1
4+
PRETTY_NAME="Talos (v1.13.0-beta.1)"
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.13/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.13.0-beta.0/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.13.0-beta.1/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
@@ -348,7 +348,7 @@ talosctl cluster create dev [flags]
348348
--bad-rtc launch VM with bad RTC state
349349
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
350350
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
351-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-beta.0/talosctl-cni-bundle-${ARCH}.tar.gz")
351+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-beta.1/talosctl-cni-bundle-${ARCH}.tar.gz")
352352
--cni-cache-dir string CNI cache directory path (default "/home/user/.talos/cni/cache")
353353
--cni-conf-dir string CNI config directory path (default "/home/user/.talos/cni/conf.d")
354354
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -3331,7 +3331,7 @@ talosctl upgrade [flags]
33313331
--debug debug operation from kernel logs. --wait is set to true when this flag is set
33323332
-e, --endpoints strings override default endpoints in Talos configuration
33333333
-h, --help help for upgrade
3334-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0-beta.0")
3334+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0-beta.1")
33353335
--namespace string namespace to use: "system" (etcd and kubelet images), "cri" for all Kubernetes workloads, "inmem" for in-memory containerd instance (default "system")
33363336
-n, --nodes strings target the specified nodes
33373337
--progress string output mode for upgrade progress. Values: [auto plain] (default "auto")

0 commit comments

Comments
 (0)