Skip to content

Commit

Permalink
*: release v0.8.0 (operator-framework#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel authored May 17, 2019
1 parent 14ac711 commit 78c4724
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.8.0

### Added

Expand Down
4 changes: 2 additions & 2 deletions doc/user/install-operator-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```sh
# Set the release version variable
RELEASE_VERSION=v0.7.0
RELEASE_VERSION=v0.8.0
# Linux
$ curl -OJL https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
# macOS
Expand Down Expand Up @@ -53,7 +53,7 @@ Now you should be able to verify the binary.
### Install the release binary in your PATH
```
# Linux
# Linux
$ chmod +x operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu && sudo cp operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu /usr/local/bin/operator-sdk && rm operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
# macOS
$ chmod +x operator-sdk-${RELEASE_VERSION}-x86_64-apple-darwin && sudo cp operator-sdk-${RELEASE_VERSION}-x86_64-apple-darwin /usr/local/bin/operator-sdk && rm operator-sdk-${RELEASE_VERSION}-x86_64-apple-darwin
Expand Down
1 change: 1 addition & 0 deletions internal/pkg/scaffold/ansible/go_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ replace (
github.com/coreos/prometheus-operator => github.com/coreos/prometheus-operator v0.29.0
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.8.0
)
`

Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/scaffold/ansible/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func (s *GopkgToml) GetInput() (input.Input, error) {
const gopkgTomlTmpl = `[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.7.0" #osdk_version_annotation
# branch = "master" #osdk_branch_annotation
version = "=v0.8.0" #osdk_version_annotation
[[override]]
name = "k8s.io/api"
Expand Down
1 change: 1 addition & 0 deletions internal/pkg/scaffold/go_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ replace (
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.1.10
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.1.11-0.20190411181648-9d55346c2bde
github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.8.0
)
`

Expand Down
1 change: 1 addition & 0 deletions internal/pkg/scaffold/go_mod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ replace (
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.1.10
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.1.11-0.20190411181648-9d55346c2bde
github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.8.0
)
`
4 changes: 2 additions & 2 deletions internal/pkg/scaffold/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.7.0" #osdk_version_annotation
# branch = "master" #osdk_branch_annotation
version = "=v0.8.0" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/scaffold/gopkgtoml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.7.0" #osdk_version_annotation
# branch = "master" #osdk_branch_annotation
version = "=v0.8.0" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
1 change: 1 addition & 0 deletions internal/pkg/scaffold/helm/go_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ replace (
replace (
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.8.0
)
`

Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/scaffold/helm/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func (s *GopkgToml) GetInput() (input.Input, error) {
const gopkgTomlTmpl = `[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.7.0" #osdk_version_annotation
# branch = "master" #osdk_branch_annotation
version = "=v0.8.0" #osdk_version_annotation
[[override]]
name = "k8s.io/api"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package version

var (
Version = "v0.7.0+git"
Version = "v0.8.0"
GitVersion = "unknown"
GitCommit = "unknown"
)

0 comments on commit 78c4724

Please sign in to comment.