diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c608f..0a6a4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.2.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.1.0...v7.2.0) (2024-04-16) + + +### Features + +* add variable to set resources with default values ([b736ecb](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/b736ecb94eea7f9338da0309d2e1e895d74e6cba)) +* enable caching for index writes ([5fc2b2c](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/5fc2b2c6956e040d5900a263bddcc14f81fa8d09)) + ## [7.1.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.0.1...v7.1.0) (2024-03-13) diff --git a/variables.tf b/variables.tf index 97b2eec..c57c809 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 = "v7.1.0" # x-release-please-version + default = "v7.2.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index a3fcc71..0ee843c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.1.0 +7.2.0