Skip to content

Commit

Permalink
Release v6.3.0 (#1033)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Marcus Noble <[email protected]>
Co-authored-by: Marcus Noble <[email protected]>
  • Loading branch information
4 people authored Jul 11, 2022
1 parent 326ca52 commit 24bb84e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [6.2.0] - 2022-07-11
## [6.3.0] - 2022-07-11

### Added

- If no userconfig configmap or secret reference is specified but one is found following the default naming convention (`*-user-values` / `*-user-secrets`) then the App resource is updated to reference the found configmap/secret.

## [6.2.0] - 2022-07-11

### Added

- Watch config maps and secrets listed in the `extraConfigs` section of App CR for multi layer configs, see: https://github.com/giantswarm/rfc/tree/main/multi-layer-app-config#enhancing-app-cr

### Changed
Expand Down Expand Up @@ -594,7 +599,8 @@ from Helm 2 to Helm 3.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.2.0...HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.3.0...HEAD
[6.3.0]: https://github.com/giantswarm/app-operator/compare/v6.2.0...v6.3.0
[6.2.0]: https://github.com/giantswarm/app-operator/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/giantswarm/app-operator/compare/v6.0.1...v6.1.0
[6.0.1]: https://github.com/giantswarm/app-operator/compare/v6.0.0...v6.0.1
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 = "6.2.1-dev"
version = "6.3.0"
)

func Description() string {
Expand Down

0 comments on commit 24bb84e

Please sign in to comment.