Skip to content

Commit

Permalink
Release v0.24.2 (#1352)
Browse files Browse the repository at this point in the history
* Release v0.24.2

* Bump bundleVersion

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Zach Stone <[email protected]>
  • Loading branch information
3 people authored Feb 25, 2021
1 parent ec96751 commit 222b58c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.24.2] - 2021-02-25

### Changed

- Migrate to Go modules.
Expand Down Expand Up @@ -80,7 +82,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.1...HEAD
[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v0.24.2...HEAD
[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
[0.23.22]: https://github.com/giantswarm/cluster-operator/compare/v0.23.21...v0.23.22
Expand Down
4 changes: 2 additions & 2 deletions pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package project

var (
bundleVersion = "0.24.2-dev"
bundleVersion = "0.24.2"
description = "The cluster-operator manages Kubernetes tenant cluster resources."
gitSHA = "n/a"
name = "cluster-operator"
source = "https://github.com/giantswarm/cluster-operator"
version = "0.24.2-dev"
version = "0.24.2"
)

func BundleVersion() string {
Expand Down

0 comments on commit 222b58c

Please sign in to comment.