Skip to content

Commit

Permalink
release v2.1.0 (#459)
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 Aug 18, 2020
1 parent f0529a4 commit b9b59d7
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.1.0] - 2020-08-18

### Added

- Added chartcrd resource for creating chart CRD in tenant clusters.
Expand Down Expand Up @@ -129,7 +131,8 @@ from Helm 2 to Helm 3.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/giantswarm/app-operator/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/giantswarm/app-operator/compare/v1.1.11...v2.0.0
[1.1.11]: https://github.com/giantswarm/app-operator/compare/v1.1.10...v1.1.11
[1.1.10]: https://github.com/giantswarm/app-operator/compare/v1.1.9...v1.1.10
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.0.1-dev"
version = "2.1.0"
)

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

0 comments on commit b9b59d7

Please sign in to comment.