Skip to content

Commit

Permalink
Release v6.4.1 (#1054)
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 Sep 26, 2022
1 parent 920964d commit 3e14b9d
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.4.1] - 2022-09-26

### Fixed

- Fix a bug that skips adding the chart-values or chart-secrets entries to the Chart CR when they are only created via extra configs of the App CR
Expand Down Expand Up @@ -613,7 +615,8 @@ from Helm 2 to Helm 3.

- Flattening operator release structure.

[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.4.0...HEAD
[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.4.1...HEAD
[6.4.1]: https://github.com/giantswarm/app-operator/compare/v6.4.0...v6.4.1
[6.4.0]: https://github.com/giantswarm/app-operator/compare/v6.3.0...v6.4.0
[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
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.4.1-dev"
version = "6.4.1"
)

func Description() string {
Expand Down

0 comments on commit 3e14b9d

Please sign in to comment.