Skip to content

Commit c76484e

Browse files
committed
release(v1.13.0-alpha.0): prepare release
This is the official v1.13.0-alpha.0 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent f0d8a68 commit c76484e

File tree

10 files changed

+313
-13
lines changed

10 files changed

+313
-13
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-11-13T15:58:14Z by kres e1d6dac.
3+
# Generated on 2025-12-25T11:36:39Z by kres 26be706.
44

55
policies:
66
- type: commit
@@ -39,7 +39,7 @@ policies:
3939
- kernel
4040
- security
4141
- ci
42-
- ^v1.12
42+
- ^v1.13
4343
- type: license
4444
spec:
4545
skipPaths:

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- kernel
3131
- security
3232
- ci
33-
- ^v1.12
33+
- ^v1.13
3434
licenseChecks:
3535
- skipPaths:
3636
- .git/

CHANGELOG.md

Lines changed: 300 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
@@ -161,7 +161,7 @@ require (
161161
github.com/siderolabs/net v0.4.0
162162
github.com/siderolabs/proto-codec v0.1.3
163163
github.com/siderolabs/siderolink v0.3.15
164-
github.com/siderolabs/talos/pkg/machinery v1.12.0-alpha.2
164+
github.com/siderolabs/talos/pkg/machinery v1.13.0-alpha.0
165165
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
166166
github.com/spf13/cobra v1.10.1
167167
github.com/spf13/pflag v1.0.10

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
ignore_deps = ["github.com/coredns/coredns"]
88

99
# previous release
10-
previous = "v1.11.0"
10+
previous = "v1.12.0"
1111

1212
pre_release = true
1313

pkg/machinery/config/schemas/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://talos.dev/v1.12/schemas/config.schema.json",
3+
"$id": "https://talos.dev/v1.13/schemas/config.schema.json",
44
"$defs": {
55
"block.DiskSelector": {
66
"properties": {

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-alpha.2
1+
v1.13.0-alpha.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-alpha.2
4-
PRETTY_NAME="Talos (v1.12.0-alpha.2)"
3+
VERSION_ID=v1.13.0-alpha.0
4+
PRETTY_NAME="Talos (v1.13.0-alpha.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.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.12.0-alpha.2/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-alpha.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
@@ -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.12.0-alpha.2/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-alpha.0/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
@@ -3256,7 +3256,7 @@ talosctl upgrade [flags]
32563256
-e, --endpoints strings override default endpoints in Talos configuration
32573257
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
32583258
-h, --help help for upgrade
3259-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.12.0-alpha.2")
3259+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0-alpha.0")
32603260
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
32613261
-n, --nodes strings target the specified nodes
32623262
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")

website/content/v1.13/schemas/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://talos.dev/v1.12/schemas/config.schema.json",
3+
"$id": "https://talos.dev/v1.13/schemas/config.schema.json",
44
"$defs": {
55
"block.DiskSelector": {
66
"properties": {

0 commit comments

Comments
 (0)