Bump sigs.k8s.io/controller-runtime from 0.16.1 to 0.16.2 by dependabot[bot] · Pull Request #339 · servicebinding/runtime
Navigation Menu
{{ message }}
servicebinding / runtime Public
- Notifications You must be signed in to change notification settings
- Fork 7
Merged
Merged
Conversation
Copy link Copy Markdown
Contributor
Bumps sigs.k8s.io/controller-runtime from 0.16.1 to 0.16.2.
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
v0.16.2
What's Changed
- 🐛 Add corev1, coordinationv1 scheme for leader election when LeaderElection manager option is true by
@troy0820in kubernetes-sigs/controller-runtime#2466- 🐛 Use http client from leaderElectionConfig by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2468- 🐛 Default namespace only for namespaced object by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2482- 🐛 Do not update anything but status when using subresource client by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2483- 🐛 Fix status subresource getting updated on Update when it is empty by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2485- 🐛 Fix returning object after status update by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2490- 🐛 Return NoResourceMatchError when appropriate for backwards compatibility. by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2492Full Changelog: kubernetes-sigs/controller-runtime@v0.16.1...v0.16.2
Commits
7db81c7Merge pull request #2492 from k8s-infra-cherrypick-robot/cherry-pick-2472-to-...ca2d236bug: Return NoResourceMatchError when appropriate for backwards compatibility.b40bcb8[release-0.16] 🐛 Fix returning object after status update (#2490)1cf5b88Merge pull request #2485 from k8s-infra-cherrypick-robot/cherry-pick-2484-to-...319038dbug: Fix status subresource getting updated on Update when it is empty580f203Merge pull request #2483 from k8s-infra-cherrypick-robot/cherry-pick-2479-to-...339df9adelete copyNonStatusFrom function, change test case descriptionb3c83a2add test case to show it will not override other status fields when updating74eb8eaTest showing labels and annotations stored during fake client.Status().Update()f4582eaupdate subresource client to not incude metadata- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
dependabot
bot
added
dependencies
labels
Sep 13, 2023
dependabot
bot
requested a review
from a team
Copy link Copy Markdown
Codecov Report
Patch and project coverage have no change.
Comparison is base (
5b31897) 81.42% compared to head (e2e695d) 81.42%.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@ ## main #339 +/- ## ======================================= Coverage 81.42% 81.42% ======================================= Files 17 17 Lines 1448 1448 ======================================= Hits 1179 1179 Misses 221 221 Partials 48 48
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Copy link Copy Markdown
Member
scothis
commented
Sep 14, 2023
scothis commented
Sep 14, 2023@dependabot rebase
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.16.1...v0.16.2) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.16.2
branch
from
81b8fdd to
e2e695d
Compare
scothis
merged commit
bdee483
into
main
dependabot
bot
deleted the
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.16.2
branch
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