Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1 #1409

Merged
alexlebens merged 1 commits from renovate/ghcr.io-siderolabs-talosctl-1.x into main 2025-09-18 03:43:21 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/talosctl minor v1.10.4 -> v1.11.1

Release Notes

siderolabs/talos (ghcr.io/siderolabs/talosctl)

v1.11.1

Compare Source

Talos 1.11.1 (2025-09-08)

Welcome to the v1.11.1 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.12.45
CoreDNS: 1.12.3

Talos is built with Go 1.24.6.

Contributors
  • Andrey Smirnov
  • Markus Freitag
  • Olivier Doucet
  • Sammy ETUR
Changes
7 commits

Changes from siderolabs/pkgs
3 commits

Dependency Changes
  • cloud.google.com/go/compute/metadata v0.7.0 -> v0.8.0
  • github.com/aws/aws-sdk-go-v2/config v1.29.17 -> v1.31.2
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 -> v1.18.4
  • github.com/aws/smithy-go v1.22.4 -> v1.22.5
  • github.com/miekg/dns v1.1.67 -> v1.1.68
  • github.com/siderolabs/pkgs v1.11.0-15-g2ac857a -> v1.11.0-18-g1a25681
  • github.com/siderolabs/talos/pkg/machinery v1.11.0 -> v1.11.1
  • golang.org/x/net v0.42.0 -> v0.43.0
  • golang.org/x/sys v0.34.0 -> v0.35.0
  • golang.org/x/term v0.33.0 -> v0.34.0
  • golang.org/x/text v0.27.0 -> v0.28.0
  • google.golang.org/grpc v1.73.0 -> v1.75.0
  • google.golang.org/protobuf v1.36.6 -> v1.36.8

Previous release can be found at v1.11.0

Images
ghcr.io/siderolabs/flannel:v0.27.2
registry.k8s.io/coredns/coredns:v1.12.3
gcr.io/etcd-development/etcd:v3.6.4
registry.k8s.io/kube-apiserver:v1.34.0
registry.k8s.io/kube-controller-manager:v1.34.0
registry.k8s.io/kube-scheduler:v1.34.0
registry.k8s.io/kube-proxy:v1.34.0
ghcr.io/siderolabs/kubelet:v1.34.0
ghcr.io/siderolabs/installer:v1.11.1
registry.k8s.io/pause:3.10

v1.11.0

Compare Source

1 commit

  • 777335f23 chore: improve cloud image uploader resilience

v1.10.7

Compare Source

Talos 1.10.7 (2025-08-26)

Welcome to the v1.10.7 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.12.43
Kubernetes: 1.33.4

Talos is built with Go 1.24.6.

Contributors
  • Andrey Smirnov
Changes
6 commits

Changes from siderolabs/discovery-client
3 commits

Changes from siderolabs/pkgs
5 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/siderolabs/discovery-client v0.1.11 -> v0.1.13
  • github.com/siderolabs/pkgs v1.10.0-29-g2e6dd0a -> v1.10.0-34-g88700c7
  • github.com/siderolabs/talos/pkg/machinery v1.10.6 -> v1.10.7
  • github.com/siderolabs/tools v1.10.0-5-g31fd099 -> v1.10.0-6-g306d9d9
  • google.golang.org/grpc v1.71.3 -> v1.73.0
  • k8s.io/api v0.33.2 -> v0.33.4
  • k8s.io/apiserver v0.33.2 -> v0.33.4
  • k8s.io/client-go v0.33.2 -> v0.33.4
  • k8s.io/component-base v0.33.2 -> v0.33.4
  • k8s.io/kube-scheduler v0.33.2 -> v0.33.4
  • k8s.io/kubectl v0.33.2 -> v0.33.4
  • k8s.io/kubelet v0.33.2 -> v0.33.4
  • k8s.io/pod-security-admission v0.33.2 -> v0.33.4

Previous release can be found at v1.10.6

Images
ghcr.io/siderolabs/flannel:v0.26.7
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/etcd-development/etcd:v3.5.21
registry.k8s.io/kube-apiserver:v1.33.4
registry.k8s.io/kube-controller-manager:v1.33.4
registry.k8s.io/kube-scheduler:v1.33.4
registry.k8s.io/kube-proxy:v1.33.4
ghcr.io/siderolabs/kubelet:v1.33.4
ghcr.io/siderolabs/installer:v1.10.7
registry.k8s.io/pause:3.10

v1.10.6

Compare Source

Talos 1.10.6 (2025-07-31)

