Update Submariner dependencies to v0.23.0-rc0#2025
Update Submariner dependencies to v0.23.0-rc0#2025submariner-bot merged 1 commit intorelease-0.23from
Conversation
Signed-off-by: Automated Release <release@submariner.io>
|
🤖 I see this PR is using the local branch workflow, ignoring it on my side, have fun! |
|
@coderabbitai review |
WalkthroughTwo Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@coredns/go.mod`:
- Line 13: The go.mod entry references a non-existent version
"github.com/submariner-io/admiral v0.23.0-rc0"; update that module requirement
to an existing release (e.g., change the version to v0.22.0) or replace/remove
the dependency as appropriate so the module resolves successfully—locate the
line containing the module name "github.com/submariner-io/admiral" and update
its version specifier accordingly.
In `@go.mod`:
- Around line 11-12: The go.mod lists github.com/submariner-io/admiral and
github.com/submariner-io/shipyard at v0.23.0-rc0 which appears invalid; confirm
with Submariner maintainers the correct tags (or whether v0.23.0-rc0 actually
exists) for both admiral and shipyard, then update go.mod to the validated
version(s) (e.g., the latest v0.22.x or the confirmed RC) for the module lines
referencing github.com/submariner-io/admiral and
github.com/submariner-io/shipyard, run go get/update and go mod tidy to resolve
dependencies, and verify the build/tests pass to ensure no breaking changes
affect release-0.23.
|
@coderabbitai approve |
✅ Actions performedComments resolved and changes approved. |
Update Submariner dependencies to v0.23.0-rc0
Summary by CodeRabbit