Skip to content

Commit

Permalink
CAPI 0.1.8
Browse files Browse the repository at this point in the history
This patch updates the CAPI dependency to CAPI 0.1.8.
  • Loading branch information
akutz committed Jul 24, 2019
1 parent b1712ab commit 325f759
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -36,7 +36,7 @@ require (
k8s.io/klog v0.3.2
k8s.io/kube-openapi v0.0.0-20190306001800-15615b16d372 // indirect
k8s.io/kubernetes v1.13.3
sigs.k8s.io/cluster-api v0.1.7
sigs.k8s.io/cluster-api v0.1.8
sigs.k8s.io/controller-runtime v0.1.12
sigs.k8s.io/controller-tools v0.1.11
sigs.k8s.io/yaml v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -689,8 +689,8 @@ k8s.io/kubernetes v1.13.3 h1:46t44D87wKtdKFgr/lXM60K8xPrW0wO67Woof3Vsv6E=
k8s.io/kubernetes v1.13.3/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a h1:2jUDc9gJja832Ftp+QbDV0tVhQHMISFn01els+2ZAcw=
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
sigs.k8s.io/cluster-api v0.1.7 h1:NkHm9cUtyYa71VpKowNVfH+ldGv3HPczpAmyExbCqOA=
sigs.k8s.io/cluster-api v0.1.7/go.mod h1:MTxMmx3MSFZNi0RAjj64X+RurP9EEdhrRwLzdFZKTYw=
sigs.k8s.io/cluster-api v0.1.8 h1:7cg5f+a5ubp4xUXR+76Y7bQe4OwOCMsDvIsrm6K7hJc=
sigs.k8s.io/cluster-api v0.1.8/go.mod h1:MTxMmx3MSFZNi0RAjj64X+RurP9EEdhrRwLzdFZKTYw=
sigs.k8s.io/controller-runtime v0.1.12 h1:ovDq28E64PeY1yR+6H7DthakIC09soiDCrKvfP2tPYo=
sigs.k8s.io/controller-runtime v0.1.12/go.mod h1:HFAYoOh6XMV+jKF1UjFwrknPbowfyHEHHRdJMf2jMX8=
sigs.k8s.io/controller-tools v0.1.11 h1:1ln8Ipmg2xosbeHmnlzG53kwO1f3yf9l6auvCHdbZpI=
Expand Down
Expand Up @@ -2334,7 +2334,7 @@ spec:
containers:
- command:
- /manager
image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.7
image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.8
name: manager
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Expand Up @@ -417,6 +417,7 @@ k8s.io/client-go/rest
k8s.io/client-go/tools/reference
k8s.io/client-go/discovery
k8s.io/client-go/util/flowcontrol
k8s.io/client-go/util/retry
k8s.io/client-go/tools/leaderelection
k8s.io/client-go/tools/leaderelection/resourcelock
k8s.io/client-go/dynamic
Expand Down Expand Up @@ -477,7 +478,6 @@ k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
k8s.io/client-go/util/connrotation
k8s.io/client-go/tools/pager
k8s.io/client-go/util/buffer
k8s.io/client-go/util/retry
k8s.io/client-go/util/jsonpath
k8s.io/client-go/third_party/forked/golang/template
# k8s.io/cluster-bootstrap v0.0.0-20190307184522-e5eaaafa58b3
Expand Down Expand Up @@ -518,7 +518,7 @@ k8s.io/kubernetes/pkg/apis/core
k8s.io/kubernetes/pkg/registry/core/service/allocator
# k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a
k8s.io/utils/exec
# sigs.k8s.io/cluster-api v0.1.7
# sigs.k8s.io/cluster-api v0.1.8
sigs.k8s.io/cluster-api/cmd/clusterctl/cmd
sigs.k8s.io/cluster-api/pkg/apis/cluster/common
sigs.k8s.io/cluster-api/pkg/apis
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 325f759

Please sign in to comment.