File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## v0.17.0
2
2
3
3
### Added
4
4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ brew install operator-sdk
18
18
19
19
``` sh
20
20
# Set the release version variable
21
- $ RELEASE_VERSION=v0.16 .0
21
+ $ RELEASE_VERSION=v0.17 .0
22
22
# Linux
23
23
$ curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION} /operator-sdk-${RELEASE_VERSION} -x86_64-linux-gnu
24
24
# macOS
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const goModTmpl = `module {{ .Repo }}
42
42
go 1.13
43
43
44
44
require (
45
- github.com/operator-framework/operator-sdk master
45
+ github.com/operator-framework/operator-sdk v0.17.0
46
46
sigs.k8s.io/controller-runtime v0.5.2
47
47
)
48
48
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 master
44
+ github.com/operator-framework/operator-sdk v0.17.0
45
45
sigs.k8s.io/controller-runtime v0.5.2
46
46
)
47
47
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const goModTmpl = `module {{ .Repo }}
42
42
go 1.13
43
43
44
44
require (
45
- github.com/operator-framework/operator-sdk master
45
+ github.com/operator-framework/operator-sdk v0.17.0
46
46
sigs.k8s.io/controller-runtime v0.5.2
47
47
)
48
48
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.16.0+git "
24
+ Version = "v0.17.0 "
25
25
GitVersion = "unknown"
26
26
GitCommit = "unknown"
27
27
KubernetesVersion = "unknown"
Original file line number Diff line number Diff line change 1
1
---
2
- title : Install the Operator SDK CLI
2
+ title : Install the Operator SDK CLI
3
3
linkTitle : Installation
4
- weight : 1
4
+ weight : 1
5
5
---
6
6
{{% alert title="Warning" color="warning" %}}
7
7
These pages are under construction. Please continue to use the [ docs in
@@ -27,7 +27,7 @@ $ brew install operator-sdk
27
27
28
28
``` sh
29
29
# Set the release version variable
30
- $ RELEASE_VERSION=v0.16 .0
30
+ $ RELEASE_VERSION=v0.17 .0
31
31
# Linux
32
32
$ curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION} /operator-sdk-${RELEASE_VERSION} -x86_64-linux-gnu
33
33
# macOS
You can’t perform that action at this time.
0 commit comments