From c645611ed6e7a0c0b46d2e56fb02f18c667aabd6 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Tue, 25 Jun 2024 11:59:01 +0000 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 5 ++++- helm/observability-operator/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417967be..960ef7b2 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.2.0] - 2024-06-25 + ### Added - Add per cluster and installation overridable sharding strategy support for mimir-backed installations. @@ -60,7 +62,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.1.1...HEAD +[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/giantswarm/observability-operator/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/giantswarm/observability-operator/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/giantswarm/observability-operator/compare/v0.0.4...v0.1.0 [0.0.4]: https://github.com/giantswarm/observability-operator/compare/v0.0.3...v0.0.4 diff --git a/helm/observability-operator/Chart.yaml b/helm/observability-operator/Chart.yaml index b74d3c68..31c4924c 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.1.1 +version: 0.2.0 appVersion: 0.0.2 annotations: application.giantswarm.io/team: "atlas"