Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 21b3b58

Browse files
authored
Merge pull request #179 from cpanato/update-deps
dependencies: update some dependencies and cluster-api
2 parents f94354a + a4c2add commit 21b3b58

File tree

4 files changed

+93
-75
lines changed

4 files changed

+93
-75
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ MANIFEST_TOOL ?= $(GOBIN)/manifest-tool
134134

135135
# where we store downloaded core
136136
COREPATH ?= out/core
137-
CORE_VERSION ?= v0.3.5
137+
CORE_VERSION ?= v0.3.8
138138
CORE_API ?= https://api.github.com/repos/kubernetes-sigs/cluster-api/releases
139139
CORE_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/$(CORE_VERSION)
140140

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.13
55
require (
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
)

0 commit comments

Comments
 (0)