diff --git a/CHANGELOG.md b/CHANGELOG.md index eed26c19..2ccd0eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v9.2.0...v9.2.1) (2024-03-01) + + +### Bug Fixes + +* remove legacy ingress annotations ([6ad2e83](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/6ad2e83d60fdb69b6acf732477a51da0007eb30e)) + ## [9.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v9.1.0...v9.2.0) (2024-02-23) diff --git a/variables.tf b/variables.tf index 08f4233f..ff2f0e0c 100644 --- a/variables.tf +++ b/variables.tf @@ -40,7 +40,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v9.2.0" # x-release-please-version + default = "v9.2.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index deeb3d66..45acc9e6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -9.2.0 +9.2.1