Skip to content

Commit

Permalink
Release v0.25.0 (#1359)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Mar 16, 2021
1 parent 7c056dd commit 0a9d83c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.0] - 2021-03-15

### Added

- Create app CR for per cluster app-operator instance.
Expand Down Expand Up @@ -87,7 +89,8 @@ Replacement for [0.23.21] because of incorrect `bundleVersion` in [0.23.21]

- Added GitHub workflows.

[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v0.24.2...HEAD
[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v0.25.0...HEAD
[0.25.0]: https://github.com/giantswarm/cluster-operator/compare/v0.24.2...v0.25.0
[0.24.2]: https://github.com/giantswarm/cluster-operator/compare/v0.24.1...v0.24.2
[0.24.1]: https://github.com/giantswarm/cluster-operator/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/giantswarm/cluster-operator/compare/v0.23.22...v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var (
gitSHA = "n/a"
name = "cluster-operator"
source = "https://github.com/giantswarm/cluster-operator"
version = "0.24.3-dev"
version = "0.25.0"
)

func BundleVersion() string {
Expand Down

0 comments on commit 0a9d83c

Please sign in to comment.