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 should use tags not branches for k8s.io dependencies #1

Closed
markmandel opened this issue Dec 7, 2017 · 0 comments
Closed
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! kind/bug These are bugs. kind/cleanup Refactoring code, fixing up documentation, etc
Milestone

Comments

@markmandel
Copy link
Member

markmandel commented Dec 7, 2017

See: https://github.com/googleprivate/agon/blob/master/Gopkg.toml#L27-L33

Switch to using all release branches (which is just client-go that needs to change) Technically using a mixture of tags and branches is not supported (although it does seem to work).

Also, code-generator now has vendored dependencies - we can fix the Dockerfile as well and not run codegen from HEAD. e.g. https://github.com/kubernetes/code-generator/tree/release-1.8

More context see PR: kubernetes/client-go#337

@markmandel markmandel added good first issue These are great first issues. If you are looking for a place to start, start here! kind/bug These are bugs. kind/cleanup Refactoring code, fixing up documentation, etc labels Dec 7, 2017
markmandel added a commit that referenced this issue Dec 13, 2017
markmandel added a commit that referenced this issue Dec 13, 2017
Move the dependency toml to all use the release branches
of the Kubernetes libraries.

Also changes the build image to use the release-1.8 branch
of the code-generator Kuebrnetes repository, now that
it hsa vendored dependencies.

Closes #1
@markmandel markmandel added this to the 0.1 milestone May 23, 2018
markmandel referenced this issue in markmandel/agones Aug 9, 2018
TODO: remove the unhealthy in the yaml.
markmandel referenced this issue in markmandel/agones Aug 10, 2018
TODO: remove the unhealthy in the yaml.
markmandel referenced this issue in markmandel/agones Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! kind/bug These are bugs. kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

No branches or pull requests

1 participant