Skip to content

Commit

Permalink
*: release v0.8.1 (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford authored May 22, 2019
1 parent 5284ed3 commit 33b3bfe
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 19 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
## Unreleased

### Added

### Changed

### Deprecated

### Removed
## v0.8.1

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion 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.8.0
RELEASE_VERSION=v0.8.1
# 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
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.1
)
`

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 = "v0.8.x" #osdk_branch_annotation
# version = "=v0.8.0" #osdk_version_annotation
# branch = "v0.8.x" #osdk_branch_annotation
version = "=v0.8.1" #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.1
)
`

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.1
)
`
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 = "v0.8.x" #osdk_branch_annotation
# version = "=v0.8.0" #osdk_version_annotation
# branch = "v0.8.x" #osdk_branch_annotation
version = "=v0.8.1" #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 = "v0.8.x" #osdk_branch_annotation
# version = "=v0.8.0" #osdk_version_annotation
# branch = "v0.8.x" #osdk_branch_annotation
version = "=v0.8.1" #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.1
)
`

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 = "v0.8.x" #osdk_branch_annotation
# version = "=v0.8.0" #osdk_version_annotation
# branch = "v0.8.x" #osdk_branch_annotation
version = "=v0.8.1" #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.8.0+git"
Version = "v0.8.1"
GitVersion = "unknown"
GitCommit = "unknown"
)

0 comments on commit 33b3bfe

Please sign in to comment.