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

Go Upgrades #9512

Draft
wants to merge 42 commits into
base: main
Choose a base branch
from
Draft

Go Upgrades #9512

wants to merge 42 commits into from

Conversation

aran
Copy link
Contributor

@aran aran commented Aug 28, 2024

Description
As discussed in office hours, draft PR showing go dependency upgrades.

  • Many dependencies have published breaking changes so tests and fixes are needed in Skaffold. These are at the top of the stack.
  • The commit containing the result of 'go mod vendor' is too large for me to push to Github. I hit HTTP 400 errors. This has been broken up into many smaller commits to fit under the github limits.

@aran
Copy link
Contributor Author

aran commented Aug 28, 2024

cc @renzodavid9 as discussed

Summary: go.mod and go.sum upgrades

Test Plan: Tests and fixes in later commits.
Summary: go.mod/go.sum tidy after upgrade

Test Plan: Tests and fixes in later commits
@aran
Copy link
Contributor Author

aran commented Sep 8, 2024

@renzodavid9 updated now that I figured out the github commit size issue.

This may be worth reviewing with your teammate regardless of the ssh issue, as updating dependencies is probably a good idea overall.

Do note the one fix that is in vendor/.

aran added a commit to aran/skaffold that referenced this pull request Sep 8, 2024
…ng an SSH DOCKER_HOST

Summary: Fixes GoogleContainerTools#9484

Test Plan: Tested skaffold over a ssh connection to minikube.

This was tested with and without GoogleContainerTools#9512 in place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant