Skip to content

Commit 00989a9

Browse files
committed
Update dependencies
Controller-runtime has been updated to v0.9.0, Kubernetes dependencies to v0.21.1, and all fluxcd/pkg and other dependencies to the versions that have matching dependencies and/or build constraints. Signed-off-by: Stefan Prodan <[email protected]>
1 parent bebe0f5 commit 00989a9

File tree

3 files changed

+150
-109
lines changed

3 files changed

+150
-109
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifeq (, $(shell which controller-gen))
7171
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
7272
cd $$CONTROLLER_GEN_TMP_DIR ;\
7373
go mod init tmp ;\
74-
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1 ;\
74+
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 ;\
7575
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
7676
}
7777
CONTROLLER_GEN=$(GOBIN)/controller-gen

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/fluxcd/source-watcher
33
go 1.15
44

55
require (
6-
github.com/fluxcd/pkg/runtime v0.9.0
6+
github.com/fluxcd/pkg/runtime v0.12.0
77
github.com/fluxcd/pkg/untar v0.0.5
8-
github.com/fluxcd/source-controller/api v0.9.1
9-
github.com/go-logr/logr v0.3.0
8+
github.com/fluxcd/source-controller/api v0.15.0
9+
github.com/go-logr/logr v0.4.0
1010
github.com/spf13/pflag v1.0.5
11-
k8s.io/apimachinery v0.20.2
12-
k8s.io/client-go v0.20.2
13-
sigs.k8s.io/controller-runtime v0.8.3
11+
k8s.io/apimachinery v0.21.1
12+
k8s.io/client-go v0.21.1
13+
sigs.k8s.io/controller-runtime v0.9.0
1414
)

0 commit comments

Comments
 (0)