Welcome to the v1.10.6 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.12.40
Kubernetes: 1.33.3

Talos is built with Go 1.24.5.

Contributors
  • Andrey Smirnov
  • Andrew Longwill
  • Mateusz Urbanek
Changes
8 commits

  • @​cfa6c98 release(v1.10.6): prepare release
  • @​7553089 fix: issues with reading GPT
  • @​bb1cdc8 fix: issue with volume remount on service restart
  • @​e8bbe4a chore: tag aws snapshots created via ci with the image name
  • @​e595225 feat: include AMD encrypted mem modules into base
  • @​68a4852 fix: add more bootloader probe logs on upgrade
  • @​d76649d fix: talos endpoint might not be created in Kubernetes
  • @​e621759 feat: update Linux to 6.12.40

Changes from siderolabs/gen
1 commit

Changes from siderolabs/pkgs
5 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/siderolabs/gen v0.8.4 -> v0.8.5
  • github.com/siderolabs/go-blockdevice/v2 v2.0.16 -> v2.0.19
  • github.com/siderolabs/pkgs v1.10.0-24-g28fa97d -> v1.10.0-29-g2e6dd0a
  • github.com/siderolabs/talos/pkg/machinery v1.10.5 -> v1.10.6
  • github.com/siderolabs/tools v1.10.0-4-g9d54ed4 -> v1.10.0-5-g31fd099
  • golang.org/x/sync v0.15.0 -> v0.16.0
  • golang.org/x/sys v0.33.0 -> v0.34.0
  • golang.org/x/text v0.26.0 -> v0.27.0

Previous release can be found at v1.10.5

Images
ghcr.io/siderolabs/flannel:v0.26.7
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/etcd-development/etcd:v3.5.21
registry.k8s.io/kube-apiserver:v1.33.3
registry.k8s.io/kube-controller-manager:v1.33.3
registry.k8s.io/kube-scheduler:v1.33.3
registry.k8s.io/kube-proxy:v1.33.3
ghcr.io/siderolabs/kubelet:v1.33.3
ghcr.io/siderolabs/installer:v1.10.6
registry.k8s.io/pause:3.10

v1.10.5

Compare Source

Talos 1.10.5 (2025-07-03)

Welcome to the v1.10.5 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Azure

Talos on Azure now defaults to MTU of 1400 bytes for the eth0 interface to avoid packet fragmentation issues.
The default MTU can be overriden with machine configuration.

Component Updates

Linux: 6.12.35
Kubernetes: 1.33.2

Talos is built with Go 1.24.4.

Contributors
  • Andrey Smirnov
  • Noel Georgi
Changes
9 commits

  • @​55fc623 release(v1.10.5): prepare release
  • @​b84e150 feat: update Kubernetes default to 1.33.2
  • @​2017ec2 fix: add limited retries for not found images
  • @​b3e510a chore: improve cloud image uploader resilience
  • @​4a40cdd fix: hold user volume mount point across kubelet restarts
  • @​9e1f347 fix: etcd recover with multiple advertised addresses
  • @​f85ff5f feat: update Linux to 6.12.35
  • @​87ed1b5 fix: treat context canceled as expected error on image pull
  • @​9a0644a fix: set default MTU on Azure to 1400

Changes from siderolabs/pkgs
2 commits

Dependency Changes
  • github.com/siderolabs/pkgs v1.10.0-22-g51e388c -> v1.10.0-24-g28fa97d
  • github.com/siderolabs/talos/pkg/machinery v1.10.4 -> v1.10.5
  • k8s.io/api v0.33.1 -> v0.33.2
  • k8s.io/apiserver v0.33.1 -> v0.33.2
  • k8s.io/client-go v0.33.1 -> v0.33.2
  • k8s.io/component-base v0.33.1 -> v0.33.2
  • k8s.io/kube-scheduler v0.33.1 -> v0.33.2
  • k8s.io/kubectl v0.33.1 -> v0.33.2
  • k8s.io/kubelet v0.33.1 -> v0.33.2
  • k8s.io/pod-security-admission v0.33.1 -> v0.33.2

Previous release can be found at v1.10.4

