Skip to content

Commit

Permalink
helm2: Release v1.0.12 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored Sep 25, 2020
1 parent 629064f commit 488a8ce
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]

## [1.0.12] - 2020-09-22

### Fixed

- Fix YAML comparison for chart configmaps and secrets.
Expand Down Expand Up @@ -77,7 +79,8 @@ app CRs. A message is added to the app CR status for the user.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v1.0.11...HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v1.0.12...HEAD
[1.0.12]: https://github.com/giantswarm/app-operator/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/giantswarm/app-operator/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/giantswarm/app-operator/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/giantswarm/app-operator/compare/v1.0.8...v1.0.9
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 (
name = "app-operator"
source = "https://github.com/giantswarm/app-operator"
// version in helm2 branch must be 1.0.X. 1.1.0 was the first Helm 3 release.
version = "1.0.12-dev"
version = "1.0.12"
)

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

0 comments on commit 488a8ce

Please sign in to comment.