diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec3fac..38f38ac 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.6.2] - 2024-09-17 + ### Fixed - Fixed `alloyMetrics` catalog @@ -440,7 +442,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `app.giantswarm.io` label group was changed to `application.giantswarm.io` -[Unreleased]: https://github.com/giantswarm/observability-bundle/compare/v1.6.1...HEAD +[Unreleased]: https://github.com/giantswarm/observability-bundle/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/giantswarm/observability-bundle/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/giantswarm/observability-bundle/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/giantswarm/observability-bundle/compare/v1.5.3...v1.6.0 [1.5.3]: https://github.com/giantswarm/observability-bundle/compare/v1.5.2...v1.5.3 diff --git a/helm/observability-bundle/Chart.yaml b/helm/observability-bundle/Chart.yaml index 71d551f..be49331 100644 --- a/helm/observability-bundle/Chart.yaml +++ b/helm/observability-bundle/Chart.yaml @@ -6,7 +6,7 @@ icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg kubeVersion: ">=1.19.0-0" sources: - https://github.com/giantswarm/observability-bundle -version: 1.6.1 +version: 1.6.2 annotations: application.giantswarm.io/app-type: bundle application.giantswarm.io/in-cluster-app: "true"