Skip to content

Commit f083301

Browse files
committed
upgrade to talos 1.10.7
1 parent 18432d1 commit f083301

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.6'
92+
talos_version='1.10.7'
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.6"
14+
talos_version="1.10.7"
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="10.0.2@sha256:0d16cd4f8cefab33f091e336bc666943a71355ee010d0dfa0e46498693af1c52"
18+
talos_qemu_guest_agent_extension_tag="10.0.2@sha256:ce20e4459b26623e9dddba1be10097746b519c587614685bc4330aceee107c74"
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.14-v1.10.6@sha256:ca7fba878c5acb8fdfe130a39472a6c0a5c9dd74d65ba7507c09780a873b29c7"
23+
talos_drbd_extension_tag="9.2.14-v1.10.7@sha256:1c54ef1d97d5eacb3de749aac198d5313cc3513ca348e994c6c080a3bf2440eb"
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.6/pkg/imager/profile/profile.go#L23-L46
72+
# see Profile type at https://github.com/siderolabs/talos/blob/v1.10.7/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.6"
6+
default = "1.10.7"
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.6.qcow2"
105+
default = "talos-1.10.7.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)