Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/talos patch v1.9.1 -> v1.9.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.9.4

Compare Source

Talos 1.9.4 (2025-02-13)

Welcome to the v1.9.4 release of Talos!

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

Ingress Firewall

Talos Ingress Firewall now filters access to Kubernetes NodePort services correctly.

Component Updates
  • Linux: 6.12.13
  • Flannel: 0.26.4
  • Kubernetes: 1.32.2

Talos is built with Go 1.23.6.

Contributors
  • Andrey Smirnov
  • Dmitry Sharshakov
  • Dmitriy Matrenichev
  • Mathspy
Changes
13 commits

Changes from siderolabs/pkgs
2 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/siderolabs/go-blockdevice/v2 v2.0.13 -> v2.0.14
  • github.com/siderolabs/pkgs v1.9.0-25-g2250843 -> v1.9.0-27-g27017e0
  • github.com/siderolabs/talos/pkg/machinery v1.9.3 -> v1.9.4
  • github.com/siderolabs/tools v1.9.0-2-gbf2085e -> v1.9.0-3-gb2ede52

Previous release can be found at v1.9.3

Images

ghcr.io/siderolabs/flannel:v0.26.4
registry.k8s.io/coredns/coredns:v1.12.0
gcr.io/etcd-development/etcd:v3.5.18
registry.k8s.io/kube-apiserver:v1.32.2
registry.k8s.io/kube-controller-manager:v1.32.2
registry.k8s.io/kube-scheduler:v1.32.2
registry.k8s.io/kube-proxy:v1.32.2
ghcr.io/siderolabs/kubelet:v1.32.2
ghcr.io/siderolabs/installer:v1.9.4
registry.k8s.io/pause:3.10

v1.9.3

Compare Source

Talos 1.9.3 (2025-01-28)

Welcome to the v1.9.3 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.11
  • Kubernetes: 1.32.1
  • etcd: 3.5.18

Talos is built with Go 1.23.5.

Contributors
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Noel Georgi
Changes
12 commits

Changes from siderolabs/pkgs
4 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/containerd/containerd/v2 v2.0.1 -> v2.0.2
  • github.com/containerd/platforms v1.0.0-rc.0 -> v1.0.0-rc.1
  • github.com/opencontainers/runc v1.2.3 -> v1.2.4
  • github.com/siderolabs/go-blockdevice/v2 v2.0.11 -> v2.0.13
  • github.com/siderolabs/pkgs v1.9.0-21-gc1f06e5 -> v1.9.0-25-g2250843
  • github.com/siderolabs/talos/pkg/machinery v1.9.2 -> v1.9.3
  • github.com/siderolabs/tools v1.9.0-1-geaad82f -> v1.9.0-2-gbf2085e
  • go.etcd.io/etcd/api/v3 v3.5.17 -> v3.5.18
  • go.etcd.io/etcd/client/pkg/v3 v3.5.17 -> v3.5.18
  • go.etcd.io/etcd/client/v3 v3.5.17 -> v3.5.18
  • go.etcd.io/etcd/etcdutl/v3 v3.5.17 -> v3.5.18
  • golang.org/x/net v0.32.0 -> v0.34.0
  • golang.org/x/sys v0.28.0 -> v0.29.0
  • golang.org/x/term v0.27.0 -> v0.28.0
  • k8s.io/api v0.32.0 -> v0.32.1
  • k8s.io/apiserver v0.32.0 -> v0.32.1
  • k8s.io/client-go v0.32.0 -> v0.32.1
  • k8s.io/component-base v0.32.0 -> v0.32.1
  • k8s.io/kube-scheduler v0.32.0 -> v0.32.1
  • k8s.io/kubectl v0.32.0 -> v0.32.1
  • k8s.io/kubelet v0.32.0 -> v0.32.1
  • k8s.io/pod-security-admission v0.32.0 -> v0.32.1

Previous release can be found at v1.9.2

Images

ghcr.io/siderolabs/flannel:v0.26.1
registry.k8s.io/coredns/coredns:v1.12.0
gcr.io/etcd-development/etcd:v3.5.18
registry.k8s.io/kube-apiserver:v1.32.1
registry.k8s.io/kube-controller-manager:v1.32.1
registry.k8s.io/kube-scheduler:v1.32.1
registry.k8s.io/kube-proxy:v1.32.1
ghcr.io/siderolabs/kubelet:v1.32.1
ghcr.io/siderolabs/installer:v1.9.3
registry.k8s.io/pause:3.10

v1.9.2

Compare Source

Talos 1.9.2 (2025-01-16)

Welcome to the v1.9.2 release of Talos!

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

auditd

Kernel parameter talos.auditd.disabled=1 can be used to disable Talos built-in auditd service.

kube-apiserver Authorization Config

When using .cluster.apiServer.authorizationConfig the user provided order for the authorizers is honoured and Node and RBAC authorizers are always added to the end if not explicitly specified.

Eg: If user provides only Webhook authorizer, the final order will be Webhook, Node, RBAC.

To provide a specific order for Node or RBAC explicitly, user can provide the authorizer in the order they want.

Eg:

cluster:
  apiServer:
    authorizationConfig:
      - type: Node
        name: Node
      - type: Webhook
        name: Webhook
        webhook:
          connectionInfo:
            type: InClusterConfig
        ...
      - type: RBAC
        name: rbac

Usage of authorization-mode CLI argument will not support this form of customization.

Component Updates
  • Linux: 6.12.9
  • runc: 1.2.4
  • containerd: 2.0.2

Talos is built with Go 1.23.4.

Contributors
  • Andrey Smirnov
  • Dmitry Sharshakov
  • L.J. Hanson
  • Noel Georgi
  • Skyler Mäntysaari
  • TomyLobo
Changes
18 commits

Changes from siderolabs/pkgs
6 commits

Dependency Changes
  • github.com/siderolabs/go-blockdevice/v2 v2.0.9 -> v2.0.11
  • github.com/siderolabs/pkgs v1.9.0-15-g45c4ba4 -> v1.9.0-21-gc1f06e5
  • github.com/siderolabs/talos/pkg/machinery v1.9.1 -> v1.9.2

Previous release can be found at v1.9.1

Images

ghcr.io/siderolabs/flannel:v0.26.1
registry.k8s.io/coredns/coredns:v1.12.0
gcr.io/etcd-development/etcd:v3.5.17
registry.k8s.io/kube-apiserver:v1.32.0
registry.k8s.io/kube-controller-manager:v1.32.0
registry.k8s.io/kube-scheduler:v1.32.0
registry.k8s.io/kube-proxy:v1.32.0
ghcr.io/siderolabs/kubelet:v1.32.0
ghcr.io/siderolabs/installer:v1.9.2
registry.k8s.io/pause:3.10

Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 4752eda into main Feb 24, 2025
6 checks passed
@renovate renovate bot deleted the renovate/ghcr.io-siderolabs-talos-1.x branch February 24, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant