mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 20:36:18 +02:00
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:
parent
5e2fc260a8
commit
b9e9c65796
1056
CHANGELOG.md
1056
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
2
go.mod
2
go.mod
@ -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
|
||||
|
||||
@ -9,7 +9,7 @@ ignore_deps = ["github.com/coredns/coredns"]
|
||||
# previous release
|
||||
previous = "v1.12.0"
|
||||
|
||||
pre_release = true
|
||||
pre_release = false
|
||||
|
||||
preface = """
|
||||
"""
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.13.0-rc.0
|
||||
v1.13.0
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user