Skip to content

Commit 304175e

Browse files
committed
upgrade to talos 1.10.4
1 parent c763485 commit 304175e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.10.3'
92+
talos_version='1.10.4'
9393
wget https://github.com/siderolabs/talos/releases/download/v$talos_version/talosctl-linux-amd64
9494
sudo install talosctl-linux-amd64 /usr/local/bin/talosctl
9595
rm talosctl-linux-amd64

do

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ 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.10.3"
14+
talos_version="1.10.4"
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
18-
talos_qemu_guest_agent_extension_tag="9.2.3@sha256:e2415c65f30c85857890d3c29413ba72c344e4465bfacab01d96799a79d00be9"
18+
talos_qemu_guest_agent_extension_tag="10.0.2@sha256:304621c2f72cf931a611de1de135afe2a65bd37d1d9ce27d72420785fe0e7291"
1919

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.13-v1.10.3@sha256:8e80d5341fed7ec7d7e284ce37db85681d38ca53a11ec56be1e178efbc883cdb"
23+
talos_drbd_extension_tag="9.2.13-v1.10.4@sha256:8e6a8e3cb225cb48555117b1dfb38143cef4fe49da1df1c7d2feb813360a7646"
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 {
6969
function build_talos_image__imager {
7070
# see https://www.talos.dev/v1.10/talos-guides/install/boot-assets/
7171
# see https://www.talos.dev/v1.10/advanced/metal-network-configuration/
72-
# see Profile type at https://github.com/siderolabs/talos/blob/v1.10.3/pkg/imager/profile/profile.go#L23-L46
72+
# see Profile type at https://github.com/siderolabs/talos/blob/v1.10.4/pkg/imager/profile/profile.go#L23-L46
7373
local talos_version_tag="v$talos_version"
7474
rm -rf tmp/talos
7575
mkdir -p tmp/talos

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
variable "talos_version" {
44
type = string
55
# renovate: datasource=github-releases depName=siderolabs/talos
6-
default = "1.10.3"
6+
default = "1.10.4"
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

103103
variable "talos_libvirt_base_volume_name" {
104104
type = string
105-
default = "talos-1.10.3.qcow2"
105+
default = "talos-1.10.4.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."

0 commit comments

Comments
 (0)