diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3855..f9da330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.1](https://github.com/camptocamp/devops-stack-module-traefik/compare/v9.0.0...v9.0.1) (2024-10-11) + + +### Bug Fixes + +* grafana panels uses angular deprecated plugin ([#90](https://github.com/camptocamp/devops-stack-module-traefik/issues/90)) ([5c9cafb](https://github.com/camptocamp/devops-stack-module-traefik/commit/5c9cafbf8e3c9ec522579ee562aa82e57bf9c909)) + ## [9.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v8.2.0...v9.0.0) (2024-10-09) diff --git a/variables.tf b/variables.tf index 33b7ca7..060199a 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.0" # x-release-please-version + default = "v9.0.1" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index f7ee066..37ad5c8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -9.0.0 +9.0.1