Skip to content

Commit fa63ce1

Browse files
authored
version,pkg/scaffold,changelog: bump to v0.2.1+git (#834)
1 parent b7cf853 commit fa63ce1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
### Bug Fixes
1515

16+
## v0.2.1
17+
18+
### Bug Fixes
19+
20+
- 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))
21+
1622
## v0.2.0
1723

1824
### Changed

pkg/scaffold/gopkgtoml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ required = [
8686
name = "github.com/operator-framework/operator-sdk"
8787
# The version rule is used for a specific release and the master branch for in between releases.
8888
branch = "master" #osdk_branch_annotation
89-
# version = "=v0.2.0" #osdk_version_annotation
89+
# version = "=v0.2.1" #osdk_version_annotation
9090
9191
[prune]
9292
go-tests = true

pkg/scaffold/gopkgtoml_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ required = [
7878
name = "github.com/operator-framework/operator-sdk"
7979
# The version rule is used for a specific release and the master branch for in between releases.
8080
branch = "master" #osdk_branch_annotation
81-
# version = "=v0.2.0" #osdk_version_annotation
81+
# version = "=v0.2.1" #osdk_version_annotation
8282
8383
[prune]
8484
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.2.0+git"
18+
Version = "v0.2.1+git"
1919
)

0 commit comments

Comments
 (0)