Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuyu3699/update dependencies #3688

Merged
merged 4 commits into from
Sep 28, 2024
Merged

Conversation

FuYu3699
Copy link

Description

A few sentences describing the overall goals of the pull request's commits.

Checklist

  • I made sure to update ./CHANGELOG.yml.
  • I made sure to add any docs changes required for my change (including release notes).
  • My change is adequately tested.
  • I updated CONTRIBUTING.md with any special dev tricks I had to use to work on this code efficiently.
  • I updated TELEMETRY.md if I added, changed, or removed a metric name.
  • Once my PR is ready to have integration tests ran, I posted the PR in #telepresence-dev in the datawire-oss slack so that the "ok to test" label can be applied.

@FuYu3699 FuYu3699 added the ok to test Applied by maintainers when a PR is ready to have tests run on it label Sep 23, 2024
@github-actions github-actions bot removed the ok to test Applied by maintainers when a PR is ready to have tests run on it label Sep 23, 2024
Copy link
Member

@thallgren thallgren left a comment

Choose a reason for hiding this comment

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

LGTM, but please verify that you didn't run into the gvisor caveat.

k8s.io/apimachinery v0.31.0 // indirect
k8s.io/cli-runtime v0.31.0 // indirect
k8s.io/client-go v0.31.0 // indirect
gvisor.dev/gvisor v0.0.0-20240919205252-49310d92b103 // indirect
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if you know, but the gvisor component is a bit special. It requires that you pull the go branch in order to build correctly. So please use:

go get -u gvisor.dev/gvisor@go

when updating this unless you already did so.

The latest version is currently v0.0.0-20240925185045-e364897eab6a.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks @thallgren , I did not know this, and I ran into issues when update so I had to revert gvisor and containerd updates. Tried it again following your suffusion, it works now.

@FuYu3699 FuYu3699 marked this pull request as ready for review September 26, 2024 19:08
@FuYu3699 FuYu3699 added the ok to test Applied by maintainers when a PR is ready to have tests run on it label Sep 26, 2024
@github-actions github-actions bot removed the ok to test Applied by maintainers when a PR is ready to have tests run on it label Sep 26, 2024
@thallgren thallgren merged commit 5923f1c into release/v2 Sep 28, 2024
11 checks passed
@thallgren thallgren deleted the fuyu3699/update-dependencies branch September 28, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants