Skip to content

Commit

Permalink
.circleci: checkout github.com/kubernetes/client-go v0.17.3: (DataDog…
Browse files Browse the repository at this point in the history
…#595)

client-go recently merged an API-breaking change on master, and so instead we
check out the latest working release of kubernetes/client-go. This is a stop-gap
solution for the dependency management issue that should be addressed
with modules as we move towards v2 (DataDog#471)
  • Loading branch information
knusbaum authored and mingrammer committed Dec 22, 2020
1 parent ee2e8ac commit d270ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# gnostic. See kubernetes/client-go#741
# TODO(knusbaum): remove this once the breaking change is resolved or propagated
command: |
git clone https://github.com/kubernetes/client-go $GOPATH/src/k8s.io/client-go
git clone --branch v0.17.3 https://github.com/kubernetes/client-go $GOPATH/src/k8s.io/client-go
git clone --branch v0.4.0 https://github.com/googleapis/gnostic $GOPATH/src/k8s.io/client-go/vendor/github.com/googleapis/gnostic
- run:
Expand Down

0 comments on commit d270ee2

Please sign in to comment.