Skip to content

Commit

Permalink
Release v1.1.0 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored May 18, 2020
1 parent f10794f commit 9912698
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

## [v1.1.0] 2020-05-18

### Changed

- Updated to use Helm 3 and add releasemigration resource for migrating releases
Expand All @@ -30,8 +32,9 @@ from Helm 2 to Helm 3.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v1.0.3..HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v1.1.0..HEAD

[1.1.0]: https://github.com/giantswarm/app-operator/compare/v1.0.3..v1.1.0
[1.0.3]: https://github.com/giantswarm/app-operator/compare/v1.0.2..v1.0.3
[1.0.2]: https://github.com/giantswarm/app-operator/compare/v1.0.1..v1.0.2
[1.0.1]: https://github.com/giantswarm/app-operator/releases/tag/v1.0.1
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 = "1.0.2-dev"
version = "1.1.0"
)

// AppVersion is fixed for app CRs. Its version is not linked to a release.
Expand Down

0 comments on commit 9912698

Please sign in to comment.