Images
ghcr.io/siderolabs/flannel:v0.26.7
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/etcd-development/etcd:v3.5.21
registry.k8s.io/kube-apiserver:v1.33.2
registry.k8s.io/kube-controller-manager:v1.33.2
registry.k8s.io/kube-scheduler:v1.33.2
registry.k8s.io/kube-proxy:v1.33.2
ghcr.io/siderolabs/kubelet:v1.33.2
ghcr.io/siderolabs/installer:v1.10.5
registry.k8s.io/pause:3.10

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/talosctl](https://github.com/siderolabs/talos) | minor | `v1.10.4` -> `v1.11.1` | --- ### Release Notes <details> <summary>siderolabs/talos (ghcr.io/siderolabs/talosctl)</summary> ### [`v1.11.1`](https://github.com/siderolabs/talos/releases/tag/v1.11.1) [Compare Source](https://github.com/siderolabs/talos/compare/v1.11.0...v1.11.1) ##### [Talos 1.11.1](https://github.com/siderolabs/talos/releases/tag/v1.11.1) (2025-09-08) Welcome to the v1.11.1 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### Component Updates Linux: 6.12.45 CoreDNS: 1.12.3 Talos is built with Go 1.24.6. ##### Contributors - Andrey Smirnov - Markus Freitag - Olivier Doucet - Sammy ETUR ##### Changes <details><summary>7 commits</summary> <p> - [@&#8203;`8e85c83`](https://github.com/siderolabs/talos/commit/8e85c8362) release(v1.11.1): prepare release - [@&#8203;`ff8644c`](https://github.com/siderolabs/talos/commit/ff8644cd2) fix: correctly handle status-code 204 - [@&#8203;`7d5fe2d`](https://github.com/siderolabs/talos/commit/7d5fe2d0f) feat: update Linux kernel (memcg\_v1, ublk) - [@&#8203;`9e310a9`](https://github.com/siderolabs/talos/commit/9e310a9dd) fix: enable support for VMWare arm64 - [@&#8203;`f7620f0`](https://github.com/siderolabs/talos/commit/f7620f028) feat: update CoreDNS to 1.12.3 - [@&#8203;`01bf2f6`](https://github.com/siderolabs/talos/commit/01bf2f6f9) feat: add SOCKS5 proxy support to dynamic proxy dialer - [@&#8203;`8a578bc`](https://github.com/siderolabs/talos/commit/8a578bc4a) feat: update Linux to 6.12.45 </p> </details> ##### Changes from siderolabs/pkgs <details><summary>3 commits</summary> <p> - [siderolabs/pkgs@`1a25681`](https://github.com/siderolabs/pkgs/commit/1a25681) feat: enable ublk support - [siderolabs/pkgs@`95f0be4`](https://github.com/siderolabs/pkgs/commit/95f0be4) fix: enable memcg v1 - [siderolabs/pkgs@`e1c333c`](https://github.com/siderolabs/pkgs/commit/e1c333c) feat: update Linux to 6.12.45 </p> </details> ##### Dependency Changes - **cloud.google.com/go/compute/metadata** v0.7.0 -> v0.8.0 - **github.com/aws/aws-sdk-go-v2/config** v1.29.17 -> v1.31.2 - **github.com/aws/aws-sdk-go-v2/feature/ec2/imds** v1.16.32 -> v1.18.4 - **github.com/aws/smithy-go** v1.22.4 -> v1.22.5 - **github.com/miekg/dns** v1.1.67 -> v1.1.68 - **github.com/siderolabs/pkgs** v1.11.0-15-g2ac857a -> v1.11.0-18-g1a25681 - **github.com/siderolabs/talos/pkg/machinery** v1.11.0 -> v1.11.1 - **golang.org/x/net** v0.42.0 -> v0.43.0 - **golang.org/x/sys** v0.34.0 -> v0.35.0 - **golang.org/x/term** v0.33.0 -> v0.34.0 - **golang.org/x/text** v0.27.0 -> v0.28.0 - **google.golang.org/grpc** v1.73.0 -> v1.75.0 - **google.golang.org/protobuf** v1.36.6 -> v1.36.8 Previous release can be found at [v1.11.0](https://github.com/siderolabs/talos/releases/tag/v1.11.0) ##### Images ``` ghcr.io/siderolabs/flannel:v0.27.2 registry.k8s.io/coredns/coredns:v1.12.3 gcr.io/etcd-development/etcd:v3.6.4 registry.k8s.io/kube-apiserver:v1.34.0 registry.k8s.io/kube-controller-manager:v1.34.0 registry.k8s.io/kube-scheduler:v1.34.0 registry.k8s.io/kube-proxy:v1.34.0 ghcr.io/siderolabs/kubelet:v1.34.0 ghcr.io/siderolabs/installer:v1.11.1 registry.k8s.io/pause:3.10 ``` ### [`v1.11.0`](https://github.com/siderolabs/talos/blob/HEAD/CHANGELOG.md#Changes-since-v1110-alpha2) [Compare Source](https://github.com/siderolabs/talos/compare/v1.10.7...v1.11.0) <details><summary>1 commit</summary> <p> - [`777335f23`](https://github.com/siderolabs/talos/commit/777335f2342abf1c04a738456678980fcc375e1b) chore: improve cloud image uploader resilience </p> </details> ### [`v1.10.7`](https://github.com/siderolabs/talos/releases/tag/v1.10.7) [Compare Source](https://github.com/siderolabs/talos/compare/v1.10.6...v1.10.7) ##### [Talos 1.10.7](https://github.com/siderolabs/talos/releases/tag/v1.10.7) (2025-08-26) Welcome to the v1.10.7 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### Component Updates Linux: 6.12.43 Kubernetes: 1.33.4 Talos is built with Go 1.24.6. ##### Contributors - Andrey Smirnov ##### Changes <details><summary>6 commits</summary> <p> - [@&#8203;`71de2e2`](https://github.com/siderolabs/talos/commit/71de2e23b) release(v1.10.7): prepare release - [@&#8203;`d7936de`](https://github.com/siderolabs/talos/commit/d7936dec6) fix: image cache lockup on a missing volume - [@&#8203;`f6541fa`](https://github.com/siderolabs/talos/commit/f6541fa71) fix: live reload of TLS client config for discovery client - [@&#8203;`29cfd9f`](https://github.com/siderolabs/talos/commit/29cfd9fd0) fix: enforce minimum size on user volumes if not set explicitly - [@&#8203;`83dcca3`](https://github.com/siderolabs/talos/commit/83dcca3c7) feat: add [`F71808E`](https://github.com/siderolabs/talos/commit/F71808E) watchdog driver - [@&#8203;`3f05c39`](https://github.com/siderolabs/talos/commit/3f05c3922) feat: update Linux and Kubernetes </p> </details> ##### Changes from siderolabs/discovery-client <details><summary>3 commits</summary> <p> - [siderolabs/discovery-client@`0bffa6f`](https://github.com/siderolabs/discovery-client/commit/0bffa6f) fix: allow TLS config to be passed as a function - [siderolabs/discovery-client@`09c6687`](https://github.com/siderolabs/discovery-client/commit/09c6687) chore: fix project name in release.toml - [siderolabs/discovery-client@`71b0c6d`](https://github.com/siderolabs/discovery-client/commit/71b0c6d) fix: add FIPS-140-3 strict compliance </p> </details> ##### Changes from siderolabs/pkgs <details><summary>5 commits</summary> <p> - [siderolabs/pkgs@`88700c7`](https://github.com/siderolabs/pkgs/commit/88700c7) feat: update Linux to 6.12.43 - [siderolabs/pkgs@`4cf5eeb`](https://github.com/siderolabs/pkgs/commit/4cf5eeb) fix: re-enable CPUSETS\_V1 cgroups controller - [siderolabs/pkgs@`8a14125`](https://github.com/siderolabs/pkgs/commit/8a14125) feat: update backportable dependencies - [siderolabs/pkgs@`69b9cdc`](https://github.com/siderolabs/pkgs/commit/69b9cdc) feat: enable [`F71808E`](https://github.com/siderolabs/talos/commit/F71808E) watchdog driver - [siderolabs/pkgs@`7ffefa9`](https://github.com/siderolabs/pkgs/commit/7ffefa9) feat: update Go to 1.24.6 </p> </details> ##### Changes from siderolabs/tools <details><summary>1 commit</summary> <p> - [siderolabs/tools@`306d9d9`](https://github.com/siderolabs/tools/commit/306d9d9) feat: update Go to 1.24.6 </p> </details> ##### Dependency Changes - **github.com/siderolabs/discovery-client** v0.1.11 -> v0.1.13 - **github.com/siderolabs/pkgs** v1.10.0-29-g2e6dd0a -> v1.10.0-34-g88700c7 - **github.com/siderolabs/talos/pkg/machinery** v1.10.6 -> v1.10.7 - **github.com/siderolabs/tools** v1.10.0-5-g31fd099 -> v1.10.0-6-g306d9d9 - **google.golang.org/grpc** v1.71.3 -> v1.73.0 - **k8s.io/api** v0.33.2 -> v0.33.4 - **k8s.io/apiserver** v0.33.2 -> v0.33.4 - **k8s.io/client-go** v0.33.2 -> v0.33.4 - **k8s.io/component-base** v0.33.2 -> v0.33.4 - **k8s.io/kube-scheduler** v0.33.2 -> v0.33.4 - **k8s.io/kubectl** v0.33.2 -> v0.33.4 - **k8s.io/kubelet** v0.33.2 -> v0.33.4 - **k8s.io/pod-security-admission** v0.33.2 -> v0.33.4 Previous release can be found at [v1.10.6](https://github.com/siderolabs/talos/releases/tag/v1.10.6) ##### Images ``` ghcr.io/siderolabs/flannel:v0.26.7 registry.k8s.io/coredns/coredns:v1.12.1 gcr.io/etcd-development/etcd:v3.5.21 registry.k8s.io/kube-apiserver:v1.33.4 registry.k8s.io/kube-controller-manager:v1.33.4 registry.k8s.io/kube-scheduler:v1.33.4 registry.k8s.io/kube-proxy:v1.33.4 ghcr.io/siderolabs/kubelet:v1.33.4 ghcr.io/siderolabs/installer:v1.10.7 registry.k8s.io/pause:3.10 ``` ### [`v1.10.6`](https://github.com/siderolabs/talos/releases/tag/v1.10.6) [Compare Source](https://github.com/siderolabs/talos/compare/v1.10.5...v1.10.6) ##### [Talos 1.10.6](https://github.com/siderolabs/talos/releases/tag/v1.10.6) (2025-07-31) Welcome to the v1.10.6 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### Component Updates Linux: 6.12.40 Kubernetes: 1.33.3 Talos is built with Go 1.24.5. ##### Contributors - Andrey Smirnov - Andrew Longwill - Mateusz Urbanek ##### Changes <details><summary>8 commits</summary> <p> - [@&#8203;`cfa6c98`](https://github.com/siderolabs/talos/commit/cfa6c98ce) release(v1.10.6): prepare release - [@&#8203;`7553089`](https://github.com/siderolabs/talos/commit/755308906) fix: issues with reading GPT - [@&#8203;`bb1cdc8`](https://github.com/siderolabs/talos/commit/bb1cdc86b) fix: issue with volume remount on service restart - [@&#8203;`e8bbe4a`](https://github.com/siderolabs/talos/commit/e8bbe4a51) chore: tag aws snapshots created via ci with the image name - [@&#8203;`e595225`](https://github.com/siderolabs/talos/commit/e59522577) feat: include AMD encrypted mem modules into base - [@&#8203;`68a4852`](https://github.com/siderolabs/talos/commit/68a485269) fix: add more bootloader probe logs on upgrade - [@&#8203;`d76649d`](https://github.com/siderolabs/talos/commit/d76649dd5) fix: talos endpoint might not be created in Kubernetes - [@&#8203;`e621759`](https://github.com/siderolabs/talos/commit/e62175948) feat: update Linux to 6.12.40 </p> </details> ##### Changes from siderolabs/gen <details><summary>1 commit</summary> <p> - [siderolabs/gen@`044d921`](https://github.com/siderolabs/gen/commit/044d921) feat: add xslices.Deduplicate </p> </details> ##### Changes from siderolabs/pkgs <details><summary>5 commits</summary> <p> - [siderolabs/pkgs@`2e6dd0a`](https://github.com/siderolabs/pkgs/commit/2e6dd0a) feat: update Linux to 6.12.40 - [siderolabs/pkgs@`3657b7d`](https://github.com/siderolabs/pkgs/commit/3657b7d) feat: update Linux to 6.12.38 - [siderolabs/pkgs@`a8e77ff`](https://github.com/siderolabs/pkgs/commit/a8e77ff) feat: enable AMD encrypted memory - [siderolabs/pkgs@`8dd783f`](https://github.com/siderolabs/pkgs/commit/8dd783f) feat: update Linux to 6.12.36 and firmware - [siderolabs/pkgs@`7e49fce`](https://github.com/siderolabs/pkgs/commit/7e49fce) feat: update tools and toolchain </p> </details> ##### Changes from siderolabs/tools <details><summary>1 commit</summary> <p> - [siderolabs/tools@`31fd099`](https://github.com/siderolabs/tools/commit/31fd099) feat: update Go to 1.24.5 </p> </details> ##### Dependency Changes - **github.com/siderolabs/gen** v0.8.4 -> v0.8.5 - **github.com/siderolabs/go-blockdevice/v2** v2.0.16 -> v2.0.19 - **github.com/siderolabs/pkgs** v1.10.0-24-g28fa97d -> v1.10.0-29-g2e6dd0a - **github.com/siderolabs/talos/pkg/machinery** v1.10.5 -> v1.10.6 - **github.com/siderolabs/tools** v1.10.0-4-g9d54ed4 -> v1.10.0-5-g31fd099 - **golang.org/x/sync** v0.15.0 -> v0.16.0 - **golang.org/x/sys** v0.33.0 -> v0.34.0 - **golang.org/x/text** v0.26.0 -> v0.27.0 Previous release can be found at [v1.10.5](https://github.com/siderolabs/talos/releases/tag/v1.10.5) ##### Images ``` ghcr.io/siderolabs/flannel:v0.26.7 registry.k8s.io/coredns/coredns:v1.12.1 gcr.io/etcd-development/etcd:v3.5.21 registry.k8s.io/kube-apiserver:v1.33.3 registry.k8s.io/kube-controller-manager:v1.33.3 registry.k8s.io/kube-scheduler:v1.33.3 registry.k8s.io/kube-proxy:v1.33.3 ghcr.io/siderolabs/kubelet:v1.33.3 ghcr.io/siderolabs/installer:v1.10.6 registry.k8s.io/pause:3.10 ``` ### [`v1.10.5`](https://github.com/siderolabs/talos/releases/tag/v1.10.5) [Compare Source](https://github.com/siderolabs/talos/compare/v1.10.4...v1.10.5) ##### [Talos 1.10.5](https://github.com/siderolabs/talos/releases/tag/v1.10.5) (2025-07-03) Welcome to the v1.10.5 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### Azure Talos on Azure now defaults to MTU of 1400 bytes for the `eth0` interface to avoid packet fragmentation issues. The default MTU can be overriden with machine configuration. ##### Component Updates Linux: 6.12.35 Kubernetes: 1.33.2 Talos is built with Go 1.24.4. ##### Contributors - Andrey Smirnov - Noel Georgi ##### Changes <details><summary>9 commits</summary> <p> - [@&#8203;`55fc623`](https://github.com/siderolabs/talos/commit/55fc62331) release(v1.10.5): prepare release - [@&#8203;`b84e150`](https://github.com/siderolabs/talos/commit/b84e15037) feat: update Kubernetes default to 1.33.2 - [@&#8203;`2017ec2`](https://github.com/siderolabs/talos/commit/2017ec228) fix: add limited retries for not found images - [@&#8203;`b3e510a`](https://github.com/siderolabs/talos/commit/b3e510ac5) chore: improve cloud image uploader resilience - [@&#8203;`4a40cdd`](https://github.com/siderolabs/talos/commit/4a40cddbb) fix: hold user volume mount point across kubelet restarts - [@&#8203;`9e1f347`](https://github.com/siderolabs/talos/commit/9e1f347f5) fix: etcd recover with multiple advertised addresses - [@&#8203;`f85ff5f`](https://github.com/siderolabs/talos/commit/f85ff5fa8) feat: update Linux to 6.12.35 - [@&#8203;`87ed1b5`](https://github.com/siderolabs/talos/commit/87ed1b589) fix: treat context canceled as expected error on image pull - [@&#8203;`9a0644a`](https://github.com/siderolabs/talos/commit/9a0644a64) fix: set default MTU on Azure to 1400 </p> </details> ##### Changes from siderolabs/pkgs <details><summary>2 commits</summary> <p> - [siderolabs/pkgs@`28fa97d`](https://github.com/siderolabs/pkgs/commit/28fa97d) fix: iptables url - [siderolabs/pkgs@`6109fe6`](https://github.com/siderolabs/pkgs/commit/6109fe6) feat: update dependencies </p> </details> ##### Dependency Changes - **github.com/siderolabs/pkgs** v1.10.0-22-g51e388c -> v1.10.0-24-g28fa97d - **github.com/siderolabs/talos/pkg/machinery** v1.10.4 -> v1.10.5 - **k8s.io/api** v0.33.1 -> v0.33.2 - **k8s.io/apiserver** v0.33.1 -> v0.33.2 - **k8s.io/client-go** v0.33.1 -> v0.33.2 - **k8s.io/component-base** v0.33.1 -> v0.33.2 - **k8s.io/kube-scheduler** v0.33.1 -> v0.33.2 - **k8s.io/kubectl** v0.33.1 -> v0.33.2 - **k8s.io/kubelet** v0.33.1 -> v0.33.2 - **k8s.io/pod-security-admission** v0.33.1 -> v0.33.2 Previous release can be found at [v1.10.4](https://github.com/siderolabs/talos/releases/tag/v1.10.4) ##### Images ``` ghcr.io/siderolabs/flannel:v0.26.7 registry.k8s.io/coredns/coredns:v1.12.1 gcr.io/etcd-development/etcd:v3.5.21 registry.k8s.io/kube-apiserver:v1.33.2 registry.k8s.io/kube-controller-manager:v1.33.2 registry.k8s.io/kube-scheduler:v1.33.2 registry.k8s.io/kube-proxy:v1.33.2 ghcr.io/siderolabs/kubelet:v1.33.2 ghcr.io/siderolabs/installer:v1.10.5 registry.k8s.io/pause:3.10 ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTE2LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added the
image
label 2025-09-09 16:51:39 +00:00
renovate-bot added 1 commit 2025-09-09 16:51:40 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
496c3790c3
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 496c3790c3 to fc7b2447c7 2025-09-09 16:55:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from fc7b2447c7 to d9072ba936 2025-09-09 16:59:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from d9072ba936 to 8ef4a6ce27 2025-09-09 17:02:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 8ef4a6ce27 to 3c45c2ad6b 2025-09-09 19:04:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 3c45c2ad6b to b3b2357678 2025-09-09 20:03:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from b3b2357678 to 6ced20fbfc 2025-09-09 22:02:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 6ced20fbfc to bd544fef26 2025-09-10 01:03:20 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from bd544fef26 to db6247192f 2025-09-10 03:04:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from db6247192f to eeef8d2e7f 2025-09-10 07:06:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from eeef8d2e7f to 1f74a0774c 2025-09-10 12:04:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 1f74a0774c to 376c8af5b0 2025-09-10 14:04:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 376c8af5b0 to 47f91298ec 2025-09-10 15:03:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 47f91298ec to 280a451077 2025-09-10 20:03:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 280a451077 to e97e8da623 2025-09-10 22:03:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from e97e8da623 to 61bb05658b 2025-09-10 23:05:28 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 61bb05658b to 2fc336744a 2025-09-11 00:05:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 2fc336744a to 5f2be4fda3 2025-09-11 05:03:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 5f2be4fda3 to a93908a240 2025-09-11 08:03:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from a93908a240 to f79d9be272 2025-09-11 10:05:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from f79d9be272 to 479a3ae779 2025-09-11 13:04:11 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 479a3ae779 to 403b7d9f72 2025-09-11 15:04:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 403b7d9f72 to 7ea0c25e37 2025-09-11 17:20:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 7ea0c25e37 to 3fa149bdbb 2025-09-11 17:22:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 3fa149bdbb to 3370e01cf1 2025-09-11 17:26:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 3370e01cf1 to 4eaddb318e 2025-09-11 17:27:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 4eaddb318e to 159ca454d7 2025-09-11 17:35:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 159ca454d7 to f08098cc59 2025-09-11 17:39:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from f08098cc59 to 4eaf8bae1a 2025-09-11 17:45:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 4eaf8bae1a to 370dbb5f2a 2025-09-11 18:02:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from 370dbb5f2a to b2cb435cb6 2025-09-11 22:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from b2cb435cb6 to b32e5cd12d 2025-09-11 23:02:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-siderolabs-talosctl-1.x from b32e5cd12d to 713c72ce65 2025-09-12 06:02:54 +00:00 Compare
renovate-bot added 2 commits 2025-09-12 09:03:36 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-docker / docker-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (pull_request) Successful in 16s
713c72ce65
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
31f7615106
renovate-bot added 2 commits 2025-09-12 10:03:31 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
31f7615106
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 7s
84416b314f
renovate-bot added 2 commits 2025-09-12 11:03:24 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 7s
84416b314f
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
525834e2bc
renovate-bot added 2 commits 2025-09-12 18:03:07 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
525834e2bc
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
1db6b9b8ad
renovate-bot added 2 commits 2025-09-12 19:03:28 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
1db6b9b8ad
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
58aeebbd9f
renovate-bot added 2 commits 2025-09-12 22:03:36 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
58aeebbd9f
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
8635f1f6d9
renovate-bot added 2 commits 2025-09-12 23:03:44 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
8635f1f6d9
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
630c5a3f00
renovate-bot added 2 commits 2025-09-13 10:03:03 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
630c5a3f00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
fc5e958b9d
renovate-bot added 2 commits 2025-09-13 14:03:39 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
fc5e958b9d
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
ab8c5c1ba1
renovate-bot added 2 commits 2025-09-13 16:02:46 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
ab8c5c1ba1
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
02d789174e
renovate-bot added 2 commits 2025-09-13 17:12:22 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
02d789174e
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2a63527558
renovate-bot added 2 commits 2025-09-13 20:03:24 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2a63527558
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
843ee7cc97
renovate-bot added 2 commits 2025-09-13 21:03:27 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
843ee7cc97
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
9959e86148
renovate-bot added 2 commits 2025-09-14 02:03:18 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
9959e86148
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
e4486b15c5
renovate-bot added 2 commits 2025-09-14 08:03:30 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
e4486b15c5
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
74b69c25f0
renovate-bot added 2 commits 2025-09-14 09:03:35 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
74b69c25f0
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
0f29f0d6ad
renovate-bot added 2 commits 2025-09-14 13:03:12 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
0f29f0d6ad
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2d18ff59e8
renovate-bot added 2 commits 2025-09-14 14:03:10 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2d18ff59e8
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
fee15ceff2
renovate-bot added 2 commits 2025-09-14 15:45:45 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
fee15ceff2
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
f4406b4aab
renovate-bot added 2 commits 2025-09-14 15:53:23 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
f4406b4aab
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
0c2c3d0b89
renovate-bot added 2 commits 2025-09-14 16:00:16 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
0c2c3d0b89
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
0eb0921c45
renovate-bot added 2 commits 2025-09-14 18:04:06 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
0eb0921c45
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
73479c4e3a
renovate-bot added 2 commits 2025-09-15 10:04:58 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
73479c4e3a
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
a6c53f7530
renovate-bot added 2 commits 2025-09-15 14:05:47 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
a6c53f7530
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
730d704a29
renovate-bot added 2 commits 2025-09-15 22:03:28 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
730d704a29
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s
45ee88918d
renovate-bot added 2 commits 2025-09-16 00:08:15 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s
45ee88918d
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
2090eeffa6
renovate-bot added 2 commits 2025-09-16 13:04:38 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
2090eeffa6
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
263c60d40b
renovate-bot added 2 commits 2025-09-16 15:05:56 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
263c60d40b
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
8e148ca303
renovate-bot added 2 commits 2025-09-16 17:04:04 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
8e148ca303
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
283629d854
renovate-bot added 2 commits 2025-09-16 18:03:18 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
283629d854
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
319486c16b
renovate-bot added 2 commits 2025-09-16 18:05:49 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
319486c16b
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 25s
493afeeba6
renovate-bot added 2 commits 2025-09-16 22:03:41 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 25s
493afeeba6
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
af0c84d54e
renovate-bot added 2 commits 2025-09-17 03:03:49 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
af0c84d54e
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
dc88f8ffc0
renovate-bot added 2 commits 2025-09-17 04:06:24 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
dc88f8ffc0
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
ad5ee03d87
renovate-bot added 2 commits 2025-09-17 05:04:29 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
ad5ee03d87
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 22s
faa529e0ac
renovate-bot added 2 commits 2025-09-17 10:05:10 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 22s
faa529e0ac
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
a1e0e39042
renovate-bot added 2 commits 2025-09-17 13:04:16 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
a1e0e39042
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
d26fa3b9c0
renovate-bot added 2 commits 2025-09-17 14:03:24 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
d26fa3b9c0
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
944a2839d9
renovate-bot added 2 commits 2025-09-17 17:04:05 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
944a2839d9
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
8ed8f802e7
renovate-bot added 2 commits 2025-09-17 18:03:35 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
8ed8f802e7
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
ee7d7b7af0
renovate-bot added 2 commits 2025-09-17 21:03:17 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
ee7d7b7af0
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
b9c11835e5
renovate-bot added 2 commits 2025-09-17 21:49:13 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
b9c11835e5
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
aef9266ba9
renovate-bot added 2 commits 2025-09-17 21:53:23 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
aef9266ba9
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
a36e02aaa2
renovate-bot added 2 commits 2025-09-17 23:40:55 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
a36e02aaa2
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
17df4e4311
renovate-bot added 2 commits 2025-09-18 03:05:39 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
17df4e4311
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 1m24s
52f251caf7
alexlebens merged commit 8412637d60 into main 2025-09-18 03:43:21 +00:00
alexlebens deleted branch renovate/ghcr.io-siderolabs-talosctl-1.x 2025-09-18 03:43:22 +00:00
Sign in to join this conversation.
No description provided.