File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const goModTmpl = `module {{ .Repo }}
41
41
go 1.13
42
42
43
43
require (
44
- github.com/operator-framework/operator-sdk v0.19.1
44
+ github.com/operator-framework/operator-sdk v0.19.x
45
45
sigs.k8s.io/controller-runtime v0.6.0
46
46
)
47
47
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const goModTmpl = `module {{ .Repo }}
40
40
go 1.13
41
41
42
42
require (
43
- github.com/operator-framework/operator-sdk v0.19.1
43
+ github.com/operator-framework/operator-sdk v0.19.x
44
44
sigs.k8s.io/controller-runtime v0.6.0
45
45
)
46
46
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const goModTmpl = `module {{ .Repo }}
41
41
go 1.13
42
42
43
43
require (
44
- github.com/operator-framework/operator-sdk v0.19.1
44
+ github.com/operator-framework/operator-sdk v0.19.x
45
45
sigs.k8s.io/controller-runtime v0.6.0
46
46
)
47
47
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
22
22
//var needs to be used instead of const for ldflags
23
23
var (
24
- Version = "v0.19.1"
24
+ Version = "v0.19.1+git "
25
25
GitVersion = "unknown"
26
26
GitCommit = "unknown"
27
27
KubernetesVersion = "unknown"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ brew install operator-sdk
22
22
23
23
``` sh
24
24
# Set the release version variable
25
- $ RELEASE_VERSION=v0.19.1
25
+ $ RELEASE_VERSION=v0.19.x
26
26
# Linux
27
27
$ curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION} /operator-sdk-${RELEASE_VERSION} -x86_64-linux-gnu
28
28
$ curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION} /ansible-operator-${RELEASE_VERSION} -x86_64-linux-gnu
You can’t perform that action at this time.
0 commit comments