Skip to content

🌱 Update Update Golang Dependencies group (minor) - #305

Merged
jschoone merged 3 commits into
mainfrom
renovate/golang-deps
Sep 19, 2025
Merged

🌱 Update Update Golang Dependencies group (minor)#305
jschoone merged 3 commits into
mainfrom
renovate/golang-deps

Conversation

@cluster-stack-bot

@cluster-stack-bot cluster-stack-bot Bot commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/google/cel-go v0.25.0 -> v0.26.1 age adoption passing confidence require minor
github.com/onsi/ginkgo/v2 v2.23.4 -> v2.25.3 age adoption passing confidence require minor
github.com/onsi/gomega v1.37.0 -> v1.38.2 age adoption passing confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age adoption passing confidence require minor
go (source) 1.24.4 -> 1.25.1 age adoption passing confidence toolchain minor
golang.org/x/mod v0.25.0 -> v0.28.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.30.0 -> v0.31.0 age adoption passing confidence require minor
sigs.k8s.io/kind v0.29.0 -> v0.30.0 age adoption passing confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

google/cel-go (github.com/google/cel-go)

v0.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: cel-expr/cel-go@v0.25.1...v0.26.1

v0.26.0

Compare Source

New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️

v0.25.1

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.25.3

Compare Source

2.25.3

Fixes
  • emit --github-output group only for progress report itself [f01aed1]

v2.25.2

Compare Source

2.25.2

Fixes

Add github output group for progress report content

Maintenance

Bump Gomega

v2.25.1

Compare Source

2.25.1

Fixes
  • fix(types): ignore nameless nodes on FullText() [10866d3]
  • chore: fix some CodeQL warnings [2e42cff]

v2.25.0

Compare Source

2.25.0

AroundNode

This release introduces a new decorator to support more complex spec setup usecases.

AroundNode registers a function that runs before each individual node. This is considered a more advanced decorator.

Please read the docs for more information and some examples.

Allowed signatures:

  • AroundNode(func()) - func will be called before the node is run.
  • AroundNode(func(ctx context.Context) context.Context) - func can wrap the passed in context and return a new one which will be passed on to the node.
  • AroundNode(func(ctx context.Context, body func(ctx context.Context))) - ctx is the context for the node and body is a function that must be called to run the node. This gives you complete control over what runs before and after the node.

Multiple AroundNode decorators can be applied to a single node and they will run in the order they are applied.

Unlike setup nodes like BeforeEach and DeferCleanup, AroundNode is guaranteed to run in the same goroutine as the decorated node. This is necessary when working with lower-level libraries that must run on a single thread (you can call runtime.LockOSThread() in the AroundNode to ensure that the node runs on a single thread).

Since AroundNode allows you to modify the context you can also use AroundNode to implement shared setup that attaches values to the context.

If applied to a container, AroundNode will run before every node in the container. Including setup nodes like BeforeEach and DeferCleanup.

AroundNode can also be applied to RunSpecs to run before every node in the suite. This opens up new mechanisms for instrumenting individual nodes across an entire suite.

v2.24.0

Compare Source

2.24.0

Features

Specs can now be decorated with (e.g.) SemVerConstraint("2.1.0") and ginkgo --sem-ver-filter="2.1.1" will only run constrained specs that match the requested version. Learn more in the docs here! Thanks to @​Icarus9913 for the PR.

Fixes
Maintenance

Numerous dependency bumps and documentation fixes

onsi/gomega (github.com/onsi/gomega)

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance
stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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

v0.30.0

Compare Source

This is small release containing patched dependencies and Kubernetes 1.34, as well as a bugfix for Kubernetes v1.33.0+ cluster reboots.

Breaking Changes

The default node image is now kindest/node:v1.34.0@&#8203;sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a

New Features

  • Updated to containerd 2.1.4

