File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ required = [
7676[[constraint]]
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.
79- branch = "v0.1.x" #osdk_branch_annotation
80- # version = "=v0.1.0 " #osdk_version_annotation
79+ # branch = "v0.1.x" #osdk_branch_annotation
80+ version = "=v0.1.1 " #osdk_version_annotation
8181
8282[prune]
8383 go-tests = true
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ required = [
7575[[constraint]]
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.
78- branch = "v0.1.x" #osdk_branch_annotation
79- # version = "=v0.1.0 " #osdk_version_annotation
78+ # branch = "v0.1.x" #osdk_branch_annotation
79+ version = "=v0.1.1 " #osdk_version_annotation
8080
8181[prune]
8282 go-tests = true
Original file line number Diff line number Diff line change 1515package version
1616
1717var (
18- Version = "v0.1.0+git "
18+ Version = "v0.1.1 "
1919)
You can’t perform that action at this time.
0 commit comments