fix(deps): update dependencies (minor) to v0.5.0 - #13
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-updates
branch
from
September 9, 2026 16:00
3a4f988 to
523d64b
Compare
Perseus985
approved these changes
Sep 9, 2026
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:
0.4.0→0.5.00.4.0→0.5.00.4.0→0.5.0Release Notes
opendefensecloud/dependency-controller (ghcr.io/opendefensecloud/dependency-controller)
v0.5.0Compare Source
This release moves the controller onto the kcp 0.32 / Kubernetes 1.36 component set,
fixes duplicated entries in delete-denial messages, and adds tooling to test against
several kcp versions.
The helm chart now respects that there are two different images for webhook and controller.
This is a breaking change you need to account for in your values.yaml
Highlights
kcp 0.32 and Kubernetes 1.36 (#147)
The controller is now built against kcp SDK 0.32.3 and Kubernetes 0.36.3, together
with controller-runtime 0.24.1, multicluster-runtime 0.24.1 and
multicluster-provider 0.8.0.
Existing kcp 0.31 deployments keep working — no action is required. Both 0.31.x
and 0.32.x are covered by the integration and e2e suites. See
docs/compatibility.md for what each tier means and why the
boundary sits there.
Each blocking dependent is reported once (#108)
When a DELETE was denied, the webhook could name the same blocking resource several
times - it is now ensured to only show each resource exactly once.
Test against a matrix of kcp versions (#147)
The test targets (integration & e2e tests) can now run against several kcp servers instead of a single pinned
one.
What's Changed
d29e660by @renovate[bot] in #113New Contributors
Full Changelog: opendefensecloud/dependency-controller@v0.4.0...v0.4.1
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.