-
Notifications
You must be signed in to change notification settings - Fork 40k
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 skydns godeps to latest #28247
Bump skydns godeps to latest #28247
Conversation
Big ugly Godeps change - first commit only interesting file is Godeps.json. Second commit bumps the kubedns tag. |
Background is that we didn't want to pickup latest skydns code before 1.3 - this commit should give us plenty of soak time before 1.4. |
GCE e2e build/test passed for commit 275411e4442dc181000a4a26ebca83b1d43bd575. |
This looks like a pretty large change, and I won't have time to review it for a couple of days. |
kubernetes.io/cluster-service: "true" | ||
spec: | ||
containers: | ||
- name: kubedns | ||
image: gcr.io/google_containers/kubedns-amd64:1.5 | ||
image: gcr.io/google_containers/kubedns-amd64:1.6 |
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.
have you built and pushed this yet?
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.
Yes, pushed for all architectures. Tested amd64.
LGTM |
GCE e2e build/test failed for commit 275411e4442dc181000a4a26ebca83b1d43bd575. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
Built kube-dns for all architectures and pushed containers to gcr.io
275411e
to
8614be3
Compare
PR changed after LGTM, removing LGTM. |
@girishkalele |
GCE e2e build/test passed for commit 275411e4442dc181000a4a26ebca83b1d43bd575. |
GCE e2e build/test passed for commit 8614be3. |
Automatic merge from submit-queue |
Update Godeps for github.com/skynetservices/skydns and miekg/dns.
Bump kubedns version to 1.6 with latest skynetservices/skydns code
Built kube-dns for all architectures and pushed containers to gcr.io.