diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e571685..f403e6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [8.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v7.1.0...v8.0.0) (2023-11-03) + + +### ⚠ BREAKING CHANGES + +* remove the Helm diff ([#94](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/94)) +* **chart:** major update of dependencies on kube-prometheus-stack chart ([#92](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/92)) + +### Features + +* **chart:** major update of dependencies on kube-prometheus-stack chart ([#92](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/92)) ([79ad8de](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/79ad8de9df8e29868f71ebfc323eb2736d1c7992)) + + +### Bug Fixes + +* remove the Helm diff ([#94](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/94)) ([65fb62b](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/65fb62bd3e9ea63ed6ce37964135312d8e04e75c)) + ## [7.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v7.0.0...v7.1.0) (2023-10-19) diff --git a/variables.tf b/variables.tf index 22eb7b2c..30592ad0 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 = "v7.1.0" # x-release-please-version + default = "v8.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index a3fcc712..ae9a76b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.1.0 +8.0.0