Skip to content

Commit

Permalink
version,pkg/scaffold,changelog: bump to v0.2.1+git (operator-framewor…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel authored Dec 10, 2018
1 parent b7cf853 commit fa63ce1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

### Bug Fixes

## v0.2.1

### Bug Fixes

- Pin controller-runtime version to v0.1.4 to fix dependency issues and pin ansible idna package to version 2.7 ([#831](https://github.com/operator-framework/operator-sdk/pull/831))

## v0.2.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pkg/scaffold/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ required = [
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.2.0" #osdk_version_annotation
# version = "=v0.2.1" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion pkg/scaffold/gopkgtoml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ required = [
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.2.0" #osdk_version_annotation
# version = "=v0.2.1" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "v0.2.0+git"
Version = "v0.2.1+git"
)

0 comments on commit fa63ce1

Please sign in to comment.