This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +93
-75
lines changed
Expand file tree Collapse file tree 4 files changed +93
-75
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ MANIFEST_TOOL ?= $(GOBIN)/manifest-tool
134134
135135# where we store downloaded core
136136COREPATH ?= out/core
137- CORE_VERSION ?= v0.3.5
137+ CORE_VERSION ?= v0.3.8
138138CORE_API ?= https://api.github.com/repos/kubernetes-sigs/cluster-api/releases
139139CORE_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/$(CORE_VERSION )
140140
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ go 1.13
55require (
66 github.com/go-logr/logr v0.1.0
77 github.com/google/uuid v1.1.1
8- github.com/onsi/ginkgo v1.12 .0
9- github.com/onsi/gomega v1.9.0
8+ github.com/onsi/ginkgo v1.14 .0
9+ github.com/onsi/gomega v1.10.1
1010 github.com/packethost/packngo v0.2.1-0.20200629161839-1810e48469b4
1111 github.com/pkg/errors v0.9.1
12- k8s.io/api v0.17.2
13- k8s.io/apimachinery v0.17.2
14- k8s.io/client-go v0.17.2
12+ k8s.io/api v0.17.8
13+ k8s.io/apimachinery v0.17.8
14+ k8s.io/client-go v0.17.8
1515 k8s.io/klog v1.0.0
16- k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
17- sigs.k8s.io/cluster-api v0.3.5
18- sigs.k8s.io/controller-runtime v0.5.2
16+ k8s.io/utils v0.0.0-20200821003339-5e75c0163111
17+ sigs.k8s.io/cluster-api v0.3.8
18+ sigs.k8s.io/controller-runtime v0.5.9
1919)
You can’t perform that action at this time.
0 commit comments