@@ -3,20 +3,20 @@ set -euo pipefail
3
3
4
4
# see https://github.com/siderolabs/talos/releases
5
5
# renovate: datasource=github-releases depName=siderolabs/talos
6
- talos_version=" 1.10.3 "
6
+ talos_version=" 1.10.5 "
7
7
8
8
# see https://github.com/siderolabs/extensions/pkgs/container/qemu-guest-agent
9
9
# 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 "
11
11
12
12
# see https://github.com/siderolabs/extensions/pkgs/container/drbd
13
13
# see https://github.com/siderolabs/extensions/tree/main/storage/drbd
14
14
# 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 "
16
16
17
17
# see https://github.com/siderolabs/extensions/pkgs/container/spin
18
18
# 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 "
20
20
21
21
# see https://github.com/piraeusdatastore/piraeus-operator/releases
22
22
# renovate: datasource=github-releases depName=piraeusdatastore/piraeus-operator
@@ -61,7 +61,7 @@ function update-talos-extensions {
61
61
function build_talos_image {
62
62
# see https://www.talos.dev/v1.10/talos-guides/install/boot-assets/
63
63
# 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
65
65
local talos_version_tag=" v$talos_version "
66
66
rm -rf tmp/talos
67
67
mkdir -p tmp/talos
0 commit comments