diff --git a/CHANGELOG.md b/CHANGELOG.md index fba8d5d..203cce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.2.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v8.1.0...v8.2.0) (2024-04-16) + + +### Features + +* add variable to set resources with default values ([#87](https://github.com/camptocamp/devops-stack-module-cert-manager/issues/87)) ([a7a4c6d](https://github.com/camptocamp/devops-stack-module-cert-manager/commit/a7a4c6daaa69cceecb490bcf8a9ff08bda0d2bfa)) + ## [8.1.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v8.0.0...v8.1.0) (2024-03-01) diff --git a/variables.tf b/variables.tf index eb74d0e..323e41d 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.1.0" # x-release-please-version + default = "v8.2.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index 8104cab..fbb9ea1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.1.0 +8.2.0