Skip to content

Commit

Permalink
Release v2.0.2 (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] authored Sep 12, 2022
1 parent 2f13987 commit 9013aa3
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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2022-09-12

### Fixed

- Use `json` marshaller instead of `yaml` to get lowercase field names in configmaps.
@@ -258,7 +260,8 @@ cluster.

- Initial version based on app related logic extracted from cluster-operator.

[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.10.0...v2.0.0
[1.10.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.9.2...v1.10.0
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "cluster-apps-operator"
source = "https://github.com/giantswarm/cluster-apps-operator"
version = "2.0.1"
version = "2.0.2"
)

func Description() string {

0 comments on commit 9013aa3

Please sign in to comment.