Skip to content

Commit b2d855d

Browse files
Update module github.com/kcp-dev/multicluster-provider to v0.5.0 (#163)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/kcp-dev/multicluster-provider](https://redirect.github.com/kcp-dev/multicluster-provider) | `v0.4.1-0.20260205123258-494f80b8be01` → `v0.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkcp-dev%2fmulticluster-provider/v0.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkcp-dev%2fmulticluster-provider/v0.4.1-0.20260205123258-494f80b8be01/v0.5.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kcp-dev/multicluster-provider (github.com/kcp-dev/multicluster-provider)</summary> ### [`v0.5.0`](https://redirect.github.com/kcp-dev/multicluster-provider/releases/tag/v0.5.0) [Compare Source](https://redirect.github.com/kcp-dev/multicluster-provider/compare/v0.4.0...v0.5.0) #### What's Changed - Bump golangci-lint to 2.8.0 by [@&#8203;ntnn](https://redirect.github.com/ntnn) in [#&#8203;76](https://redirect.github.com/kcp-dev/multicluster-provider/pull/76) - Consolidate provider factories by [@&#8203;ntnn](https://redirect.github.com/ntnn) in [#&#8203;74](https://redirect.github.com/kcp-dev/multicluster-provider/pull/74) - Add `go mod tidy` to verify by [@&#8203;ntnn](https://redirect.github.com/ntnn) in [#&#8203;78](https://redirect.github.com/kcp-dev/multicluster-provider/pull/78) - Add testifylint to golangci-lint by [@&#8203;ntnn](https://redirect.github.com/ntnn) in [#&#8203;79](https://redirect.github.com/kcp-dev/multicluster-provider/pull/79) - Bump controller- and multicluster-runtime to v0.23.1 by [@&#8203;ntnn](https://redirect.github.com/ntnn) in [#&#8203;77](https://redirect.github.com/kcp-dev/multicluster-provider/pull/77) **Full Changelog**: <kcp-dev/multicluster-provider@v0.4.0...v0.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/platform-mesh/resource-broker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 482869b commit b2d855d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/kcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/platform-mesh/resource-broker => ../..
66

77
require (
88
github.com/go-logr/logr v1.4.3
9-
github.com/kcp-dev/multicluster-provider v0.4.1-0.20260205123258-494f80b8be01
9+
github.com/kcp-dev/multicluster-provider v0.5.0
1010
github.com/kcp-dev/sdk v0.30.0
1111
github.com/platform-mesh/resource-broker v0.0.0-00010101000000-000000000000
1212
golang.org/x/sync v0.19.0

contrib/kcp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/kcp-dev/apimachinery/v2 v2.30.0 h1:bj7lVVPJj5UnQFCWhXVAKC+eNaIMKGGxpq
6161
github.com/kcp-dev/apimachinery/v2 v2.30.0/go.mod h1:DOv0iw5tcgzFBhudwLFe2WHCLqtlgNkuO4AcqbZ4zVo=
6262
github.com/kcp-dev/logicalcluster/v3 v3.0.5 h1:JbYakokb+5Uinz09oTXomSUJVQsqfxEvU4RyHUYxHOU=
6363
github.com/kcp-dev/logicalcluster/v3 v3.0.5/go.mod h1:EWBUBxdr49fUB1cLMO4nOdBWmYifLbP1LfoL20KkXYY=
64-
github.com/kcp-dev/multicluster-provider v0.4.1-0.20260205123258-494f80b8be01 h1:zY4A23hhdqLVT6CYZ9w5rbSrh+Cka50Ah1m4bu4l5g4=
65-
github.com/kcp-dev/multicluster-provider v0.4.1-0.20260205123258-494f80b8be01/go.mod h1:eJohrSXqLmpjfTSFBbZMoq4Osr57UKg9ZokvhCPNmHc=
64+
github.com/kcp-dev/multicluster-provider v0.5.0 h1:G5YW2POVftsnxUfK2vo7anX5R1I3gVjjNbo/4i5ttbo=
65+
github.com/kcp-dev/multicluster-provider v0.5.0/go.mod h1:eJohrSXqLmpjfTSFBbZMoq4Osr57UKg9ZokvhCPNmHc=
6666
github.com/kcp-dev/sdk v0.30.0 h1:BdDiKJ7SeVfzLIxueQwbADTrH7bfZ7b5ACYSrx6P93Y=
6767
github.com/kcp-dev/sdk v0.30.0/go.mod h1:H3PkpM33QqwPMgGOOw3dfqbQ8dF2gu4NeIsufSlS5KE=
6868
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

0 commit comments

Comments
 (0)