Skip to content

Commit 4228df0

Browse files
theishshahAlexNPavel
authored andcommitted
Bump version to v0.6.0+git (#1215)
1 parent 61e0c23 commit 4228df0

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Unreleased
2+
3+
### Added
4+
5+
### Changed
6+
7+
### Deprecated
8+
9+
### Removed
10+
11+
### Bug Fixes
12+
113
## v0.6.0
214

315
### Added

pkg/scaffold/ansible/gopkgtoml.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ func (s *GopkgToml) GetInput() (input.Input, error) {
3535
const gopkgTomlTmpl = `[[constraint]]
3636
name = "github.com/operator-framework/operator-sdk"
3737
# The version rule is used for a specific release and the master branch for in between releases.
38-
# branch = "master" #osdk_branch_annotation
39-
version = "=v0.6.0" #osdk_version_annotation
38+
branch = "master" #osdk_branch_annotation
39+
# version = "=v0.6.0" #osdk_version_annotation
4040
4141
[[override]]
4242
name = "k8s.io/api"

pkg/scaffold/gopkgtoml.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ required = [
102102
[[constraint]]
103103
name = "github.com/operator-framework/operator-sdk"
104104
# The version rule is used for a specific release and the master branch for in between releases.
105-
# branch = "master" #osdk_branch_annotation
106-
version = "=v0.6.0" #osdk_version_annotation
105+
branch = "master" #osdk_branch_annotation
106+
# version = "=v0.6.0" #osdk_version_annotation
107107
108108
[prune]
109109
go-tests = true

pkg/scaffold/gopkgtoml_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ required = [
9494
[[constraint]]
9595
name = "github.com/operator-framework/operator-sdk"
9696
# The version rule is used for a specific release and the master branch for in between releases.
97-
# branch = "master" #osdk_branch_annotation
98-
version = "=v0.6.0" #osdk_version_annotation
97+
branch = "master" #osdk_branch_annotation
98+
# version = "=v0.6.0" #osdk_version_annotation
9999
100100
[prune]
101101
go-tests = true

pkg/scaffold/helm/gopkgtoml.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ func (s *GopkgToml) GetInput() (input.Input, error) {
3535
const gopkgTomlTmpl = `[[constraint]]
3636
name = "github.com/operator-framework/operator-sdk"
3737
# The version rule is used for a specific release and the master branch for in between releases.
38-
# branch = "master" #osdk_branch_annotation
39-
version = "=v0.6.0" #osdk_version_annotation
38+
branch = "master" #osdk_branch_annotation
39+
# version = "=v0.6.0" #osdk_version_annotation
4040
4141
[[override]]
4242
name = "k8s.io/api"

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.6.0"
18+
Version = "v0.6.0+git"
1919
)

0 commit comments

Comments
 (0)