-
Notifications
You must be signed in to change notification settings - Fork 4.7k
bump pkgs to release-3.11 #20899
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 pkgs to release-3.11 #20899
Conversation
glide.lock
Outdated
@@ -96,7 +96,7 @@ imports: | |||
- name: github.com/blang/semver | |||
version: b38d23b8782a487059e8fc8773e9a5b228a77cb6 | |||
- name: github.com/certifi/gocertifi | |||
version: deb3ae2ef2610fde3330947281941c562861188b | |||
version: ee1a9a0726d2ae45f54118cac878c990d4016ded |
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.
why are these changing?
55a7738
to
c195393
Compare
|
@@ -385,6 +385,8 @@ imports: | |||
- spdy | |||
- name: github.com/elazarl/go-bindata-assetfs | |||
version: 3dcc96556217539f50599357fb481ac0dc7439b9 | |||
- name: github.com/elazarl/goproxy | |||
version: c4fc26588b6ef8af07a191fcb6476387bdd46711 |
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.
@juanvallejo figure out what added this. I don't see other corresponding changes. Can you just reset your entire branch to release-3.11 and start over?
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.
Per off-thread conversation, this package was moved from the testImports
section when ./hack/update-deps.sh
was run.
c195393
to
9b2833f
Compare
@juanvallejo has the content here changed again? |
8e737a4
to
5482c05
Compare
No. I have amended the commit message, and removed all of the pinned deps that were added to the glide.yaml file by the |
/retest |
- api: 5ad8479f64f1b60ee9c62ce8ef1fe6638838725e - client-go: 431ec9a26e5021f35fa41ee9a89842db9bfdb370 - service-serving-cert-signer: e6e3e052f4aa60d0630c206d5e7885229ff956d5 - library-go: release-3.11 Note: ./hack/update-deps.sh has moved the package "github.com/elazarl/goproxy" from the "testImports" section to the "imports" section in the glide.lock file. Its version hash "c4fc26588b6ef8af07a191fcb6476387bdd46711" remains unchanged.
5482c05
to
ec60c99
Compare
/test extended_conformance_install |
confirmed it works /lgtm @juanvallejo your steps look off. You pin before you update. right? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, juanvallejo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yes, here's what my glide.yaml file looks like before I run |
/retest |
/test gcp |
/retest |
release-3.11
glide update
Note:
./hack/update-deps.sh
moved the packageproxy-git.cwkhome.fun/elazarl/goproxy
from thetestImports
section to theimports
section in theglide.lock
file. Its version hashc4fc26588b6ef8af07a191fcb6476387bdd46711
remains unchanged. I have made a note of this in the commit message as well.cc @deads2k