Skip to content

Commit

Permalink
release v2.3.2 (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <action@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 29, 2020
1 parent 1fa2b85 commit b8dced0
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's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.3.2] - 2020-09-29

### Fixed

- Updated Helm to v3.3.4.
Expand Down Expand Up @@ -182,7 +184,8 @@ from Helm 2 to Helm 3.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v2.3.1...HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v2.3.2...HEAD
[2.3.2]: https://github.com/giantswarm/app-operator/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/giantswarm/app-operator/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/giantswarm/app-operator/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/giantswarm/app-operator/compare/v2.1.1...v2.2.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 @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "app-operator"
source = "https://github.com/giantswarm/app-operator"
version = "2.3.2-dev"
version = "2.3.2"
)

// AppControlPlaneVersion is always 0.0.0 for control plane app CRs. These CRs
Expand Down

0 comments on commit b8dced0

Please sign in to comment.