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

gopkg.toml: upgrade to client-go v9.0.0 / kubernetes v1.12.6 #935

Merged
merged 1 commit into from
Mar 13, 2019
Merged

gopkg.toml: upgrade to client-go v9.0.0 / kubernetes v1.12.6 #935

merged 1 commit into from
Mar 13, 2019

Conversation

vaamarnath
Copy link
Contributor

Signed-off-by: Amarnath [email protected]

Fixes #934

@vaamarnath vaamarnath self-assigned this Mar 12, 2019
@vaamarnath vaamarnath requested a review from davecheney March 12, 2019 10:47
@vaamarnath vaamarnath added this to the 0.11.0 milestone Mar 12, 2019
@@ -56,10 +56,16 @@
"envoy/api/v2/listener",
"envoy/api/v2/route",
"envoy/config/accesslog/v2",
"envoy/config/bootstrap/v2",
Copy link
Contributor Author

@vaamarnath vaamarnath Mar 12, 2019

Choose a reason for hiding this comment

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

These dependencies got added when I ran dep ensure after updating Gopkg.toml. I double-checked if it is genuine by running dep check and looks like these were missing from Gopkg.lock earlier.

➜  contour git:(client-go-update-1.12) ✗ dep check
# Gopkg.lock is out of sync:
github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v2: imported or required, but missing from Gopkg.lock's input-imports
github.com/envoyproxy/go-control-plane/envoy/config/metrics/v2: imported or required, but missing from Gopkg.lock's input-imports

Copy link
Contributor

Choose a reason for hiding this comment

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

Who can say, dep is pretty buggy

@davecheney
Copy link
Contributor

@vaamarnath i'll merge this today. If you want to raise a p2 issue for dep check complaining, please go for it. I don't think its a high priority, we'll probably move away from dep by 0.12

@davecheney davecheney merged commit d40762f into projectcontour:master Mar 13, 2019
@vaamarnath vaamarnath deleted the client-go-update-1.12 branch March 13, 2019 03:00
@vaamarnath
Copy link
Contributor Author

@davecheney Yeah, I see there is an issue (#598) open already for moving to go modules. I will not raise an issue for dep check complaining for now.

@davecheney
Copy link
Contributor

davecheney commented Mar 13, 2019 via email

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