File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Install talosctl:
8989``` bash
9090# see https://github.com/siderolabs/talos/releases
9191# renovate: datasource=github-releases depName=siderolabs/talos
92- talos_version=' 1.9.5 '
92+ talos_version=' 1.9.6 '
9393wget https://github.com/siderolabs/talos/releases/download/v$talos_version /talosctl-linux-amd64
9494sudo install talosctl-linux-amd64 /usr/local/bin/talosctl
9595rm talosctl-linux-amd64
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ talos_image_builder="$(perl -e 'print ((`uname -r` =~ /^(\d+\.\d+)/ && $1 >= 6.1
1111
1212# see https://github.com/siderolabs/talos/releases
1313# renovate: datasource=github-releases depName=siderolabs/talos
14- talos_version=" 1.9.5 "
14+ talos_version=" 1.9.6 "
1515
1616# see https://github.com/siderolabs/extensions/pkgs/container/qemu-guest-agent
1717# see https://github.com/siderolabs/extensions/tree/main/guest-agents/qemu-guest-agent
@@ -20,7 +20,7 @@ talos_qemu_guest_agent_extension_tag="9.2.0@sha256:00359da7b382d4d802841c0d5c9e3
2020# see https://github.com/siderolabs/extensions/pkgs/container/drbd
2121# see https://github.com/siderolabs/extensions/tree/main/storage/drbd
2222# see https://github.com/LINBIT/drbd
23- talos_drbd_extension_tag=" 9.2.12 -v1.9.5 @sha256:6bcdae6d6ce41ea13e13ecdd113d8ad34b478aff45399d941d1815bf97593346 "
23+ talos_drbd_extension_tag=" 9.2.13 -v1.9.6 @sha256:b04cb2b11626e2a30d8576c0deb3f307cb9e4e37653ee82bbc7fbd1eafbdb2a5 "
2424
2525# see https://github.com/siderolabs/extensions/pkgs/container/spin
2626# see https://github.com/siderolabs/extensions/tree/main/container-runtime/spin
@@ -69,7 +69,7 @@ function update-talos-extensions {
6969function build_talos_image__imager {
7070 # see https://www.talos.dev/v1.9/talos-guides/install/boot-assets/
7171 # see https://www.talos.dev/v1.9/advanced/metal-network-configuration/
72- # see Profile type at https://github.com/siderolabs/talos/blob/v1.9.5 /pkg/imager/profile/profile.go#L24-L47
72+ # see Profile type at https://github.com/siderolabs/talos/blob/v1.9.6 /pkg/imager/profile/profile.go#L24-L47
7373 local talos_version_tag=" v$talos_version "
7474 rm -rf tmp/talos
7575 mkdir -p tmp/talos
Original file line number Diff line number Diff line change 33variable "talos_version" {
44 type = string
55 # renovate: datasource=github-releases depName=siderolabs/talos
6- default = " 1.9.5 "
6+ default = " 1.9.6 "
77 validation {
88 condition = can (regex (" ^\\ d+(\\ .\\ d+)+" , var. talos_version ))
99 error_message = " Must be a version number."
@@ -102,7 +102,7 @@ variable "worker_count" {
102102
103103variable "talos_libvirt_base_volume_name" {
104104 type = string
105- default = " talos-1.9.5 .qcow2"
105+ default = " talos-1.9.6 .qcow2"
106106 validation {
107107 condition = can (regex (" .+\\ .qcow2+$" , var. talos_libvirt_base_volume_name ))
108108 error_message = " Must be a name with a .qcow2 extension."
You can’t perform that action at this time.
0 commit comments