Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image ghcr.io/siderolabs/talosctl to v1.9.3 #1839

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/talosctl patch v1.9.1 -> v1.9.3

Release Notes

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

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 - "on saturday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the area/bootstrap Changes made in the bootstrap directory label Jan 18, 2025
@qlonik qlonik force-pushed the main branch 10 times, most recently from cc00f2c to 74fd9d2 Compare January 18, 2025 23:23
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from dc99063 to 9f52124 Compare January 18, 2025 23:48
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jan 18, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from 9f52124 to 0cf801c Compare January 18, 2025 23:51
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from 0cf801c to 246aa40 Compare January 18, 2025 23:58
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from 246aa40 to edfd6d7 Compare January 19, 2025 00:02
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from edfd6d7 to 37eada4 Compare January 19, 2025 00:15
@qlonik qlonik force-pushed the main branch 2 times, most recently from efe9036 to 7c31e1c Compare January 19, 2025 00:16
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from 37eada4 to 6c88962 Compare January 19, 2025 00:17
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from 6c88962 to 81f237b Compare January 19, 2025 00:19
@qlonik qlonik force-pushed the main branch 2 times, most recently from 22ea073 to 444233d Compare January 19, 2025 02:05
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch 2 times, most recently from 72a342e to 1d167a3 Compare January 19, 2025 02:09
@renovate renovate bot force-pushed the renovate/ghcr.io-siderolabs-talosctl-1.x branch from 1d167a3 to 66983d2 Compare January 28, 2025 20:43
@renovate renovate bot changed the title fix(container): update image ghcr.io/siderolabs/talosctl to v1.9.2 fix(container): update image ghcr.io/siderolabs/talosctl to v1.9.3 Jan 28, 2025
@qlonik qlonik merged commit 46c392f into main Feb 2, 2025
1 of 5 checks passed
@qlonik qlonik deleted the renovate/ghcr.io-siderolabs-talosctl-1.x branch February 2, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant