-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area/kubernetes
Changes made in the kubernetes directory
cluster/storage
labels
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
|
--- 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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
Changes
5 commits
ae67123
release(v1.7.6): prepare release08fbf08
fix: panic on shutdown44827e4
fix: sort ports and merge adjacent ones in the nft ruled692ab1
feat: provide an option to enforce SecureBoot for TPM enrollment7287a11
feat: update Linux 6.6.43, Kubernetes 1.30.3, go 1.22.5Changes from siderolabs/pkgs
8 commits
f0c088f
feat: update Linux to 6.6.43fb24a28
fix: enable TPROXY for nftables4d7d88b
feat: update Linux to 6.6.39a302e94
fix: enable CONFIG_PROC_CHILDREN for amd64 kernel034804e
feat: update Linux to 6.6.3644d273d
feat: enable CONFIG_X86_AMD_PSTATE3d1bd33
feat: update Go to 1.22.56637717
feat: update runc to 1.1.13Changes from siderolabs/tools
1 commit
c844dc3
feat: update Go to 1.22.5Dependency Changes
Previous release can be found at v1.7.5
Images
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.
This PR has been generated by Renovate Bot.