diff --git a/CHANGELOG.md b/CHANGELOG.md index e21506c7..451a4d20 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.12.0] - 2024-10-16 + ### Changed - Changed the logic of setting roles by parsing `"%s-teleport-kube-agent-user-values"` configmaps to check if apps are enabled. - Deprecated `MC-Namespace` and `tokenRoles` @@ -160,7 +162,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.11.2...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/giantswarm/teleport-operator/compare/v0.11.2...v0.12.0 [0.11.2]: https://github.com/giantswarm/teleport-operator/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/giantswarm/teleport-operator/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/giantswarm/teleport-operator/compare/v0.10.0...v0.11.0 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index 24eb34b5..57320826 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.11.2 +version: 0.12.0 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1