Renovate: Update External dependencies - #54
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
from
March 11, 2026 22:53
bc4cc2e to
41bfc01
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
2 times, most recently
from
March 17, 2026 18:52
94a5e0e to
d86276c
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
2 times, most recently
from
April 8, 2026 15:33
28817ae to
29591c2
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
4 times, most recently
from
April 28, 2026 12:31
3f61d26 to
465c176
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
2 times, most recently
from
April 30, 2026 12:55
1813129 to
878b9fa
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
4 times, most recently
from
May 18, 2026 02:30
c9cf5d1 to
65ea857
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
2 times, most recently
from
May 20, 2026 22:59
f106357 to
967e547
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
4 times, most recently
from
June 4, 2026 14:36
6f26d1c to
b6aa252
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
from
June 4, 2026 19:15
b6aa252 to
ac2f45c
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
2 times, most recently
from
June 14, 2026 22:43
af83210 to
d2c4792
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
4 times, most recently
from
June 23, 2026 23:10
0a39011 to
a639b5f
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
4 times, most recently
from
July 5, 2026 03:13
d081001 to
4f839e3
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
2 times, most recently
from
July 15, 2026 17:35
665aeb4 to
0e05630
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
from
July 21, 2026 00:01
0e05630 to
43c3cf0
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
3 times, most recently
from
August 12, 2026 02:43
8f58ea7 to
949f009
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
6 times, most recently
from
August 20, 2026 23:28
68cb02e to
c40be9d
Compare
renovate
Bot
force-pushed
the
renovate/external-dependencies
branch
from
August 21, 2026 03:30
c40be9d to
98fbe6a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.3→v1.4.4v2.28.1→v2.32.1v1.39.1→v1.42.1v1.27.1→v1.28.0v0.35.0→v0.36.4v0.35.0→v0.36.4v0.35.0→v0.36.4v1.12.3→v1.14.0v0.23.1→v0.24.1Release Notes
go-logr/logr (github.com/go-logr/logr)
v1.4.4Compare Source
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.3...v1.4.4
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.32.1Compare Source
2.32.1
Fixes
e647b3b]v2.32.0Compare Source
2.32.0
-fdgenerate RSpec-style documentation output. Thank @woodie !--sleep-on-failure pauses a failed spec before teardown. Thanks @qinqon !
v2.31.0Compare Source
2.31.0
Add a bunch of Claude Skills via the marketplace:
v2.30.0Compare Source
2.30.0
Features
Ginkgo now allows
extentions/global.Resetto 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
4f62d7a]v2.29.0Compare Source
2.29.0
GinkgoHelperGomakes 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 outlinenow includes entries defined inDescribeTableSubtreev2.28.3Compare Source
2.28.3
Maintenance
Bump all dependencies
v2.28.2Compare Source
2.28.2
f3a36b6]94151c8]4d21dbb]c102161]9619647]5779304]onsi/gomega (github.com/onsi/gomega)
v1.42.1Compare Source
1.42.1
Bump Dependencies
v1.42.0Compare Source
1.42.0
Add a set of Claude skill as a marketplace plugin
v1.41.0Compare Source
v1.40.0Compare Source
1.40.0
We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your
go.modeven if you are only using Gomega (Gomega uses Ginkgo for its own tests).Going forward, releases will strip out all tests, tidy up the
go.modand then push this stripped down version to a newmaster-litebranch. These stripped-down versions will receive thevx.y.zgit tag and will be picked up by the go toolchain.Please open an issue if this new release process causes unexpected changes for your projects.
uber-go/zap (go.uber.org/zap)
v1.28.0Compare Source
Enhancements:
zapcore.CheckPreWriteHookandCheckedEntry.Beforemethod for transforming entries before they are written to any Cores.kubernetes/api (k8s.io/api)
v0.36.4Compare Source
v0.36.3Compare Source
v0.36.2Compare Source
v0.36.1Compare Source
v0.36.0Compare Source
v0.35.8Compare Source
v0.35.7Compare Source
v0.35.6Compare Source
v0.35.5Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.4Compare Source
v0.36.3Compare Source
v0.36.2Compare Source
v0.36.1Compare Source
v0.36.0Compare Source
v0.35.8Compare Source
v0.35.7Compare Source
v0.35.6Compare Source
v0.35.5Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.36.4Compare Source
v0.36.3Compare Source
v0.36.2Compare Source
v0.36.1Compare Source
v0.36.0Compare Source
v0.35.8Compare Source
v0.35.7Compare Source
v0.35.6Compare Source
v0.35.5Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)
v1.14.0Compare Source
v1.13.5Compare Source
v1.13.4Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.13.3
📈 Overview
🐛 Bug Fixes
🌱 Others
Dependencies
Added
Nothing has changed.
Changed
be6f6cb→42602beRemoved
Nothing has changed.
Thanks to all our contributors! 😊
v1.13.3Compare Source
v1.13.2Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.13.1
📈 Overview
🐛 Bug Fixes
🌱 Others
📖 Additionally, there has been 1 contribution to our documentation and book. (#13621)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.13.1Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.13.0
📈 Overview
🌱 Others
📖 Additionally, there have been 2 contributions to our documentation and book. (#13606, #13616)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.13.0Compare Source
👌 Kubernetes version support
More information about version support can be found here
Highlights
CAPI v1.13 is a release focused on stability, reliability and performances:
Note: Cluster API is only supported on conformant Kubernetes Clusters and contract-relevant provider resources (e.g. InfraCluster) have to be implemented as CRDs (i.e. not via an aggregated apiserver).
Other changes
Deprecation and Removals Warning
For additional details for providers, please take a look at Cluster API v1.12 compared to v1.13.[GitHub issue #REPLACE ME](REPLACE ME)
Changes since v1.12.0
📈 Overview
📝 Proposals
✨ New Features
🐛 Bug Fixes
deletepermissions to Secrets. (#13070)🌱 Others
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.