Skip to content

Commit 429a2de

Browse files
committed
release(v1.5.0): prepare release
This is the official v1.5.0 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 7d37108 commit 429a2de

File tree

6 files changed

+757
-7
lines changed

6 files changed

+757
-7
lines changed

.drone.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ local release = {
729729
'_out/metal-nanopi_r4s-arm64.raw.xz',
730730
'_out/nocloud-amd64.raw.xz',
731731
'_out/nocloud-arm64.raw.xz',
732-
'_out/openstack-amd64.raw.gz',
733-
'_out/openstack-arm64.raw.gz',
732+
'_out/openstack-amd64.raw.xz',
733+
'_out/openstack-arm64.raw.xz',
734734
'_out/oracle-amd64.qcow2.xz',
735735
'_out/oracle-arm64.qcow2.xz',
736736
'_out/scaleway-amd64.raw.xz',

CHANGELOG.md

Lines changed: 750 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
@@ -115,7 +115,7 @@ require (
115115
github.com/siderolabs/kms-client v0.1.0
116116
github.com/siderolabs/net v0.4.0
117117
github.com/siderolabs/siderolink v0.3.1
118-
github.com/siderolabs/talos/pkg/machinery v1.5.0-beta.1
118+
github.com/siderolabs/talos/pkg/machinery v1.5.0
119119
github.com/spf13/cobra v1.7.0
120120
github.com/spf13/pflag v1.0.5
121121
github.com/stretchr/testify v1.8.4

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
88
# previous release
99
previous = "v1.4.0"
1010

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
1414
"""

pkg/machinery/gendata/data/tag

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ talosctl cluster create [flags]
9696
--bad-rtc launch VM with bad RTC state (QEMU only)
9797
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
9898
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
99-
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.5.0-beta.1/talosctl-cni-bundle-${ARCH}.tar.gz")
99+
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.5.0/talosctl-cni-bundle-${ARCH}.tar.gz")
100100
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
101101
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
102102
--config-patch stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file
@@ -2843,7 +2843,7 @@ talosctl upgrade [flags]
28432843
--debug debug operation from kernel logs. --wait is set to true when this flag is set
28442844
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
28452845
-h, --help help for upgrade
2846-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.5.0-beta.1")
2846+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.5.0")
28472847
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
28482848
-p, --preserve preserve data
28492849
-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)