Update Submariner dependencies to v0.22.1#2026
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! |
WalkthroughThis pull request updates Go module dependencies across two go.mod files. The changes include version bumps for submariner-io/admiral and submariner-io/shipyard to v0.22.1, and Kubernetes modules (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go) to v0.34.3. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error)
✅ Passed checks (2 passed)
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 |
|
@coderabbitai review |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@coredns/go.mod`:
- Line 13: The admiral module version in go.mod is invalid (v0.22.1); update the
dependency line referencing github.com/submariner-io/admiral to a published
version (e.g., v0.22.0) and then run go mod tidy to refresh the module graph and
verify builds; locate the admiral entry in go.mod (the line containing
"github.com/submariner-io/admiral") and replace the version, then verify with go
list -m all or go build.
In `@go.mod`:
- Around line 11-15: Update go.mod to use valid, documented Submariner versions
and confirm K8s client compatibility: verify whether
github.com/submariner-io/shipyard v0.22.1 actually exists and if not change it
to the documented v0.22.0 (or the correct released tag) and ensure
github.com/submariner-io/admiral is aligned (admiral v0.22.1 → adjust if
needed); separately, audit code for API changes between k8s.io/* v0.33 and v0.34
(look at usage sites of k8s.io/client-go, k8s.io/api, and k8s.io/apimachinery)
and confirm no minor-version migration work is required before keeping
k8s.io/client-go v0.34.3, updating go.mod entries (k8s.io/api,
k8s.io/apimachinery, k8s.io/client-go) to consistent released versions if any
incompatibility is found.
|
@coderabbitai approve |
✅ Actions performedComments resolved and changes approved. |
Update Submariner dependencies to v0.22.1
Summary by CodeRabbit