-
Notifications
You must be signed in to change notification settings - Fork 0
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 ghcr.io/siderolabs/installer ( v1.9.1 → v1.9.2 ) #525
Open
commit-commander
wants to merge
1
commit into
main
Choose a base branch
from
renovate/main-patch-talos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
commit-commander
bot
added
renovate/container
type/patch
area/kubernetes
cluster/main
labels
Jan 20, 2025
--- kubernetes/main/apps/zfs/zfs-scrubber/app Kustomization: flux-system/zfs-scrubber HelmRelease: zfs/zfs-scrubber
+++ kubernetes/main/apps/zfs/zfs-scrubber/app Kustomization: flux-system/zfs-scrubber HelmRelease: zfs/zfs-scrubber
@@ -30,13 +30,13 @@
controllers:
zfs-scrubber:
containers:
app:
env:
PUSHOVER_NOTIFICATION: true
- TALOS_VERSION: v1.9.1
+ TALOS_VERSION: v1.9.2
ZFS_POOL: ssd_pool
envFrom:
- secretRef:
name: zfs-scrubber-secret
image:
repository: ghcr.io/heavybullets8/zfs-scrubber
--- 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.32.0
TALOS_SCHEMATIC_ID: db08c29f45bd1057f318b6f7b9ca1f5878dd9a529cbedfa46a54200591e74cbd
- TALOS_VERSION: v1.9.1
+ TALOS_VERSION: v1.9.2
substituteFrom:
- kind: Secret
name: cluster-secrets
prune: true
sourceRef:
kind: GitRepository
--- kubernetes/main/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/zfs-scrubber
+++ kubernetes/main/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/zfs-scrubber
@@ -16,13 +16,13 @@
secretRef:
name: sops-age
interval: 30m
path: ./kubernetes/main/apps/zfs/zfs-scrubber/app
postBuild:
substitute:
- TALOS_VERSION: v1.9.1
+ TALOS_VERSION: v1.9.2
substituteFrom:
- kind: Secret
name: cluster-secrets
prune: true
sourceRef:
kind: GitRepository
--- 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=true
envs:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- image: ghcr.io/siderolabs/talosctl:v1.9.1
+ image: ghcr.io/siderolabs/talosctl:v1.9.2
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.9.1
+ image: ghcr.io/siderolabs/talosctl:v1.9.2
version: v1.32.0
--- 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.9.1
+ - v1.9.2
prepare:
args:
- --nodes=$(NODE_IP)
- health
- --server=true
envs:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- image: ghcr.io/siderolabs/talosctl:v1.9.1
+ image: ghcr.io/siderolabs/talosctl:v1.9.2
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.9.1
- version: v1.9.1
+ image: ghcr.io/siderolabs/talosctl:v1.9.2
+ version: v1.9.2
|
--- HelmRelease: zfs/zfs-scrubber CronJob: zfs/zfs-scrubber
+++ HelmRelease: zfs/zfs-scrubber CronJob: zfs/zfs-scrubber
@@ -36,13 +36,13 @@
restartPolicy: Never
containers:
- env:
- name: PUSHOVER_NOTIFICATION
value: 'true'
- name: TALOS_VERSION
- value: v1.9.1
+ value: v1.9.2
- name: ZFS_POOL
value: ssd_pool
envFrom:
- secretRef:
name: zfs-scrubber-secret
image: ghcr.io/heavybullets8/zfs-scrubber:1.0.6@sha256:548a7e1a55088ab2d4738a38708104b264b4401e098348594daa96cad58402bd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.9.1
->v1.9.2
Release Notes
siderolabs/talos (ghcr.io/siderolabs/installer)
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-inauditd
service.kube-apiserver Authorization Config
When using
.cluster.apiServer.authorizationConfig
the user provided order for the authorizers is honoured andNode
andRBAC
authorizers are always added to the end if not explicitly specified.Eg: If user provides only
Webhook
authorizer, the final order will beWebhook
,Node
,RBAC
.To provide a specific order for
Node
orRBAC
explicitly, user can provide the authorizer in the order they want.Eg:
Usage of
authorization-mode
CLI argument will not support this form of customization.Component Updates
Talos is built with Go 1.23.4.
Contributors
Changes
18 commits
09758b3
release(v1.9.2): prepare release207f863
feat: update containerd to 2.0.2582064d
fix: add informer resync period for node status watcher244fd6e
feat: add a kernel parameter to disable built-in auditd28327e0
fix: kube-apiserver authorizers orderff9aa80
fix: a couple of imager panics/crashes44e2cc9
feat: update Linux to 6.12.99fd295b
fix: detect GPT before ZFS7b59573
fix: extfs repair and resize5f6bfe0
fix: merge of VolumeConfig documents with sizes0c05e1c
feat: update Linux to 6.12.8b61ab0a
fix: partition alignment on disks with 4k sectorsc4a69d3
fix: yet another dashboard panicdec3c6e
fix: disable NRI plugin in a different waydfb54c8
fix: request previous IP address in discovery6b1fe3d
fix: mount selinuxfs only when SELinux is enabled5e893e1
fix: update field name for bus path disk selector9219fc0
fix: exclude disks with empty transport for disk selectorChanges from siderolabs/pkgs
6 commits
c1f06e5
feat: update containerd to v2.0.2ef38c38
feat: update Linux to 6.12.9a7487d6
fix: adjust kernel options around ACPI/PCI/EFI376259a
feat: update Linux to 6.12.88e435cd
fix: update config-arm64 to add Rasperry Pi watchdog supportdaabb47
fix: dvb was missing I2C_MUX support and si2168 driverDependency Changes
Previous release can be found at v1.9.1
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.