diff --git a/CHANGELOG.md b/CHANGELOG.md index d27eb3f2..8ff59595 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.1] - 2023-12-20 + ### Fixed - Correct `CiliumNetworkPolicy` spec. @@ -79,7 +81,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.8.0...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/giantswarm/teleport-operator/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/giantswarm/teleport-operator/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/giantswarm/teleport-operator/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/giantswarm/teleport-operator/compare/v0.5.0...v0.6.0 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index a627a55a..a44045d1 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.8.0 +version: 0.8.1 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1