-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(container): update image ghcr.io/siderolabs/installer ( v1.8.3 → v1.9.4 ) #5450
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-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
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
072e582
to
ed74032
Compare
--- kubernetes/cluster-0/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans
+++ kubernetes/cluster-0/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans
@@ -19,13 +19,13 @@
- name: system-upgrade-controller
interval: 30m
path: ./kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/plans
postBuild:
substitute:
KUBERNETES_VERSION: v1.31.3
- TALOS_VERSION: v1.8.3
+ TALOS_VERSION: v1.9.4
substituteFrom:
- kind: ConfigMap
name: cluster-settings
prune: true
sourceRef:
kind: GitRepository
--- kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/kubernetes
+++ kubernetes/cluster-0/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.3
+ image: ghcr.io/siderolabs/talosctl:v1.9.4
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.3
+ image: ghcr.io/siderolabs/talosctl:v1.9.4
version: v1.31.3
--- kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/talos
+++ kubernetes/cluster-0/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.8.3
+ - v1.9.4
prepare:
args:
- --nodes=$(NODE_IP)
- health
- --server=false
envs:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- image: ghcr.io/siderolabs/talosctl:v1.8.3
+ image: ghcr.io/siderolabs/talosctl:v1.9.4
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.8.3
- version: v1.8.3
+ image: ghcr.io/siderolabs/talosctl:v1.9.4
+ version: v1.9.4
|
ed74032
to
2452066
Compare
2452066
to
9802d87
Compare
… v1.9.4 ) | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/siderolabs/installer | v1.8.3 | v1.9.4 |
9802d87
to
bce971b
Compare
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.3
->v1.9.4
Release Notes
siderolabs/talos (ghcr.io/siderolabs/installer)
v1.9.4
Compare Source
Talos 1.9.4 (2025-02-13)
Welcome to the v1.9.4 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Ingress Firewall
Talos Ingress Firewall now filters access to Kubernetes NodePort services correctly.
Component Updates
Talos is built with Go 1.23.6.
Contributors
Changes
13 commits
c863a56
release(v1.9.4): prepare release81164ef
chore: fix spurious generate failures7639cf7
fix: path for ca-certificates9afdaf4
feat: update Kubernetes to 1.32.2e3bfb23
fix: make ingress firewall filter traffic to nodeports6d0db51
fix: blockdevice transport detection39d608a
chore: provide more logging for dns requests2ca0d59
fix: fix diff printingc8a7a2c
fix: ignore errors to stop podscfc43b0
fix: handle empty registry configa3aa099
feat: update Flannel to 0.26.43612fbf
feat: update Linux to 6.12.13a320b99
chore: bump Go to 1.23.6Changes from siderolabs/pkgs
2 commits
27017e0
feat: update Linux to 6.12.13bf4206c
feat: update Go to 1.23.6Changes from siderolabs/tools
1 commit
b2ede52
feat: update Go to 1.23.6Dependency Changes
Previous release can be found at v1.9.3
Images
v1.9.3
Compare Source
Talos 1.9.3 (2025-01-28)
Welcome to the v1.9.3 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Talos is built with Go 1.23.5.
Contributors
Changes
12 commits
d40df43
release(v1.9.3): prepare release41dd593
test: bump timeout on rotate CA test1abeaa3
feat: update Linux to 6.2.112894507
feat: update etcd to 3.5.18e3bd08b
fix: bring back disk UUID8fadd04
fix: disks with 4k sector size and systemd-bootb854ea9
fix: abort node watch on hostname change5c7b3ec
chore: update Go to 1.23.5f72a155
fix: ignore forbidden error when waiting for pod eviction9587d86
chore: clear cache after updating upstreams885cb4c
fix: make etc binds read-only508cc7b
feat: update Kubernetes to 1.32.1Changes from siderolabs/pkgs
4 commits
2250843
feat: update Linux to 6.12.110f48ede
feat: bump NVIDIA driver versions164563f
feat: update Linux to 6.2.1017c292f
feat: update Go to 1.23.5Changes from siderolabs/tools
1 commit
bf2085e
feat: update Go to 1.23.5Dependency Changes
Previous release can be found at v1.9.2
Images
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
v1.9.1
Compare Source
Talos 1.9.1 (2024-12-26)
Welcome to the v1.9.1 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Talos is built with Go 1.23.4.
Contributors
Changes
15 commits
348472f
release(v1.9.1): prepare releasee702542
fix: ignore member not found error on leave cluster2125206
test: use node informer instead of raw watch73c25ee
fix: talosctl support and race testsedd7844
fix: update go-blockdevice to v2.0.9c1f975c
fix: use correct default search domainff91a75
fix: reduce installer image9cebe5e
fix: fixFailed to initialize SELinux labeling handle
udev error852cf5a
feat: bring Linux 6.12.6, CNI plugins 1.6.15f83c83
docs: document Kubernetes service registry incompat with K8s 1.323f87286
fix: dashboard crash on CPU dataf84ba2a
docs: fix several typos972044e
chore: support gcr.io auth for cache and image gen7908c93
fix: make talosctl time work with PTP time sync48cb3a6
fix: restore previous disk serial fetchingChanges from siderolabs/go-talos-support
1 commit
0f784bd
fix: avoid deadlock on context cancelChanges from siderolabs/pkgs
3 commits
45c4ba4
fix: patch containerd with CNI deadlock fix13c5fc6
feat: update Linux to 6.12.66ed389e
feat: update Linux firmware to2024121
Dependency Changes
Previous release can be found at v1.9.0
Images
v1.9.0
Compare Source
44 commits
af5d6b8c4
fix: show SELinux labels on pseudo-fsf46922fa9
chore: fix dockerfile warningsa13f82c59
feat: udev: label device nodese899fb37f
feat: label created files in /etc5f68c17ed
feat: implement image cache configuration0ffb2187a
feat: registry proxy77cf84fb5
feat: support generating iso with imagecache5de6275b8
chore: image cache generator improvements1a8cc5f8b
feat: add SELinux labels to volumes61b9129e0
fix: add directory entries and filemode to tarball4caeae21e
refactor: optimize flags and SetLabel6074a870a
feat: add e2fsprogs to talos rootfs7ffcf5b93
docs: update getting startedc4c1a0d7c
fix: make vmware platform common code build on all archescc768037f
feat: implement block device wipe6fb518ae5
fix: don't activate LVM volumes in agent mode0e3ed3072
fix: no longer leakClose
reader4dc58cfdf
chore: small fixesf400ae911
fix: small fixes for image cache generation93754b7de
fix: config and platform manifest generation95b2fc946
feat: image cache gene4c6186c6
chore: remove i915/amdgpu drivers744ad12a6
docs: update replicated-local-storage-with-openebs.mdfd713e451
feat: add permanent hardware addr to device selectorsd55a96e8c
refactor: remove SELinux client_u and client_r3a5b55fd2
fix: allow CEL expressions config mergef1b15f580
chore: remove replace for safchain/ethtoolf9697a9a0
fix: register controlplane node with NoSchedule taint30f8b5a9f
fix: registry mirror fallback handling0f41e7743
feat: allow for onlink directive (nocloud)e26d0043e
chore: code cleanup43fe3807a
feat: implement tracking of blockdevice secondaries8a7476c3a
fix: install on non-empty disk8b4253d18
feat: update etcd to v3.5.175a0fd5b88
refactor: move early initialization functions to pre-initialize phase9916e2cd8
chore: update pkgs/tools/extras for Go 1.23.320bbf0235
docs: update vultr documentationaea98940b
fix: arch linux search paths and names for QEMU provisioner682718d4c
fix: use imager incoming version for extension validation9a02ecc49
feat: rewrite install disk selector to use CEL expressionseba35f441
docs: add note about PSP in Rook-Ceph guide38b80fb1d
docs: add missing--talosconfig
parameter to end of Hetzner guidea07f66c91
docs: gcp: fix controlplane nodes tags4fe6dc8a0
chore: clean dns codev1.8.4
Compare Source
Talos 1.8.4 (2024-12-13)
Welcome to the v1.8.4 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.64
runc: 1.2.3
Kubernetes: 1.31.4
etcd: 3.5.17
Talos is built with Go 1.22.10.
Contributors
Changes
17 commits
3c151c8
release(v1.8.4): prepare release1fb38e4
fix: use mtu network option for podmanacd9fda
fix: order volume config by the requested sizec547557
fix: install iptables-nft to the host94b342b
fix: lock provisioning order of user disk partitionsdf8fe4c
feat: support vlan/bond in v1, vlan in v2 for nocloud3a1727e
fix: don't reset health status if service doesn't support health checks7ff796f
fix: makesystem_disk
condition work properly before install379eefd
fix: nocloud network link matching on MAC addressesc87ec03
feat: allow for onlink directive (nocloud)aa14ae5
fix: small logrus fixesb90863a
fix: properly halt installation if Talos already installed6d20ade
fix: make vmware platform common code build on all archesbc2d547
fix: allow CEL expressions config merge5188f64
fix: install on non-empty disk6f411cc
feat: update etcd to v3.5.177f91e31
feat: update Linux 6.6.64, runc 1.2.3Changes from siderolabs/pkgs
7 commits
0698d6e
chore: bring in KSPP recommendations9ab4a32
feat: update Linux to 6.6.6477d6623
feat: update runc to v1.2.31afc88c
feat: build host iptables with nftables support4c15185
feat: update Linux to 6.6.62, runc to 1.2.288cc7d4
feat: enable CONFIG_INTEL_HFI_THERMAL + CONFIG_INTEL_TURBO_MAX_377a1abb
feat: update Go to 1.22.10Changes from siderolabs/tools
1 commit
adfcf5a
feat: update Go to 1.22.10Dependency Changes
Previous release can be found at v1.8.3
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 was generated by Mend Renovate. View the repository job log.