From a57506bd081bbd6a6a7cbd749fc3fc186b8a5766 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:04:26 +0200 Subject: [PATCH] chore: release 9.0.2 (#104) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7543d2..867f66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.2](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v9.0.1...v9.0.2) (2024-10-23) + + +### Bug Fixes + +* **dashboards:** add release in file name to avoid duplicates ([#103](https://github.com/camptocamp/devops-stack-module-cert-manager/issues/103)) ([2b92b82](https://github.com/camptocamp/devops-stack-module-cert-manager/commit/2b92b8202df3eaabc561fa293a924e3e73fa946c)) + ## [9.0.1](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v9.0.0...v9.0.1) (2024-10-21) diff --git a/variables.tf b/variables.tf index 48da240..5b0261b 100644 --- a/variables.tf +++ b/variables.tf @@ -23,7 +23,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v9.0.1" # x-release-please-version + default = "v9.0.2" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index 37ad5c8..3beeadd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -9.0.1 +9.0.2