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 talos group to v1.7.7 (patch) - autoclosed #3718

Closed
wants to merge 1 commit into from

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Sep 26, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/talosctl patch v1.7.6 -> v1.7.7
siderolabs/talos patch v1.7.6 -> v1.7.7

Release Notes

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

v1.7.7

Compare Source

Talos 1.7.7 (2024-09-26)

Welcome to the v1.7.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.6.52
Kubernetes: 1.30.5
containerd: 1.7.22
runc: 1.1.14

Talos is built with Go 1.22.7.

Contributors
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Matthieu Mottet
  • Mike Beaumont
  • Noel Georgi
  • Utku Ozdemir
Changes
12 commits

  • @​6879408 release(v1.7.7): prepare release
  • @​e53eff9 fix: ignore invalid NTP responses
  • @​28b81b2 fix: report internally service as unhealthy if not running
  • @​da5b526 fix: report errors correctly when pulling, fix EEXIST
  • @​1e4e5ac chore: drop calico from interactive installer
  • @​e6fd4e0 fix: merge extension service config files by mountPath
  • @​c95d1fe fix: add missing host/nvme-rdma
  • @​0bd2878 fix: bump go-smbios for broken SMIOS tables
  • @​63b59eb fix: add NVMe target kernel modules
  • @​d7b7136 fix: retry with another upstream if the previous failed
  • @​c7f2da1 fix: fix graph diffs in dashboard when node aliases are used
  • @​ae230db feat: update Linux 6.6.52, Kubernetes 1.30.3

Changes from siderolabs/go-smbios
2 commits

Changes from siderolabs/pkgs
4 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/containerd/containerd v1.7.16 -> v1.7.22
  • github.com/containerd/containerd/api v1.7.19 new
  • github.com/containerd/errdefs v0.1.0 new
  • github.com/containerd/platforms v0.2.1 new
  • github.com/siderolabs/go-smbios v0.3.2 -> v0.3.3
  • github.com/siderolabs/pkgs v1.7.0-29-gf0c088f -> v1.7.0-33-g868e459
  • github.com/siderolabs/talos/pkg/machinery v1.7.6 -> v1.7.7
  • github.com/siderolabs/tools v1.7.0-4-gc844dc3 -> v1.7.0-5-gc936ce1
  • k8s.io/api v0.30.3 -> v0.30.5
  • k8s.io/apimachinery v0.30.3 -> v0.30.5
  • k8s.io/apiserver v0.30.3 -> v0.30.5
  • k8s.io/client-go v0.30.3 -> v0.30.5
  • k8s.io/component-base v0.30.3 -> v0.30.5
  • k8s.io/kube-scheduler v0.30.3 -> v0.30.5
  • k8s.io/kubectl v0.30.3 -> v0.30.5
  • k8s.io/kubelet v0.30.3 -> v0.30.5
  • k8s.io/pod-security-admission v0.30.3 -> v0.30.5

Previous release can be found at v1.7.6

Images
ghcr.io/siderolabs/flannel:v0.25.3
ghcr.io/siderolabs/install-cni:v1.7.0-2-g7c627a8
registry.k8s.io/coredns/coredns:v1.11.1
gcr.io/etcd-development/etcd:v3.5.13
registry.k8s.io/kube-apiserver:v1.30.5
registry.k8s.io/kube-controller-manager:v1.30.5
registry.k8s.io/kube-scheduler:v1.30.5
registry.k8s.io/kube-proxy:v1.30.5
ghcr.io/siderolabs/kubelet:v1.30.5
ghcr.io/siderolabs/installer:v1.7.7
registry.k8s.io/pause:3.8

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 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 has been generated by Renovate Bot.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner September 26, 2024 15:25
@mchesterbot mchesterbot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Sep 26, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 26, 2024

--- kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/kubernetes

+++ kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/kubernetes

@@ -23,13 +23,13 @@

     - --server=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.7.6
+    image: ghcr.io/siderolabs/talosctl:v1.7.7
   secrets:
   - ignoreUpdates: true
     name: talos
     path: /var/run/secrets/talos.dev
   serviceAccountName: system-upgrade
   upgrade:
@@ -39,9 +39,9 @@

     - --to=$(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.7.6
+    image: ghcr.io/siderolabs/talosctl:v1.7.7
   version: 1.30.3
 
--- kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos

+++ kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos

@@ -47,8 +47,8 @@

     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
     image: ghcr.io/siderolabs/talosctl
-  version: v1.7.6
+  version: v1.7.7
 
--- kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos-nvidia

+++ kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos-nvidia

@@ -42,8 +42,8 @@

     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
     image: ghcr.io/siderolabs/talosctl
-  version: v1.7.6
+  version: v1.7.7
 

@mchesterbot mchesterbot bot force-pushed the renovate/patch-talos branch from 61ce4fe to 074a643 Compare September 26, 2024 17:24
@mchesterbot mchesterbot bot changed the title fix(container): update ghcr.io/siderolabs/talosctl docker tag to v1.7.7 fix(container): update talos group to v1.7.7 (patch) Sep 26, 2024
@mchesterbot mchesterbot bot added area/talos Changes made in the talos directory area/taskfile labels Sep 26, 2024
@mchesterbot mchesterbot bot changed the title fix(container): update talos group to v1.7.7 (patch) fix(container): update talos group to v1.7.7 (patch) - autoclosed Sep 28, 2024
@mchesterbot mchesterbot bot closed this Sep 28, 2024
@mchesterbot mchesterbot bot deleted the renovate/patch-talos branch September 28, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory area/talos Changes made in the talos directory area/taskfile renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants