Skip to content

fix(go.mod/go.sum): update minor dependencies (golang)#121

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/minor-deps-golang
Open

fix(go.mod/go.sum): update minor dependencies (golang)#121
renovate[bot] wants to merge 1 commit intomainfrom
renovate/minor-deps-golang

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/onsi/ginkgo/v2 v2.27.5v2.28.1 age confidence require minor
go (source) 1.25.61.26.0 age confidence golang minor
istio.io/client-go v1.28.3v1.29.0 age confidence require minor
sigs.k8s.io/controller-tools v0.17.0v0.20.1 age confidence require minor

Release Notes

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

v2.28.1

Compare Source

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

Compare Source

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

golang/go (go)

v1.26.0

v1.25.7

istio/client-go (istio.io/client-go)

v1.29.0

Compare Source

v1.28.4

Compare Source

kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)

v0.20.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1

v0.20.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.19.0...v0.20.0

v0.19.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.18.0

v0.17.3

Compare Source

What's Changed

Dependencies

  • 🌱 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-go-mod-patch-and-minor group by @​dependabot in #​1151
  • 🌱 Bump the all-go-mod-patch-and-minor group with 5 updates by @​dependabot in #​1148
  • 🌱 Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-github-actions group by @​dependabot in #​1149

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.17.2...v0.17.3

v0.17.2

Compare Source

What's Changed

Dependencies

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.17.1...v0.17.2

v0.17.1

Compare Source

What's Changed

Dependencies

  • 🌱 Bump the all-github-actions group across 1 directory with 3 updates by @​dependabot in #​1125
  • 🌱 Bump golang.org/x/tools from 0.28.0 to 0.29.0 in the all-go-mod-patch-and-minor group by @​dependabot in #​1124

Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.17.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Jan 30, 2026

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

  • 3 additional dependencies were updated

Details:

Package Change
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 -> v0.0.0-20260115054156-294ebfa9ad83
github.com/spf13/cobra v1.10.0 -> v1.10.2
istio.io/api v1.28.3 -> v1.29.0-rc.1.0.20260209142455-7fea5efd57ca

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 30, 2026
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 8e3c297 to 9b324e2 Compare February 3, 2026 07:00
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 9b324e2 to 583af6a Compare February 10, 2026 08:53
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) fix(go.mod/go.sum): update module sigs.k8s.io/controller-tools to v0.20.0 Feb 10, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 10, 2026
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 583af6a to e74257d Compare February 10, 2026 13:56
@renovate renovate bot changed the title fix(go.mod/go.sum): update module sigs.k8s.io/controller-tools to v0.20.0 fix(go.mod/go.sum): update minor dependencies (golang) Feb 10, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 10, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 10, 2026
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from c7a1e57 to 2a5238c Compare February 11, 2026 06:32
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 2a5238c to 1380463 Compare February 13, 2026 18:28
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 13, 2026
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 49b3c4e to 96aeb28 Compare February 17, 2026 08:57
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 96aeb28 to 46802e4 Compare February 24, 2026 20:31
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.

0 participants