diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b119e6..9694f8ed 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] +## [0.8.0] - 2024-10-17 + ### Added - Add wal `truncate_frequency` configuration to alloy-metrics with a default set to 15m. @@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initialize project and create heartbeat for the installation. -[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/giantswarm/observability-operator/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/giantswarm/observability-operator/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/giantswarm/observability-operator/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/giantswarm/observability-operator/compare/v0.6.0...v0.6.1 diff --git a/helm/observability-operator/Chart.yaml b/helm/observability-operator/Chart.yaml index aec45666..4b2c5070 100644 --- a/helm/observability-operator/Chart.yaml +++ b/helm/observability-operator/Chart.yaml @@ -3,7 +3,7 @@ name: observability-operator description: The observability-operator manages the Giant Swarm observability platform. home: https://github.com/giantswarm/observability-operator icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg -version: 0.7.1 +version: 0.8.0 appVersion: 0.0.2 annotations: application.giantswarm.io/team: "atlas"