Skip to content

Commit

Permalink
pkg/scaffold,version,changelog: bump to v0.1.1-git (operator-framewor…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel authored Nov 5, 2018
1 parent 7ca9c9d commit 30c6d71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.1

### Bug fixes
- Fix hardcoded CRD version in crd scaffold ([#690](https://github.com/operator-framework/operator-sdk/pull/690))

## v0.1.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 @@ -77,7 +77,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.1.0" #osdk_version_annotation
# version = "=v0.1.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 @@ -76,7 +76,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.1.0" #osdk_version_annotation
# version = "=v0.1.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.1.0+git"
Version = "v0.1.1+git"
)

0 comments on commit 30c6d71

Please sign in to comment.