diff --git a/CHANGELOG.md b/CHANGELOG.md index f9da330..d506b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.2](https://github.com/camptocamp/devops-stack-module-traefik/compare/v9.0.1...v9.0.2) (2024-10-23) + + +### Bug Fixes + +* **dashboards:** add release in file name to avoid duplicates ([#92](https://github.com/camptocamp/devops-stack-module-traefik/issues/92)) ([de09c28](https://github.com/camptocamp/devops-stack-module-traefik/commit/de09c289d0f1a30c9c220ba2ba7730acea245c9f)) + ## [9.0.1](https://github.com/camptocamp/devops-stack-module-traefik/compare/v9.0.0...v9.0.1) (2024-10-11) diff --git a/variables.tf b/variables.tf index 060199a..606ad67 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