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
feat(container): update image ghcr.io/siderolabs/installer to v1.9.3 #112
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-siderolabs-installer-1.x
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
7b05544
to
29301ec
Compare
29301ec
to
5c7350f
Compare
5c7350f
to
56ece4e
Compare
56ece4e
to
0e04f76
Compare
0e04f76
to
9fca01c
Compare
9fca01c
to
ab58e2f
Compare
ab58e2f
to
aa5d819
Compare
aa5d819
to
20113a8
Compare
20113a8
to
16cecb1
Compare
16cecb1
to
e568cf7
Compare
e568cf7
to
8fdb9fa
Compare
8fdb9fa
to
4fb8b81
Compare
4fb8b81
to
a274215
Compare
a274215
to
a940e86
Compare
a940e86
to
ecdbf24
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.6.7
->v1.9.3
Release Notes
siderolabs/talos (ghcr.io/siderolabs/installer)
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
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
v1.8.1
Compare Source
Talos 1.8.1 (2024-10-08)
Welcome to the v1.8.1 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.54
containerd: 2.0.0-rc.5
Flannel: 0.25.7
Talos is built with Go 1.22.8.
Contributors
Changes
16 commits
477752f
release(v1.8.1): prepare release362c9f8
test: skip lvm test if not enough user disks available7930500
chore: checkout extensions from release-1.8, not mainf6d6306
fix: wipe system partitions correctly via kernel args4d279c6
fix: volume encryption with failing keyslots070defa
fix: update grpc-go the latest patch releasea2d12fd
feat: update Flannel to v0.25.7e2f560b
feat: bring in lpfc kernel module driver788336a
feat: enable QEDF drivere4341fa
fix: make /var/run empty on reboots66228ef
fix: multiple fixes for LVM activation5f4515f
fix: prevent file descriptors leaks to child processesa55103e
chore: ignore more plugins for system containerdffcdc0b
fix: build talosctl withouttcell_minimal
d29f660
feat: add support for CI Network config in nocloud01e580b
feat: update Go 1.22.8, Linux, pkgsChanges from siderolabs/pkgs
8 commits
71d23b4
feat: update Linux to 6.6.548906a9b
feat: add lpfc kernel module3c57dff
feat: enable QEDF driver1ecbd58
feat: update containerd to v2.0.0-rc.547dff98
fix: drop the LVM2 udev lvm rule480d765
fix: force LVM to use/run
as state directoryc663212
feat: enable transparent huge pages in madvise mode832f11b
feat: update Go to 1.22.8Changes from siderolabs/tools
1 commit
7719230
feat: update Go to 1.22.8Dependency Changes
Previous release can be found at v1.8.0
Images
v1.8.0
Compare Source
113 commits
6f7c3a8e5
fix: build of talosctl on non-Linux archesf0a59cec7
release(v1.8.0-alpha.2): prepare releasec8aed3be4
fix: correctly add console args for ttyS0b453385bd
feat: support volume configuration, provisioning, etcb6b16b35f
chore: pause sequencer when talos installed and iso bootedeade0a9f2
chore: bring inuio
modules81f9fcd9c
fix: report errors correctly when pulling, fix EEXISTb309e87b4
docs: fix invalid input in field user_datac7474877a
docs: kubeProxyReplacement from "disabled" to "false"be2ebf6b4
chore: bump dependencies88601bff4
chore: drop calico from interactive installer106c17d0b
chore: aarch64 qemu local secureboot supportda6263506
feat: update Flannel to v0.25.619a44c2b0
chore: drop consolettyS0
argument75cecb421
feat: add Apache Cloudstack support951cf66fd
feat: add Cisco fnic driver2d3bc94bf
fix(ci): fix broken testsa9551b7ca
fix: host DNS access with firewall enabled4834a61a8
feat: report SELinux labels8fe39eacb
chore: move csi tests as go teste4f8cb854
fix: merge extension service config files bymountPath
5ba1df469
chore: add java package to protos823480800
fix: add missing host/nvme-rdma5b4b64979
fix: bump go-smbios for broken SMIOS tablesf57d1f07e
fix: add NVMe target kernel modules5ff6cf82c
fix: drop /opt mount for containers/tink3c0db34d8
docs: update kubespan docs3041d9075
fix: always handlePermissionDenied
in dashboard resource watches36f83eea9
chore: make qemu check flag consistent with codefe52cb074
chore: update protoc-gen-docee4290f68
fix: bind HostDNS to 169.254.x link-local addressc312a46f6
chore: restructure k8s component health checkse193e7db9
docs: fix incorrect path for openebs in documentationbeadbac21
docs: update Oracle Cloud Talos custom image docs6f969e364
chore: improvecluster create
UX on aarch6445cc8688a
chore: replaceif
blocks withmin
/max
functionsa5bd770bf
fix: retry with another upstream if the previous failed82e19f38a
docs: add high-level overlay development guide872599c9a
chore: drop image assets from release3c36c41a9
feat: provide device extra settle timeout9e348ef35
feat: update Kubernetes to 1.31.061a1c946b
feat: bundle (some) CNI plugins with Talos core091da163b
chore: support arm64 kexec from zboot kernel images73511c1ef
chore: fix release notes2bf924c7b
feat: update ISO VolumeID with Talos version9a33dce10
docs: fix the VMWare docs12562c2d5
docs: fix talos version in vmware.shee67da14c
feat: scaleway routed ipeba5dafb9
fix: add dns-resolve-cache to the support bundled4f8100bd
docs: fix default openebs folder60e163d54
docs: fix typo in doc98d9abdd0
chore(ci): fix cilium ci testsbeb9602e3
chore: bump github.com/docker/docker to v27.1.1+incompatible0698a4921
docs: aws getting started re-write4d7d7a589
chore(ci): update nvidia integration tests60e901c1d
chore: document slim kubelet image622d66a98
chore: bump depsf9f5e0ef5
chore: fix k8s tests2ac8d2274
chore: supportunsupported
flag for mkfs9b9159d1e
docs: update support matrix for nvidia drivers9d3415850
fix: fix graph diffs in dashboard when node aliases are used9a126d70e
chore: generate deepcopy for SecureBootAssets typedff56d824
chore: remove arch-specific etcd image tagc9f1dece5
feat: update Kubernetes to 1.31.0-rc.149831c56f
docs: replace removed Cilium/kubeProxyReplacement value33a316369
docs: update aws.md for loope02bd2093
feat: update Kubernetes to 1.31.0-rc.064914b086
chore: add test for crun extension7a1c62b8b
feat: publish installed extensions as node labels/annotations3f2058aba
fix: update containerd configuration and settings81bd20f5a
docs: remove deprecated jiva from openebs instructions480ffb88a
docs: fix the amd64 PXE boot script URL20fe34dbd
docs: fix docker getting started typo0fd7dfd2a
docs: update Equinix Guide3d1474ac0
feat: update CoreDNS to 1.1.350e5f37ef
chore: add test for apparmor96492c097
docs: extend multus configuration for Cilium19aa44c54
fix: generate kubeconfig using proper types240104e45
feat: update Linux to 6.6.4332db8db60
chore: lock microsoft secureboot certs3ce5492f8
](https://redirect.github.com/siderolabs/talos/commit/3ce5492f852c4e4e0Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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.