@@ -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.10.4 "
14+ talos_version=" 1.10.5 "
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,11 +20,11 @@ talos_qemu_guest_agent_extension_tag="10.0.2@sha256:304621c2f72cf931a611de1de135
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.4 @sha256:8e6a8e3cb225cb48555117b1dfb38143cef4fe49da1df1c7d2feb813360a7646 "
23+ talos_drbd_extension_tag=" 9.2.14 -v1.10.5 @sha256:cb8b8d515b13d0b4644dd8df9f1818db834a97e4846a8255567cd06a6ee11293 "
2424
2525# see https://github.com/siderolabs/extensions/pkgs/container/spin
2626# see https://github.com/siderolabs/extensions/tree/main/container-runtime/spin
27- talos_spin_extension_tag=" v0.19.0@sha256:581cd61637716b01d49428512f604b9b375206a871bff9bca6868c9753288cb2 "
27+ talos_spin_extension_tag=" v0.19.0@sha256:c88e8b1a6de4acd8d98f6aacc716c8e9aef3f7962d04893b49afc77d013b8ba2 "
2828
2929# see https://github.com/piraeusdatastore/piraeus-operator/releases
3030# renovate: datasource=github-releases depName=piraeusdatastore/piraeus-operator
@@ -69,7 +69,7 @@ function update-talos-extensions {
6969function 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.4 /pkg/imager/profile/profile.go#L23-L46
72+ # see Profile type at https://github.com/siderolabs/talos/blob/v1.10.5 /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
0 commit comments