-
Notifications
You must be signed in to change notification settings - Fork 14
deps: Update Kubernetes Runtime #646
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
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
Choose a base branch
from
renovate-bot:renovate/kubernetes-runtime
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
deps: Update Kubernetes Runtime #646
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/kubernetes-runtime
Conversation
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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ae9ea5a
to
6d49489
Compare
6d49489
to
1f52ca9
Compare
d495d04
to
0d5f38b
Compare
87c7bb3
to
6060801
Compare
408096b
to
37608ed
Compare
37608ed
to
dce8725
Compare
b52c962
to
999ec03
Compare
32f54cf
to
e520343
Compare
67298bf
to
2ceda33
Compare
2ceda33
to
3769af1
Compare
3769af1
to
d72de2a
Compare
d72de2a
to
24f3562
Compare
164809b
to
f4345dd
Compare
88ca090
to
182a65b
Compare
331ef45
to
8710e51
Compare
988c9ac
to
0c44a7f
Compare
d415453
to
88dfd62
Compare
0f9ead6
to
18bd6ff
Compare
7d191b5
to
4e20458
Compare
4e20458
to
fe055a2
Compare
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:
v0.32.8
->v0.34.0
v1.32.2
->v1.34.0
v0.20.4
->v0.22.0
v0.17.3
->v0.19.0
Release Notes
kubernetes/client-go (k8s.io/client-go)
v0.34.0
Compare Source
v0.33.4
Compare Source
v0.33.3
Compare Source
v0.33.2
Compare Source
v0.33.1
Compare Source
v0.33.0
Compare Source
kubernetes/kubernetes (kubernetes/kubernetes)
v1.34.0
: Kubernetes v1.34.0Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.33.4
: Kubernetes v1.33.4Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.33.3
: Kubernetes v1.33.3Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.33.2
: Kubernetes v1.33.2Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.33.1
: Kubernetes v1.33.1Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.33.0
: Kubernetes v1.33.0Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.32.8
: Kubernetes v1.32.8Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.32.7
: Kubernetes v1.32.7Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.32.6
: Kubernetes v1.32.6Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.32.5
: Kubernetes v1.32.5Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.32.4
: Kubernetes v1.32.4Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.32.3
: Kubernetes v1.32.3Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.22.0
Compare Source
🔆 Highlights
MatchingLabelsSelector
andMatchingFieldsSelector
by @acumino in #3279✨ Features
🐛 Bugfixes
🌱 Other
📖 Documentation
Dependencies
Added
Changed
e6fa225
→a0af3ef
e6fa225
→a0af3ef
1244d31
→85fd79d
c8a335a
→f3f2b99
3ea5e8c
→4c0f3b2
9aa6b5e
→cfa47c3
Removed
ef43131
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.21.0...v0.22.0
Thanks to all our contributors! 😊
v0.21.0
Compare Source
Highlights
Result.Requeue
(#3107)✨ New Features
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation. (#3116, #3118, #3169, #3181, #3193, #3225)
Dependencies
Added
Changed
f6391c0
→e6fa225
f6391c0
→e6fa225
2b36238
→1244d31
32ad38e
→c8a335a
Removed
Thanks to all our contributors! 😊
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.19.0
Compare Source
What's Changed
Misc
.golangci.yaml
from controller-runtime by @dongjiang1989 in #1249envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.18.0...v0.19.0
v0.18.0
Compare Source
What's Changed
--load-build-tags
flag by @joelanford in #1161Misc
kubebuilder
by @davidxia in #1141envtest
Dependency bumps
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.
This PR was generated by Mend Renovate. View the repository job log.