Skip to content
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.1 → v1.9.0 ) #3858

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Oct 28, 2024

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/siderolabs/installer minor v1.8.1 -> v1.9.0 OpenSSF Scorecard

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-fs
  • f46922fa9 chore: fix dockerfile warnings
  • a13f82c59 feat: udev: label device nodes
  • e899fb37f feat: label created files in /etc
  • 5f68c17ed feat: implement image cache configuration
  • 0ffb2187a feat: registry proxy
  • 77cf84fb5 feat: support generating iso with imagecache
  • 5de6275b8 chore: image cache generator improvements
  • 1a8cc5f8b feat: add SELinux labels to volumes
  • 61b9129e0 fix: add directory entries and filemode to tarball
  • 4caeae21e refactor: optimize flags and SetLabel
  • 6074a870a feat: add e2fsprogs to talos rootfs
  • 7ffcf5b93 docs: update getting started
  • c4c1a0d7c fix: make vmware platform common code build on all arches
  • cc768037f feat: implement block device wipe
  • 6fb518ae5 fix: don't activate LVM volumes in agent mode
  • 0e3ed3072 fix: no longer leak Close reader
  • 4dc58cfdf chore: small fixes
  • f400ae911 fix: small fixes for image cache generation
  • 93754b7de fix: config and platform manifest generation
  • 95b2fc946 feat: image cache gen
  • e4c6186c6 chore: remove i915/amdgpu drivers
  • 744ad12a6 docs: update replicated-local-storage-with-openebs.md
  • fd713e451 feat: add permanent hardware addr to device selectors
  • d55a96e8c refactor: remove SELinux client_u and client_r
  • 3a5b55fd2 fix: allow CEL expressions config merge
  • f1b15f580 chore: remove replace for safchain/ethtool
  • f9697a9a0 fix: register controlplane node with NoSchedule taint
  • 30f8b5a9f fix: registry mirror fallback handling
  • 0f41e7743 feat: allow for onlink directive (nocloud)
  • e26d0043e chore: code cleanup
  • 43fe3807a feat: implement tracking of blockdevice secondaries
  • 8a7476c3a fix: install on non-empty disk
  • 8b4253d18 feat: update etcd to v3.5.17
  • 5a0fd5b88 refactor: move early initialization functions to pre-initialize phase
  • 9916e2cd8 chore: update pkgs/tools/extras for Go 1.23.3
  • 20bbf0235 docs: update vultr documentation
  • aea98940b fix: arch linux search paths and names for QEMU provisioner
  • 682718d4c fix: use imager incoming version for extension validation
  • 9a02ecc49 feat: rewrite install disk selector to use CEL expressions
  • eba35f441 docs: add note about PSP in Rook-Ceph guide
  • 38b80fb1d docs: add missing --talosconfig parameter to end of Hetzner guide
  • a07f66c91 docs: gcp: fix controlplane nodes tags
  • 4fe6dc8a0 chore: clean dns code

v1.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 binaries
  • kernel
  • initramfs
  • metal iso and disk images
  • talosctl-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
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Christian Luetke-Stetzkamp
  • Noel Georgi
  • OliviaBarrington
  • Steven Kreitzer
Changes
17 commits

  • @​3c151c8 release(v1.8.4): prepare release
  • @​1fb38e4 fix: use mtu network option for podman
  • @​acd9fda fix: order volume config by the requested size
  • @​c547557 fix: install iptables-nft to the host
  • @​94b342b fix: lock provisioning order of user disk partitions
  • @​df8fe4c feat: support vlan/bond in v1, vlan in v2 for nocloud
  • @​3a1727e fix: don't reset health status if service doesn't support health checks
  • @​7ff796f fix: make system_disk condition work properly before install
  • @​379eefd fix: nocloud network link matching on MAC addresses
  • @​c87ec03 feat: allow for onlink directive (nocloud)
  • @​aa14ae5 fix: small logrus fixes
  • @​b90863a fix: properly halt installation if Talos already installed
  • @​6d20ade fix: make vmware platform common code build on all arches
  • @​bc2d547 fix: allow CEL expressions config merge
  • @​5188f64 fix: install on non-empty disk
  • @​6f411cc feat: update etcd to v3.5.17
  • @​7f91e31 feat: update Linux 6.6.64, runc 1.2.3

Changes from siderolabs/pkgs
7 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/siderolabs/go-blockdevice/v2 v2.0.3 -> v2.0.4
  • github.com/siderolabs/pkgs v1.8.0-31-g9c80a4a -> v1.8.0-38-g0698d6e
  • github.com/siderolabs/talos/pkg/machinery v1.8.3 -> v1.8.4
  • github.com/siderolabs/tools v1.8.0-3-g653182a -> v1.8.0-4-gadfcf5a
  • go.etcd.io/etcd/api/v3 v3.5.16 -> v3.5.17
  • go.etcd.io/etcd/client/pkg/v3 v3.5.16 -> v3.5.17
  • go.etcd.io/etcd/client/v3 v3.5.16 -> v3.5.17
  • go.etcd.io/etcd/etcdutl/v3 v3.5.16 -> v3.5.17
  • k8s.io/api v0.31.2 -> v0.31.4
  • k8s.io/apiserver v0.31.2 -> v0.31.4
  • k8s.io/client-go v0.31.2 -> v0.31.4
  • k8s.io/component-base v0.31.2 -> v0.31.4
  • k8s.io/kube-scheduler v0.31.2 -> v0.31.4
  • k8s.io/kubectl v0.31.2 -> v0.31.4
  • k8s.io/kubelet v0.31.2 -> v0.31.4
  • k8s.io/pod-security-admission v0.31.2 -> v0.31.4

Previous release can be found at v1.8.3

Images

ghcr.io/siderolabs/flannel:v0.25.7
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/etcd-development/etcd:v3.5.17
registry.k8s.io/kube-apiserver:v1.31.4
registry.k8s.io/kube-controller-manager:v1.31.4
registry.k8s.io/kube-scheduler:v1.31.4
registry.k8s.io/kube-proxy:v1.31.4
ghcr.io/siderolabs/kubelet:v1.31.4
ghcr.io/siderolabs/installer:v1.8.4
registry.k8s.io/pause:3.10

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 binaries
  • kernel
  • initramfs
  • metal iso and disk images
  • talosctl-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
  • Andrey Smirnov
  • blablu
  • Dmitry Sharshakov
  • Joakim Nohlgård
  • Noel Georgi
  • Remko Molier
  • Sam Stelfox
Changes
15 commits

  • @​6494ace release(v1.8.3): prepare release
  • @​01c9f45 fix: arch linux search paths and names for QEMU provisioner
  • @​8b5c5f1 chore: fix nil pointer dereference in AWS uploader
  • @​fbf85dd fix: install disk matcher error
  • @​ff3fcce feat: add dm-cache dm-cache-smq kernel modules
  • @​6d872e4 feat: allow extra mounts for docker-based talosctl cluster create
  • @​8c193c8 fix: update permissions for logging directories in /var
  • @​5044a41 fix: mount /sys/kernel/security conditionally
  • @​83abb66 fix: make route normalization keep family
  • @​228a943 fix: do not trim 0 from process SELinux label
  • @​d4a3a2b fix: prevent panic in nocloud platform code
  • @​5c7b02d fix: update the CRI sandbox image reference
  • @​f8155c4 feat: add parsing of vlanNNNN:ethX style VLAN cmdline args
  • @​ea19f15 fix: generation of SecureBoot iso
  • @​fddaa60 feat: update Linux, runc, containerd, go

Changes from siderolabs/pkgs
7 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/docker/cli v27.1.1 new
  • github.com/docker/docker v27.2.0 -> v27.1.1
  • github.com/siderolabs/pkgs v1.8.0-24-ge72b2f4 -> v1.8.0-31-g9c80a4a
  • github.com/siderolabs/talos/pkg/machinery v1.8.2 -> v1.8.3
  • github.com/siderolabs/tools v1.8.0-2-g7719230 -> v1.8.0-3-g653182a

Previous release can be found at v1.8.2

Images

ghcr.io/siderolabs/flannel:v0.25.7
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/etcd-development/etcd:v3.5.16
registry.k8s.io/kube-apiserver:v1.31.2
registry.k8s.io/kube-controller-manager:v1.31.2
registry.k8s.io/kube-scheduler:v1.31.2
registry.k8s.io/kube-proxy:v1.31.2
ghcr.io/siderolabs/kubelet:v1.31.2
ghcr.io/siderolabs/installer:v1.8.3
registry.k8s.io/pause:3.10

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 binaries
  • kernel
  • initramfs
  • metal iso and disk images
  • talosctl-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
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Joakim Nohlgård
  • Noel Georgi
  • Philip Schmid
  • Philipp Kleber
  • Serge Logvinov
Changes
18 commits

Changes from siderolabs/crypto
1 commit

Changes from siderolabs/go-circular
1 commit

Changes from siderolabs/pkgs
8 commits

Changes from siderolabs/siderolink
1 commit

Dependency Changes
  • github.com/klauspost/compress v1.17.10 -> v1.17.11
  • github.com/siderolabs/crypto v0.4.4 -> v0.5.0
  • github.com/siderolabs/go-circular v0.2.0 -> v0.2.1
  • github.com/siderolabs/pkgs v1.8.0-16-g71d23b4 -> v1.8.0-24-ge72b2f4
  • github.com/siderolabs/siderolink v0.3.10 -> v0.3.11
  • github.com/siderolabs/talos/pkg/machinery v1.8.1 -> v1.8.2
  • golang.org/x/time v0.6.0 -> v0.7.0
  • k8s.io/api v0.31.1 -> v0.31.2
  • k8s.io/apiserver v0.31.1 -> v0.31.2
  • k8s.io/client-go v0.31.1 -> v0.31.2
  • k8s.io/component-base v0.31.1 -> v0.31.2
  • k8s.io/kube-scheduler v0.31.1 -> v0.31.2
  • k8s.io/kubectl v0.31.1 -> v0.31.2
  • k8s.io/kubelet v0.31.1 -> v0.31.2
  • k8s.io/pod-security-admission v0.31.1 -> v0.31.2

Previous release can be found at v1.8.1

Images

ghcr.io/siderolabs/flannel:v0.25.7
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/etcd-development/etcd:v3.5.16
registry.k8s.io/kube-apiserver:v1.31.2
registry.k8s.io/kube-controller-manager:v1.31.2
registry.k8s.io/kube-scheduler:v1.31.2
registry.k8s.io/kube-proxy:v1.31.2
ghcr.io/siderolabs/kubelet:v1.31.2
ghcr.io/siderolabs/installer:v1.8.2
registry.k8s.io/pause:3.9

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/docker renovate docker datasource type/patch a patch for a bug cluster/talos-flux labels Oct 28, 2024
@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Oct 28, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.02s
✅ REPOSITORY gitleaks yes no 4.04s
✅ YAML prettier 1 0 0.45s
✅ YAML yamllint 1 0 0.44s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot force-pushed the renovate/ghcr.io-siderolabs-installer-1.x branch from 2071f4d to 5cc49df Compare November 13, 2024 15:07
@tyriis-automation tyriis-automation bot changed the title fix(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.8.2 ) fix(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.8.3 ) Nov 13, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/ghcr.io-siderolabs-installer-1.x branch from 5cc49df to f06c55c Compare December 13, 2024 10:08
@tyriis-automation tyriis-automation bot changed the title fix(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.8.3 ) fix(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.8.4 ) Dec 13, 2024
@tyriis-automation tyriis-automation bot force-pushed the renovate/ghcr.io-siderolabs-installer-1.x branch from f06c55c to 1c19063 Compare December 17, 2024 14:08
@tyriis-automation tyriis-automation bot changed the title fix(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.8.4 ) feat(container): update image ghcr.io/siderolabs/installer ( v1.8.1 → v1.9.0 ) Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/talos-flux renovate/docker renovate docker datasource type/patch a patch for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants