Skip to content

Commit

Permalink
Release v6.6.4 (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 5, 2023
1 parent 22b3cb7 commit 7c8d1e4
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]

## [6.6.4] - 2023-04-05

### Changed

- Improved feedback when searching for an app in catalog.
Expand Down Expand Up @@ -682,7 +684,8 @@ from Helm 2 to Helm 3.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.6.3...HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.6.4...HEAD
[6.6.4]: https://github.com/giantswarm/app-operator/compare/v6.6.3...v6.6.4
[6.6.3]: https://github.com/giantswarm/app-operator/compare/v6.6.3...v6.6.3
[6.6.3]: https://github.com/giantswarm/app-operator/compare/v6.6.3...v6.6.3
[6.6.3]: https://github.com/giantswarm/app-operator/compare/v6.6.2...v6.6.3
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.6.4-dev"
version = "6.6.4"
)

func Description() string {
Expand Down

0 comments on commit 7c8d1e4

Please sign in to comment.