diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fb1c1d..6d1d7b46 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.0.2] - 2024-04-08 + ### Fixed - Fix `CiliumNetworkPolicy` to allow cluster and world access (opsgenie) @@ -17,5 +19,6 @@ 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.0.1...HEAD +[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.0.2...HEAD +[0.0.2]: https://github.com/giantswarm/observability-operator/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/giantswarm/observability-operator/releases/tag/v0.0.1 diff --git a/go.mod b/go.mod index f8bd2e32..6b6e10e6 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,6 @@ require ( github.com/prometheus/client_model v0.6.0 // indirect github.com/prometheus/common v0.51.1 // indirect github.com/prometheus/procfs v0.13.0 // indirect - github.com/sirupsen/logrus v1.9.0 // indirect github.com/spf13/pflag v1.0.5 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect diff --git a/helm/observability-operator/Chart.yaml b/helm/observability-operator/Chart.yaml index d86cdb78..10197ce3 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.0.1 +version: 0.0.2 appVersion: 0.0.1 annotations: application.giantswarm.io/team: "atlas"