Skip to content

Update depedencies for release#377

Closed
sayan-biswas wants to merge 1 commit intoshipwright-io:mainfrom
sayan-biswas:update-deps
Closed

Update depedencies for release#377
sayan-biswas wants to merge 1 commit intoshipwright-io:mainfrom
sayan-biswas:update-deps

Conversation

@sayan-biswas
Copy link
Contributor

Changes:

  • Update k8s dependencies
  • Update build dependencies
  • Update other minor dependencies

Submitter Checklist

  • Includes tests if functionality changed/was added
  • Includes docs if changes are user-facing
  • Set a kind label on this PR
  • Release notes block has been filled in, or marked NONE

See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.

Release Notes

NONE

# Changes:
- Update k8s dependencies
- Update build dependencies
- Update other minor dependencies

Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
Copilot AI review requested due to automatic review settings March 6, 2026 14:43
@openshift-merge-robot
Copy link
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 6, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 6, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign saschaschwarze0 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Go module configuration to prepare for a release by bumping Kubernetes/tooling and related transitive dependencies.

Changes:

  • Bumped Kubernetes client/library versions (e.g., k8s.io/*) and other core dependencies.
  • Updated various indirect dependencies to newer versions.
  • Updated the go language version in go.mod.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +56 to +66
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
github.com/go-openapi/swag/conv v0.25.4 // indirect
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
github.com/go-openapi/swag/loading v0.25.4 // indirect
github.com/go-openapi/swag/mangling v0.25.4 // indirect
github.com/go-openapi/swag/netutils v0.25.4 // indirect
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These look like package import paths being added as separate module requirements. Unless github.com/go-openapi/swag/... subdirectories are actually separate modules (with their own go.mod), go mod will fail to resolve them as modules. Keep only the module requirement for github.com/go-openapi/swag v0.25.4 and let go mod tidy manage transitive package usage.

Suggested change
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
github.com/go-openapi/swag/conv v0.25.4 // indirect
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
github.com/go-openapi/swag/loading v0.25.4 // indirect
github.com/go-openapi/swag/mangling v0.25.4 // indirect
github.com/go-openapi/swag/netutils v0.25.4 // indirect
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect

Copilot uses AI. Check for mistakes.
@github-project-automation github-project-automation bot moved this to Done in Issues Mar 6, 2026
@sayan-biswas sayan-biswas deleted the update-deps branch March 6, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. release-note

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants