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/installer to v1.7.6 #2783

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Aug 6, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/installer patch v1.7.5 -> v1.7.6

Release Notes

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

v1.7.6

Compare Source

Talos 1.7.6 (2024-08-06)

Welcome to the v1.7.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.6.43
Kubernetes: 1.30.3

Talos is built with Go 1.22.5.

Contributors
  • Andrey Smirnov
  • Jean-Francois Roy
Changes
5 commits

  • @​ae67123 release(v1.7.6): prepare release
  • @​08fbf08 fix: panic on shutdown
  • @​44827e4 fix: sort ports and merge adjacent ones in the nft rule
  • @​d692ab1 feat: provide an option to enforce SecureBoot for TPM enrollment
  • @​7287a11 feat: update Linux 6.6.43, Kubernetes 1.30.3, go 1.22.5

Changes from siderolabs/pkgs
8 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 -> v1.6.0
  • github.com/siderolabs/pkgs v1.7.0-21-gc58ed7f -> v1.7.0-29-gf0c088f
  • github.com/siderolabs/talos/pkg/machinery v1.7.5 -> v1.7.6
  • github.com/siderolabs/tools v1.7.0-3-g6c94771 -> v1.7.0-4-gc844dc3
  • golang.org/x/net v0.25.0 -> v0.26.0
  • golang.org/x/sync v0.6.0 -> v0.7.0
  • golang.org/x/sys v0.20.0 -> v0.21.0
  • golang.org/x/term v0.20.0 -> v0.21.0
  • golang.org/x/text v0.15.0 -> v0.16.0
  • k8s.io/api v0.30.1 -> v0.30.3
  • k8s.io/apiserver v0.30.1 -> v0.30.3
  • k8s.io/client-go v0.30.1 -> v0.30.3
  • k8s.io/component-base v0.30.1 -> v0.30.3
  • k8s.io/kube-scheduler v0.30.1 -> v0.30.3
  • k8s.io/kubectl v0.30.1 -> v0.30.3
  • k8s.io/kubelet v0.30.1 -> v0.30.3
  • k8s.io/pod-security-admission v0.30.1 -> v0.30.3

Previous release can be found at v1.7.5

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.3
registry.k8s.io/kube-controller-manager:v1.30.3
registry.k8s.io/kube-scheduler:v1.30.3
registry.k8s.io/kube-proxy:v1.30.3
ghcr.io/siderolabs/kubelet:v1.30.3
ghcr.io/siderolabs/installer:v1.7.6
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 this update again.


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

This PR has been generated by Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner August 6, 2024 13:06
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/storage labels Aug 6, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Aug 6, 2024

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

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

@@ -20,13 +20,13 @@

   interval: 30m
   path: ./kubernetes/storage/apps/system-upgrade/system-upgrade-controller/plans
   postBuild:
     substitute:
       KUBERNETES_VERSION: v1.30.3
       TALOS_SCHEMATIC_ID: 01f32e8a121a6c60e07373bd47c94a4bb7da9fca8f9fcc13bcbbdf0e1090554f
-      TALOS_VERSION: v1.7.5
+      TALOS_VERSION: v1.7.6
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
   prune: true
--- kubernetes/storage/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/kubernetes

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

@@ -26,13 +26,13 @@

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

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

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

@@ -17,24 +17,24 @@

       operator: In
       values:
       - talos
     - key: feature.node.kubernetes.io/system-os_release.VERSION_ID
       operator: NotIn
       values:
-      - v1.7.5
+      - v1.7.6
   prepare:
     args:
     - --nodes=$(NODE_IP)
     - health
     - --server=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.7.5
+    image: ghcr.io/siderolabs/talosctl:v1.7.6
   secrets:
   - ignoreUpdates: true
     name: talos
     path: /var/run/secrets/talos.dev
   serviceAccountName: system-upgrade
   tolerations:
@@ -52,9 +52,9 @@

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

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Aug 6, 2024

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

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

@@ -20,13 +20,13 @@

   interval: 30m
   path: ./kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans
   postBuild:
     substitute:
       KUBERNETES_VERSION: v1.30.3
       TALOS_SCHEMATIC_ID: c6163c2b42ed13b938be74583e60575f7be797320ab3fd29f5c21379be47f866
-      TALOS_VERSION: v1.7.5
+      TALOS_VERSION: v1.7.6
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
   prune: true
--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/kubernetes

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

@@ -26,13 +26,13 @@

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

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

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

@@ -17,24 +17,24 @@

       operator: In
       values:
       - talos
     - key: feature.node.kubernetes.io/system-os_release.VERSION_ID
       operator: NotIn
       values:
-      - v1.7.5
+      - v1.7.6
   prepare:
     args:
     - --nodes=$(NODE_IP)
     - health
     - --server=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.7.5
+    image: ghcr.io/siderolabs/talosctl:v1.7.6
   secrets:
   - ignoreUpdates: true
     name: talos
     path: /var/run/secrets/talos.dev
   serviceAccountName: system-upgrade
   tolerations:
@@ -52,9 +52,9 @@

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

@kashalls kashalls merged commit e02b3ac into main Aug 10, 2024
13 checks passed
@layla-bot layla-bot bot deleted the renovate/patch-talos branch August 10, 2024 06:05
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 renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant