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

chore: update go packages #12

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

chore: update go packages #12

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 16, 2024

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/siderolabs/talos/pkg/machinery v1.8.3 -> v1.9.2 age adoption passing confidence
golang.org/x/sys v0.27.0 -> v0.29.0 age adoption passing confidence

Release Notes

siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)

v1.9.2

Compare Source

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
  • Linux: 6.12.6
  • CNI plugins: 1.6.1

Talos is built with Go 1.23.4.

Contributors
  • Andrey Smirnov
  • Dmitry Sharshakov
  • Noel Georgi
Changes
15 commits

  • @​348472f release(v1.9.1): prepare release
  • @​e702542 fix: ignore member not found error on leave cluster
  • @​2125206 test: use node informer instead of raw watch
  • @​73c25ee fix: talosctl support and race tests
  • @​edd7844 fix: update go-blockdevice to v2.0.9
  • @​c1f975c fix: use correct default search domain
  • @​ff91a75 fix: reduce installer image
  • @​9cebe5e fix: fix Failed to initialize SELinux labeling handle udev error
  • @​852cf5a feat: bring Linux 6.12.6, CNI plugins 1.6.1
  • @​5f83c83 docs: document Kubernetes service registry incompat with K8s 1.32
  • @​3f87286 fix: dashboard crash on CPU data
  • @​f84ba2a docs: fix several typos
  • @​972044e chore: support gcr.io auth for cache and image gen
  • @​7908c93 fix: make talosctl time work with PTP time sync
  • @​48cb3a6 fix: restore previous disk serial fetching

Changes from siderolabs/go-talos-support
1 commit

Changes from siderolabs/pkgs
3 commits

Dependency Changes
  • github.com/containernetworking/plugins v1.6.0 -> v1.6.1
  • github.com/opencontainers/runc v1.2.2 -> v1.2.3
  • github.com/siderolabs/go-blockdevice/v2 v2.0.7 -> v2.0.9
  • github.com/siderolabs/go-talos-support v0.1.1 -> v0.1.2
  • github.com/siderolabs/pkgs v1.9.0-12-g9576b97 -> v1.9.0-15-g45c4ba4
  • github.com/siderolabs/talos/pkg/machinery v1.9.0 -> v1.9.1

Previous release can be found at v1.9.0

Images

ghcr.io/siderolabs/flannel:v0.26.1
registry.k8s.io/coredns/coredns:v1.12.0
gcr.io/etcd-development/etcd:v3.5.17
registry.k8s.io/kube-apiserver:v1.32.0
registry.k8s.io/kube-controller-manager:v1.32.0
registry.k8s.io/kube-scheduler:v1.32.0
registry.k8s.io/kube-proxy:v1.32.0
ghcr.io/siderolabs/kubelet:v1.32.0
ghcr.io/siderolabs/installer:v1.9.1
registry.k8s.io/pause:3.10

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

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/go-packages branch from 81c9fd3 to c8fa5f0 Compare December 20, 2024 09:01
Copy link
Author

renovate bot commented Dec 20, 2024

ℹ Artifact update notice

File name: installers/jetson_nano/src/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.23.5

@renovate renovate bot force-pushed the renovate/go-packages branch from c8fa5f0 to a666dfa Compare December 27, 2024 20:46
@renovate renovate bot force-pushed the renovate/go-packages branch from a666dfa to a7e8a4a Compare January 5, 2025 14:58
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-packages branch from a7e8a4a to aed1387 Compare January 17, 2025 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants