diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a402fd..0718e5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.1.0...v8.2.0) (2023-12-18) + + +### Features + +* **grafana:** create a variable to set a dataproxy time ([#105](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/105)) ([ee366c7](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/ee366c7faefe132563d5cc98c7274ec6bd14225d)) + ## [8.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.0.2...v8.1.0) (2023-12-15) diff --git a/variables.tf b/variables.tf index e2f2f48f..16cf00e2 100644 --- a/variables.tf +++ b/variables.tf @@ -39,7 +39,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 "cluster_issuer" { diff --git a/version.txt b/version.txt index 8104cabd..fbb9ea12 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.1.0 +8.2.0