From c0d64d7e2e26810c70a37a1d7d860b1d94df618c Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 4 Jan 2024 09:58:23 +0100 Subject: [PATCH] Release v0.8.2 (#58) --- CHANGELOG.md | 5 ++++- helm/teleport-operator/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21aa3d2f..b887db8e 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.2] - 2024-01-04 + ### Added - Add network policy for tbot @@ -86,7 +88,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.1...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.8.2...HEAD +[0.8.2]: https://github.com/giantswarm/teleport-operator/compare/v0.8.1...v0.8.2 [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 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index a44045d1..f63d8bca 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.8.1 +version: 0.8.2 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1