Images pre-built for this release:

  • v1.34.0: kindest/node:v1.34.0@&#8203;sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
  • v1.33.4: kindest/node:v1.33.4@&#8203;sha256:25a6018e48dfcaee478f4a59af81157a437f15e6e140bf103f85a2e7cd0cbbf2
  • v1.32.8: kindest/node:v1.32.8@&#8203;sha256:abd489f042d2b644e2d033f5c2d900bc707798d075e8186cb65e3f1367a9d5a1
  • v1.31.12: kindest/node:v1.31.12@&#8203;sha256:0f5cc49c5e73c0c2bb6e2df56e7df189240d83cf94edfa30946482eb08ec57d2

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 #​2718

Fixes

  • Fix an issue with rebooting v1.33.0+ clusters #​3941
  • Add priority class system-critical to kindnetd
  • Fix HA control-plane loadbalancer for podman #​3962
  • Fix node-image builds with relative source paths

Contributors

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

@cluster-stack-bot

cluster-stack-bot Bot commented Jul 10, 2025

Copy link
Copy Markdown
Contributor Author

ℹ 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):

  • 9 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.23.1 -> v0.24.0
golang.org/x/sync v0.14.0 -> v0.16.0
golang.org/x/crypto v0.36.0 -> v0.41.0
golang.org/x/net v0.37.0 -> v0.43.0
golang.org/x/sys v0.32.0 -> v0.35.0
golang.org/x/term v0.30.0 -> v0.34.0
golang.org/x/text v0.23.0 -> v0.28.0
golang.org/x/tools v0.31.0 -> v0.36.0
google.golang.org/protobuf v1.36.5 -> v1.36.7

@cluster-stack-bot cluster-stack-bot Bot changed the title 🌱 Update Golang Dependencies group to v0.26.0 🌱 Update Update Golang Dependencies group to v0.26.0 (minor) Jul 15, 2025
@cluster-stack-bot
cluster-stack-bot Bot force-pushed the renovate/golang-deps branch from f0d9e4b to 7a3a808 Compare July 15, 2025 11:24
@cluster-stack-bot
cluster-stack-bot Bot force-pushed the renovate/golang-deps branch from 7a3a808 to e7d4d3e Compare July 23, 2025 11:25
@cluster-stack-bot cluster-stack-bot Bot changed the title 🌱 Update Update Golang Dependencies group to v0.26.0 (minor) 🌱 Update Update Golang Dependencies group (minor) Jul 23, 2025
@cluster-stack-bot
cluster-stack-bot Bot force-pushed the renovate/golang-deps branch 2 times, most recently from c9976ee to 780c313 Compare August 13, 2025 11:24
@cluster-stack-bot
cluster-stack-bot Bot force-pushed the renovate/golang-deps branch 5 times, most recently from 9e837e5 to 9e127f0 Compare August 25, 2025 11:23
@cluster-stack-bot
cluster-stack-bot Bot force-pushed the renovate/golang-deps branch 3 times, most recently from 9d183f3 to 442f032 Compare August 29, 2025 11:21
@cluster-stack-bot
cluster-stack-bot Bot force-pushed the renovate/golang-deps branch 2 times, most recently from 299206c to 4b1efa1 Compare September 5, 2025 11:21
| datasource     | package                     | from    | to      |
| -------------- | --------------------------- | ------- | ------- |
| go             | github.com/google/cel-go    | v0.25.0 | v0.26.1 |
| go             | github.com/onsi/ginkgo/v2   | v2.23.4 | v2.25.3 |
| go             | github.com/onsi/gomega      | v1.37.0 | v1.38.2 |
| go             | github.com/stretchr/testify | v1.10.0 | v1.11.1 |
| golang-version | go                          | 1.24.4  | 1.25.1  |
| go             | golang.org/x/mod            | v0.25.0 | v0.28.0 |
| go             | golang.org/x/oauth2         | v0.30.0 | v0.31.0 |
| go             | sigs.k8s.io/kind            | v0.29.0 | v0.30.0 |
@cluster-stack-bot

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jschoone
jschoone merged commit b3ed8d7 into main Sep 19, 2025
9 checks passed
@jschoone
jschoone deleted the renovate/golang-deps branch September 19, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant