generated from onedr0p/cluster-template
-
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.8.2 → v1.8.3 ) #525
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
--- kubernetes/apps/zfs/zfs-scrubber/app Kustomization: flux-system/zfs-scrubber HelmRelease: zfs/zfs-scrubber
+++ kubernetes/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.8.2
+ TALOS_VERSION: v1.8.3
ZFS_POOL: speed
envFrom:
- secretRef:
name: zfs-scrubber-secret
image:
repository: ghcr.io/heavybullets8/zfs-scrubber
--- kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans
+++ kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans
@@ -20,13 +20,13 @@
interval: 30m
path: ./kubernetes/apps/system-upgrade/system-upgrade-controller/plans
postBuild:
substitute:
KUBERNETES_VERSION: v1.31.2
TALOS_SCHEMATIC_ID: c5cc6a0c0509730099ac813644b1b0c5c5d47f26688a23cbcd9a93a05b5763c6
- TALOS_VERSION: v1.8.2
+ TALOS_VERSION: v1.8.3
substituteFrom:
- kind: ConfigMap
name: cluster-settings
- kind: Secret
name: cluster-secrets
prune: true
--- kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/zfs-scrubber
+++ kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/zfs-scrubber
@@ -16,13 +16,13 @@
secretRef:
name: sops-age
interval: 30m
path: ./kubernetes/apps/zfs/zfs-scrubber/app
postBuild:
substitute:
- TALOS_VERSION: v1.8.2
+ TALOS_VERSION: v1.8.3
substituteFrom:
- kind: ConfigMap
name: cluster-settings
- kind: Secret
name: cluster-secrets
prune: true
--- kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/kubernetes
+++ kubernetes/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.8.2
+ image: ghcr.io/siderolabs/talosctl:v1.8.3
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.8.2
+ image: ghcr.io/siderolabs/talosctl:v1.8.3
version: v1.31.2
--- kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/talos
+++ kubernetes/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/talos
@@ -17,13 +17,13 @@
operator: In
values:
- talos
- key: feature.node.kubernetes.io/system-os_release.VERSION_ID
operator: NotIn
values:
- - v1.8.2
+ - v1.8.3
- key: factory.talos.dev/schematic-id.part-0
operator: In
values:
- c5cc6a0c0509730099ac813644b1b0c5
- key: factory.talos.dev/schematic-id.part-1
operator: In
@@ -36,13 +36,13 @@
- --server=false
envs:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- image: ghcr.io/siderolabs/talosctl:v1.8.2
+ image: ghcr.io/siderolabs/talosctl:v1.8.3
secrets:
- ignoreUpdates: true
name: talos
path: /var/run/secrets/talos.dev
serviceAccountName: system-upgrade
tolerations:
@@ -60,9 +60,9 @@
- --wait=false
envs:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- image: ghcr.io/siderolabs/talosctl:v1.8.2
- version: v1.8.2
+ image: ghcr.io/siderolabs/talosctl:v1.8.3
+ version: v1.8.3
|
--- 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.8.2
+ value: v1.8.3
- name: ZFS_POOL
value: speed
envFrom:
- secretRef:
name: zfs-scrubber-secret
image: ghcr.io/heavybullets8/zfs-scrubber:1.0.5@sha256:d977db8813026b4ba54298313c6bd535ef02106f74673fc1201248ccd174cbd2 |
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.8.2
->v1.8.3
Release Notes
siderolabs/talos (ghcr.io/siderolabs/installer)
v1.8.3
Compare Source
Talos 1.8.3 (2024-11-13)
Welcome to the v1.8.3 release of Talos!
Starting with Talos v1.8.0, only standard assets would be published as github release assets. These include:
cloud-images.json
talosctl
binarieskernel
initramfs
metal
iso and disk imagestalosctl-cni-bundle
All other release assets can be downloaded from Image Factory.
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Linux: 6.6.60
containerd: 2.0.0
runc: 1.2.1
Talos is built with Go 1.22.9.
Contributors
Changes
15 commits
6494ace
release(v1.8.3): prepare release01c9f45
fix: arch linux search paths and names for QEMU provisioner8b5c5f1
chore: fix nil pointer dereference in AWS uploaderfbf85dd
fix: install disk matcher errorff3fcce
feat: add dm-cache dm-cache-smq kernel modules6d872e4
feat: allow extra mounts for docker-basedtalosctl cluster create
8c193c8
fix: update permissions for logging directories in /var5044a41
fix: mount /sys/kernel/security conditionally83abb66
fix: make route normalization keep family228a943
fix: do not trim 0 from process SELinux labeld4a3a2b
fix: prevent panic in nocloud platform code5c7b02d
fix: update the CRI sandbox image referencef8155c4
feat: add parsing of vlanNNNN:ethX style VLAN cmdline argsea19f15
fix: generation of SecureBoot isofddaa60
feat: update Linux, runc, containerd, goChanges from siderolabs/pkgs
7 commits
9c80a4a
feat: update Linux to 6.6.60747c6c7
feat: update containerd to v2.0.087c6526
feat: enable CONFIG_DM_CACHEb4fa648
fix: enable nvme and 2.5gbit ethernet on nanopi-r5s079ea13
feat: update Linux to 6.6.59e4bc753
feat: update runc to v1.2.1de3dbf5
feat: update Go to 1.22.9Changes from siderolabs/tools
1 commit
653182a
feat: update Go to 1.22.9Dependency Changes
Previous release can be found at v1.8.2
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.