diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be6001..8e72849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v8.0.0...v8.1.0) (2024-08-20) + + +### Features + +* **chart:** minor update of dependencies on traefik chart ([#83](https://github.com/camptocamp/devops-stack-module-traefik/issues/83)) ([58b3f1c](https://github.com/camptocamp/devops-stack-module-traefik/commit/58b3f1ceed146c75f839adb6c4cd9ac0bb671449)) + ## [8.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v7.0.0...v8.0.0) (2024-08-15) diff --git a/variables.tf b/variables.tf index 5ee321c..c0cc861 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 = "v8.0.0" # x-release-please-version + default = "v8.1.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index ae9a76b..8104cab 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.0.0 +8.1.0