-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Bump etcd client api dep #8037
Bump etcd client api dep #8037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a much, much smaller diff when I do this locally, and I don't need any replace directive.
The only two things I think you need to run here are
Which for me results in a pretty minimal and reasonable diff. |
b27ca09
to
68f3805
Compare
I started with Thanks tho! |
Don't use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍 - looks like there are some conflicts in go.sum
that need to be resolved though
68f3805
to
eb1339a
Compare
@catsby Thanks. Fixed. |
eb1339a
to
6a39d7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get a very different set of updates when I do this. There are clearly changes here like the GCP plugin version that should not be getting updated just with an etcd client dep update. And others that I get in my diff that are not shown as being updated here.
What version of Go are you using? |
I forgot about the GCP bit up above. That fixes/explains that issue. I still have differences though -- I am guessing that is due to Go 1.13.x vs 1.12? |
6a39d7b
to
87548c3
Compare
Yes, I was still using go 1.12.7. I upgraded to 1.13.6 and reran the go mod commands. |
That looks better but I think you forgot to run |
d2ed6e9
to
874f42a
Compare
Now with |
874f42a
to
200c34c
Compare
…nto b-fix-mysql-lock-panic * 'b-fix-mysql-lock-panic' of github.com:hashicorp/vault: (52 commits) Fix minor typo in doc string (#8277) Update gen_openapi.sh (#8273) update dependencies (#8271) docs: update vault k8s to 0.2.0 (#8269) Fix flaky test of api renewer by moving away from legacy api. (#8265) Clean AlibabaCloud physical backend code (#8186) Update GH issue template to point to forum (#8226) Fix default max_open_connections for db plugins (#8262) Fix broken link (#8259) Removing timing-dependent aspects of test. (#8261) Changelog++ Added flag to disable X-Vault-Token header proxy if client passes the token (#8101) changelog++ changelog++ test: fix TestAgent_Template_Basic (#8257) docs: fix api path for merge entity identity doc (#8258) Bump etcd client API dep (#8037) Add Consul TLS options to access API endpoint (#8253) Docs: Add nomad TLS options (#8254) Update CHANGELOG.md ...
Fixes #4961
Fixes #4349
Fixes #7931
Fixes #7582
Related PR: #7403
This PR bumps the version of the etcd client SDK to V3.4.3 (2019-10-24) which requires additional dependency updates to
google.golang.org/api
and other.This PR has been successfully tested against a 3-node etcd cluster (V3.3.18).