Skip to content

🌱 Update Update Golang Dependencies group (minor) #1567

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

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

Conversation

syself-bot[bot]
Copy link
Contributor

@syself-bot syself-bot bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/hetznercloud/hcloud-go/v2 v2.19.1 -> v2.21.1 age adoption passing confidence require minor
github.com/onsi/gomega v1.36.2 -> v1.37.0 age adoption passing confidence require minor
github.com/prometheus/common v0.63.0 -> v0.64.0 age adoption passing confidence require minor
golang.org/x/crypto v0.36.0 -> v0.38.0 age adoption passing confidence require minor
golang.org/x/exp 054e65f -> b6e5de4 age adoption passing confidence require digest
k8s.io/utils 24370be -> 0f33e8f age adoption passing confidence require digest
sigs.k8s.io/kind v0.27.0 -> v0.29.0 age adoption passing confidence require minor

Release Notes

hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)

v2.21.1

Compare Source

Bug Fixes
  • add arg name in missing or invalid argument errors (#​652)

v2.21.0

Compare Source

Features
  • consistent argument errors (#​637)
Bug Fixes
  • http transport ignored when using instrumentation (#​642)

v2.20.1

Compare Source

Bug Fixes
  • panic when a request did not set the OpPath for instrumentation (#​635)

v2.20.0

Compare Source

In this release, the api_endpoint metric labels changed for all our API requests. Please make sure to update your setup if you were relying on them. The new labels are now easier to understand, see the example below:

  • the path /volumes/64314930 now has the label /volumes/- instead of /volumes/
  • the path /volumes/64314930/actions/resize now has the label /volumes/-/actions/resize instead of /volumes/actions/resize
Features
Bug Fixes
  • request in batches of 25 when waiting for actions (#​611)
  • missing response from requests return values (#​613)
  • move primary ip client request/response structs to schema package (#​633)
onsi/gomega (github.com/onsi/gomega)

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance
prometheus/common (github.com/prometheus/common)

v0.64.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.63.0...v0.64.0

kubernetes-sigs/kind (sigs.k8s.io/kind)

v0.29.0

Compare Source

This is a quick security release to pickup the containerd 2.1.1 CVE-2025-47290 fix.
See v0.28.0 (release days ago!) for full release notes with recent changes:
https://github.com/kubernetes-sigs/kind/releases/tag/v0.28.0

Breaking Changes

The default node image is now kindest/node:v1.33.1@​sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f

New Features

  • Updated to containerd 2.1.1

Images pre-built for this release:

  • v1.33.1: kindest/node:v1.33.1@​sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
  • v1.32.5: kindest/node:v1.32.5@​sha256:e3b2327e3a5ab8c76f5ece68936e4cafaa82edf58486b769727ab0b3b97a5b0d
  • v1.31.9: kindest/node:v1.31.9@​sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211
  • v1.30.13: kindest/node:v1.30.13@​sha256:397209b3d947d154f6641f2d0ce8d473732bd91c87d9575ade99049aa33cd648

NOTE: You must use the @sha256 digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.

See also:

NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718

Fixes

Contributors

Committers for this release:

(Please see v0.28.0 https://github.com/kubernetes-sigs/kind/releases/tag/v0.28.0#Contributors)

v0.28.0

Compare Source

This release moves to Kubernetes to 1.33.1 by default.

Breaking Changes

The default node image is now kindest/node:v1.33.1@​sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002

New Features

  • Updated to containerd 2.1 and runc 1.3
  • Updated default node image to Kubernetes 1.33.1
  • Updated go to 1.24.2

Images pre-built for this release:

  • v1.33.1: kindest/node:v1.33.1@​sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002
  • v1.32.5: kindest/node:v1.32.5@​sha256:36187f6c542fa9b78d2d499de4c857249c5a0ac8cc2241bef2ccd92729a7a259
  • v1.31.9: kindest/node:v1.31.9@​sha256:156da58ab617d0cb4f56bbdb4b493f4dc89725505347a4babde9e9544888bb92
  • v1.30.13: kindest/node:v1.30.13@​sha256:8673291894dc400e0fb4f57243f5fdc6e355ceaa765505e0e73941aa1b6e0b80

NOTE: You must use the @sha256 digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.

See also:

NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718

Fixes

  • Node image now sets net.ipv4.conf.all.arp_ignore to 0 to address some container networking failures

Contributors

Thank you to everyone who contributed to this kind over the years!

Committers for this release:


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.

👻 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

@syself-bot
Copy link
Contributor Author

syself-bot bot commented Mar 20, 2025

ℹ Artifact update notice

File name: 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.23.0 -> v2.23.3
github.com/prometheus/client_golang v1.20.5 -> v1.22.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
golang.org/x/net v0.37.0 -> v0.40.0
golang.org/x/oauth2 v0.25.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.14.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/term v0.30.0 -> v0.32.0
golang.org/x/text v0.23.0 -> v0.25.0
golang.org/x/tools v0.31.0 -> v0.33.0
google.golang.org/protobuf v1.36.5 -> v1.36.6

@syself-bot syself-bot bot added the size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. label Mar 20, 2025
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch from 24fa13a to ddb3840 Compare March 22, 2025 11:02
@syself-bot syself-bot bot changed the title 🌱 Update Golang Dependencies group to v2.20.1 🌱 Update Update Golang Dependencies group (minor) Mar 22, 2025
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from cabf92d to 282c214 Compare April 3, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 41e1bc3 to dd2d0ed Compare April 9, 2025 11:03
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 6a98167 to 71d8a0c Compare May 6, 2025 11:03
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 01d9313 to b052831 Compare May 17, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch from b052831 to fbbe196 Compare May 21, 2025 11:03
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch from fbbe196 to f3edd33 Compare May 31, 2025 11:02
| datasource | package                              | from                               | to                                 |
| ---------- | ------------------------------------ | ---------------------------------- | ---------------------------------- |
| go         | github.com/hetznercloud/hcloud-go/v2 | v2.19.1                            | v2.21.1                            |
| go         | github.com/onsi/gomega               | v1.36.2                            | v1.37.0                            |
| go         | github.com/prometheus/common         | v0.63.0                            | v0.64.0                            |
| go         | golang.org/x/crypto                  | v0.36.0                            | v0.38.0                            |
| go         | golang.org/x/exp                     | v0.0.0-20250305212735-054e65f0b394 | v0.0.0-20250531010427-b6e5de432a8b |
| go         | k8s.io/utils                         | v0.0.0-20241210054802-24370beab758 | v0.0.0-20250502105355-0f33e8f1c979 |
| go         | sigs.k8s.io/kind                     | v0.27.0                            | v0.29.0                            |
@syself-bot syself-bot bot force-pushed the renovate/golang-deps branch from f3edd33 to 5bf78e6 Compare June 3, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. type/minor update/go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants