File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ manifests-release:
8989CONTROLLER_GEN = $(shell pwd) /bin/controller-gen
9090.PHONY : controller-gen
9191controller-gen : # # Download controller-gen locally if necessary.
92- $(call go-install-tool,$(CONTROLLER_GEN ) ,sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7 .0)
92+ $(call go-install-tool,$(CONTROLLER_GEN ) ,sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8 .0)
9393
9494ENVTEST_ASSETS_DIR =$(shell pwd) /testbin
9595ENVTEST_KUBERNETES_VERSION? =latest
Original file line number Diff line number Diff line change 1-
21---
32apiVersion : rbac.authorization.k8s.io/v1
43kind : ClusterRole
Original file line number Diff line number Diff line change 55require (
66 github.com/fluxcd/pkg/http/fetch v0.1.0
77 github.com/fluxcd/pkg/runtime v0.20.0
8- github.com/fluxcd/pkg/untar v0.2 .0
8+ github.com/fluxcd/pkg/tar v0.1 .0
99 github.com/fluxcd/source-controller/api v0.30.0
1010 github.com/spf13/pflag v1.0.5
1111 k8s.io/apimachinery v0.25.2
@@ -25,7 +25,6 @@ require (
2525 github.com/evanphx/json-patch/v5 v5.6.0 // indirect
2626 github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
2727 github.com/fluxcd/pkg/apis/meta v0.17.0 // indirect
28- github.com/fluxcd/pkg/tar v0.1.0 // indirect
2928 github.com/fsnotify/fsnotify v1.5.4 // indirect
3029 github.com/go-logr/logr v1.2.3 // indirect
3130 github.com/go-logr/zapr v1.2.3 // indirect
Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ github.com/fluxcd/pkg/runtime v0.20.0/go.mod h1:KVHNQMhccuLTjMDFVCr/SF+4Z554bcMH
108108github.com/fluxcd/pkg/tar v0.1.0 h1:ObyUml8NJtGQtz/cRgexd7HU2mQsTmgjz2dtX4xdnng =
109109github.com/fluxcd/pkg/tar v0.1.0 /go.mod h1:w0/TOC7kwBJhnSJn7TCABkc/I7ib1f2Yz6vOsbLBnhw =
110110github.com/fluxcd/pkg/testserver v0.3.0 h1:oyZW6YWHVZR7FRVNu7lN9F5H808TD2jCzBm8CenFoi0 =
111- github.com/fluxcd/pkg/untar v0.2.0 h1:sJXU+FbJcNUb2ffLJNjeR3hwt3X2loVpOMlCUjyFw6E =
112- github.com/fluxcd/pkg/untar v0.2.0 /go.mod h1:33AyoWaPpjX/xXpczcfhQh2AkB63TFwiR2YwROtv23E =
113111github.com/fluxcd/source-controller/api v0.30.0 h1:rPVPpwXcYG2n0DTRcRagfGDiccvCib5S09K5iMjlpRU =
114112github.com/fluxcd/source-controller/api v0.30.0 /go.mod h1:UkjAqQ6QAXNNesNQDTArTeiTp+UuhOUIA+JyFhGP/+Q =
115113github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI =
You can’t perform that action at this time.
0 commit comments