Skip to content

Commit 0eb73e6

Browse files
committed
pkg/scaffold: Pin controller-runtime to exactly v0.1.4
When you specify a version without an operator, dep automatically uses the ^ operator by default. That means it will take the major range. That broke building of generated operators due to missing dependencies in controller-runtime latest release.
1 parent 3a20d44 commit 0eb73e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scaffold/gopkgtoml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ required = [
8080
8181
[[override]]
8282
name = "sigs.k8s.io/controller-runtime"
83-
version = "v0.1.4"
83+
version = "=v0.1.4"
8484
8585
[[constraint]]
8686
name = "github.com/operator-framework/operator-sdk"

0 commit comments

Comments
 (0)