diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb715a..a543364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.2] - 2024-07-11 + - Set the location of the notificaton-controller to the namespace it's currently running in. ## [1.4.1] - 2024-03-08 @@ -364,7 +366,8 @@ reduce memory usage by downgrading Helm from 3.7.1 to 3.6.3 - Initial release containing flux toolkit 0.5.9 -[Unreleased]: https://github.com/giantswarm/flux-app/compare/v1.4.1...HEAD +[Unreleased]: https://github.com/giantswarm/flux-app/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/giantswarm/flux-app/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/giantswarm/flux-app/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/giantswarm/flux-app/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/giantswarm/flux-app/compare/v1.3.0...v1.3.1 diff --git a/helm/flux-app/Chart.yaml b/helm/flux-app/Chart.yaml index 519b02e..19e80e4 100644 --- a/helm/flux-app/Chart.yaml +++ b/helm/flux-app/Chart.yaml @@ -20,4 +20,4 @@ restrictions: sources: - https://github.com/fluxcd/flux2 type: application -version: 1.4.1 +version: 1.4.2