Skip to content

Commit 30c6d71

Browse files
authored
pkg/scaffold,version,changelog: bump to v0.1.1-git (#706)
1 parent 7ca9c9d commit 30c6d71

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.1.1
2+
3+
### Bug fixes
4+
- Fix hardcoded CRD version in crd scaffold ([#690](https://github.com/operator-framework/operator-sdk/pull/690))
5+
16
## v0.1.0
27

38
### Changed

pkg/scaffold/gopkgtoml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ required = [
7777
name = "github.com/operator-framework/operator-sdk"
7878
# The version rule is used for a specific release and the master branch for in between releases.
7979
branch = "master" #osdk_branch_annotation
80-
# version = "=v0.1.0" #osdk_version_annotation
80+
# version = "=v0.1.1" #osdk_version_annotation
8181
8282
[prune]
8383
go-tests = true

pkg/scaffold/gopkgtoml_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ required = [
7676
name = "github.com/operator-framework/operator-sdk"
7777
# The version rule is used for a specific release and the master branch for in between releases.
7878
branch = "master" #osdk_branch_annotation
79-
# version = "=v0.1.0" #osdk_version_annotation
79+
# version = "=v0.1.1" #osdk_version_annotation
8080
8181
[prune]
8282
go-tests = true

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "v0.1.0+git"
18+
Version = "v0.1.1+git"
1919
)

0 commit comments

Comments
 (0)