Skip to content

Renovate: Update External dependencies - #46

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/external-dependencies
Open

Renovate: Update External dependencies#46
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/external-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/go-logr/logr v1.4.2v1.4.4 age adoption passing confidence require patch
github.com/goccy/go-yaml v1.17.1v1.19.2 age adoption passing confidence require minor
github.com/gophercloud/gophercloud/v2 v2.7.0v2.14.0 age adoption passing confidence require minor
github.com/onsi/ginkgo/v2 v2.23.4v2.32.1 age adoption passing confidence require minor
github.com/onsi/gomega v1.37.0v1.42.1 age adoption passing confidence require minor
k8s.io/api v0.33.0v0.36.4 age adoption passing confidence require minor
k8s.io/apimachinery v0.33.1v0.36.4 age adoption passing confidence require minor
k8s.io/client-go v0.33.0v0.36.4 age adoption passing confidence require minor
kubernetes-sigs/controller-tools 0.18.00.21.0 age adoption passing confidence minor
kubernetes-sigs/kustomize 5.6.05.8.1 age adoption passing confidence minor
sigs.k8s.io/controller-runtime v0.20.4v0.24.1 age adoption passing confidence require minor

Release Notes

go-logr/logr (github.com/go-logr/logr)

v1.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

goccy/go-yaml (github.com/goccy/go-yaml)

v1.19.2: 1.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.19.1...v1.19.2

v1.19.1: 1.19.1

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1

v1.19.0: 1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

v1.18.0: 1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.17.1...v1.18.0

gophercloud/gophercloud (github.com/gophercloud/gophercloud/v2)

v2.14.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.12.0...v2.13.0

v2.12.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.11.1...v2.12.0

v2.11.1

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.11.0...v2.11.1

v2.11.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.10.0...v2.11.0

v2.10.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.7.0...v2.8.0

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

v2.32.1

Compare Source

2.32.1

Fixes
  • Defer AfterAll until repeated spec completes [e647b3b]

v2.32.0

Compare Source

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie !
--sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

Compare Source

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

Compare Source

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes
  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]

v2.29.0

Compare Source

2.29.0

GinkgoHelperGo makes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.

ginkgo outline now includes entries defined in DescribeTableSubtree

v2.28.3

Compare Source

2.28.3

Maintenance

Bump all dependencies

v2.28.2

Compare Source

2.28.2

  • Add ArtifactDir() to support Go 1.26 testing.TB interface [f3a36b6]
  • Implement shell completion [94151c8]
  • Add asan CLI option mirroring msan implementation [4d21dbb]
  • Bump uri from 1.0.3 to 1.0.4 in /docs (#​1630) [c102161]
  • fix aspect ratio [9619647]
  • update logos [5779304]

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!

v2.27.5

[Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.27

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Friday"
  • 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 commented Jun 20, 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):

  • 16 additional dependencies were updated

Details:

Package Change
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 -> v0.0.0-20250604170112-4c0f3b243397
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.12.2
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_golang v1.20.5 -> v1.22.0
golang.org/x/sync v0.12.0 -> v0.16.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
k8s.io/apiextensions-apiserver v0.32.1 -> v0.34.1
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20250710124328-f3f2b991d03b
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from d22b131 to 0d173b5 Compare July 3, 2025 19:07
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 0d173b5 to 7e02fb2 Compare July 10, 2025 22:21
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 448f6d9 to 984bf4c Compare July 17, 2025 19:05
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 4b540eb to e9e28d9 Compare July 23, 2025 19:05
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 5 times, most recently from c0bb49a to 5b60e4c Compare August 13, 2025 04:32
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 5 times, most recently from 77c12d3 to 6a318f7 Compare August 21, 2025 19:02
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 5 times, most recently from 04fa918 to bbbf4c3 Compare August 28, 2025 19:04
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 5ac0a81 to 8ab447b Compare October 27, 2025 20:10
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 4 times, most recently from 3e6b7c7 to acfd1a9 Compare November 9, 2025 18:59
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 52c7263 to d6c5ea7 Compare November 20, 2025 19:03
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 6 times, most recently from 6858de2 to 0018c98 Compare December 4, 2025 19:03
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 0018c98 to d8d7e82 Compare December 8, 2025 16:14
@renovate

renovate Bot commented Dec 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):

  • 24 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.26.0
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 -> v0.0.0-20260210185600-b8788abfbbc2
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.13.0
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 -> v0.0.0-20260402051712-545e8a4df936
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_golang v1.20.5 -> v1.23.2
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.62.0 -> v0.67.5
github.com/prometheus/procfs v0.15.1 -> v0.19.2
github.com/spf13/pflag v1.0.6 -> v1.0.9
go.uber.org/zap v1.27.0 -> v1.27.1
golang.org/x/net v0.38.0 -> v0.56.0
golang.org/x/oauth2 v0.27.0 -> v0.34.0
golang.org/x/sync v0.12.0 -> v0.21.0
golang.org/x/sys v0.32.0 -> v0.47.0
golang.org/x/term v0.30.0 -> v0.44.0
google.golang.org/protobuf v1.36.5 -> v1.36.12-0.20260120151049-f2248ac996af
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/apiextensions-apiserver v0.32.1 -> v0.36.0
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20260317180543-43fb72c5454a
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 3 times, most recently from 89b10d6 to 97e6077 Compare December 18, 2025 15:37
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch from 97e6077 to 881c721 Compare December 18, 2025 19:06
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 4 times, most recently from 7177c01 to 4722312 Compare January 12, 2026 22:47
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 8b55490 to 4949e4f Compare January 19, 2026 20:26
@renovate
renovate Bot force-pushed the renovate/external-dependencies branch 2 times, most recently from 68afae4 to 70b6b00 Compare January 30, 2026 06:47
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.

3 participants