Pinning k8s to a specific release

The other Kubernetes dependencies, such as client-go and apimachinery,
are pinned to 1.14.1 but Kubernetes itself was tracking the tip of the
1.14 release branch and picking up changes between releases. This
change pins Kubernetes to the same version as the other parts of it.

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/5683/head
Matt Farina 6 years ago
parent bd292ebbe6
commit b5582f03e6
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

6
glide.lock generated

@ -1,5 +1,5 @@
hash: 8a007d8993bdffd14a1a2d674848bd085a27b09d7f177fab1dc55783059c4dce
updated: 2019-04-29T12:23:33.902435+01:00
hash: 7571b58bbda7d85993d2b737b50d0c52f5fadce0c63e7fac064bc0a99faaefab
updated: 2019-05-07T10:43:27.329085-04:00
imports:
- name: cloud.google.com/go
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
@ -647,7 +647,7 @@ imports:
- pkg/util/proto/testing
- pkg/util/proto/validation
- name: k8s.io/kubernetes
version: b8f2b772e38a15165a6247256d650e8b04178318
version: b7394102d6ef778017f2ca4046abbaa23b88c290
subpackages:
- pkg/api/legacyscheme
- pkg/api/service

@ -51,7 +51,7 @@ import:
version: 0.9.2
- package: github.com/grpc-ecosystem/go-grpc-prometheus
- package: k8s.io/kubernetes
version: release-1.14
version: v1.14.1
- package: k8s.io/client-go
version: kubernetes-1.14.1
- package: k8s.io/api

Loading…
Cancel
Save