feat(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.9.0 ) #3858
+1
−1
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.1
->v1.9.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
siderolabs/talos (ghcr.io/siderolabs/installer)
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
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
v1.8.2
Compare Source
Talos 1.8.2 (2024-10-28)
Welcome to the v1.8.2 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.58
containerd: 2.0.0-rc.6
runc: 1.2.0
Kubernetes: 1.31.2
Talos is built with Go 1.22.8.
Contributors
Changes
18 commits
88f861a
release(v1.8.2): prepare releasecfc1010
fix: include iptables/netfilter ipv6 fixd8e2daf
fix: wait for udevd to be running before activating LVMe105a3d
fix: talosctl process null character0e96e99
fix: rework the 'metal-iso' config acquisition7ef5796
fix: improve error messages for invalid bridge/bond configurationa3fcbe0
chore: rename tpm2.PCRExtent -> tpm2.PCRExtenda9e6e60
fix: correct error message for invalid ip=49de0ab
fix: update incorrect alias for PCIDevice resource9b561ac
feat: add Talos 1.9 compatibility guarantees2ea3f85
chore: update siderolabs/crypto module and return proper ALPNce47912
feat: optionally decode hcloud userdata as base64f20a690
fix: json logging panicd855bb8
fix: skip ram disksb429e7f
fix: do not use pflag csv comma reader for config-patchee44f2c
test: skip no error test in Cilium7d055af
fix: scaleway metadata9f62fe9
feat: update pkgs and KubernetesChanges from siderolabs/crypto
1 commit
58b2f92
chore: use HTTP/2 ALPN by defaultChanges from siderolabs/go-circular
1 commit
9a0f7b0
fix: multiple data race issuesChanges from siderolabs/pkgs
8 commits
e72b2f4
fix: apply netfilter ipv6 fix9aac1a8
feat: update containerd to v2.0.0-rc.69668729
feat: update Linux to 6.6.589bc27b3
feat: update runc to 1.2.0f7cc89e
fix: default IOMMU mode to 'lazy'7ca4e2c
feat: update Linux to 6.6.57, update Linux firmwaree2c4848
feat: update Linux 6.6.56 and protect /proc/memc7729c3
feat: enable CONFIG_XFRM_STATISTICSChanges from siderolabs/siderolink
1 commit
1893385
fix: initialize tls listener properlyDependency Changes
Previous release can be found at v1.8.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.