diff --git a/CHANGELOG.md b/CHANGELOG.md index 43317b8e..ebf4a3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1] - 2024-04-01 + +### Fixed + +- Use PodMonitor for monitoring instead of legacy system. + ## [0.9.0] - 2024-03-21 ### Changed -- Use PodMonitor for monitoring instead of legacy system. - Updated `tbot` deployment to use standalone `tbot` image (smaller image size) - Bump teleport version to `15.1.7` @@ -108,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2023-08-09 -[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/giantswarm/teleport-operator/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/giantswarm/teleport-operator/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/giantswarm/teleport-operator/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/giantswarm/teleport-operator/compare/v0.8.2...v0.8.3 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index 725e11d2..c153caa9 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.9.0 +version: 0.9.1 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1