diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa1e29..101fd47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.6.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v8.5.0...v8.6.0) (2024-08-20) + + +### Features + +* **chart:** patch update of dependencies on cert-manager chart ([#95](https://github.com/camptocamp/devops-stack-module-cert-manager/issues/95)) ([302049d](https://github.com/camptocamp/devops-stack-module-cert-manager/commit/302049df5911758a7b7d566147c99cad8ff79fb0)) + ## [8.5.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v8.4.0...v8.5.0) (2024-08-15) diff --git a/variables.tf b/variables.tf index 4a8c7fe..1cefdb1 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.5.0" # x-release-please-version + default = "v8.6.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index 6d28907..acd405b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.5.0 +8.6.0