Skip to content

Commit 5482dff

Browse files
committed
upgrade to talos 1.10.5
1 parent 7638dfc commit 5482dff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Install talosctl:
5353
```bash
5454
# see https://github.com/siderolabs/talos/releases
5555
# renovate: datasource=github-releases depName=siderolabs/talos
56-
talos_version='1.10.3'
56+
talos_version='1.10.5'
5757
wget https://github.com/siderolabs/talos/releases/download/v$talos_version/talosctl-linux-amd64
5858
sudo install talosctl-linux-amd64 /usr/local/bin/talosctl
5959
rm talosctl-linux-amd64

do

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ set -euo pipefail
33

44
# see https://github.com/siderolabs/talos/releases
55
# renovate: datasource=github-releases depName=siderolabs/talos
6-
talos_version="1.10.3"
6+
talos_version="1.10.5"
77

88
# see https://github.com/siderolabs/extensions/pkgs/container/qemu-guest-agent
99
# see https://github.com/siderolabs/extensions/tree/main/guest-agents/qemu-guest-agent
10-
talos_qemu_guest_agent_extension_tag="9.2.3@sha256:e2415c65f30c85857890d3c29413ba72c344e4465bfacab01d96799a79d00be9"
10+
talos_qemu_guest_agent_extension_tag="10.0.2@sha256:304621c2f72cf931a611de1de135afe2a65bd37d1d9ce27d72420785fe0e7291"
1111

1212
# see https://github.com/siderolabs/extensions/pkgs/container/drbd
1313
# see https://github.com/siderolabs/extensions/tree/main/storage/drbd
1414
# see https://github.com/LINBIT/drbd
15-
talos_drbd_extension_tag="9.2.13-v1.10.3@sha256:8e80d5341fed7ec7d7e284ce37db85681d38ca53a11ec56be1e178efbc883cdb"
15+
talos_drbd_extension_tag="9.2.14-v1.10.5@sha256:cb8b8d515b13d0b4644dd8df9f1818db834a97e4846a8255567cd06a6ee11293"
1616

1717
# see https://github.com/siderolabs/extensions/pkgs/container/spin
1818
# see https://github.com/siderolabs/extensions/tree/main/container-runtime/spin
19-
talos_spin_extension_tag="v0.19.0@sha256:581cd61637716b01d49428512f604b9b375206a871bff9bca6868c9753288cb2"
19+
talos_spin_extension_tag="v0.19.0@sha256:c88e8b1a6de4acd8d98f6aacc716c8e9aef3f7962d04893b49afc77d013b8ba2"
2020

2121
# see https://github.com/piraeusdatastore/piraeus-operator/releases
2222
# renovate: datasource=github-releases depName=piraeusdatastore/piraeus-operator
@@ -61,7 +61,7 @@ function update-talos-extensions {
6161
function build_talos_image {
6262
# see https://www.talos.dev/v1.10/talos-guides/install/boot-assets/
6363
# see https://www.talos.dev/v1.10/advanced/metal-network-configuration/
64-
# see Profile type at https://github.com/siderolabs/talos/blob/v1.10.3/pkg/imager/profile/profile.go#L23-L46
64+
# see Profile type at https://github.com/siderolabs/talos/blob/v1.10.5/pkg/imager/profile/profile.go#L23-L46
6565
local talos_version_tag="v$talos_version"
6666
rm -rf tmp/talos
6767
mkdir -p tmp/talos

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "proxmox_pve_node_address" {
1212
variable "talos_version" {
1313
type = string
1414
# renovate: datasource=github-releases depName=siderolabs/talos
15-
default = "1.10.3"
15+
default = "1.10.5"
1616
validation {
1717
condition = can(regex("^\\d+(\\.\\d+)+", var.talos_version))
1818
error_message = "Must be a version number."

0 commit comments

Comments
 (0)