diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af2c9a8..aea1763b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v1.0.0...v2.0.0) (2023-04-06) + + +### ⚠ BREAKING CHANGES + +* **azure:** use managed identity to access object storage ([#42](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/42)) + +### Features + +* **azure:** use managed identity to access object storage ([#42](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/42)) ([3c38035](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/3c380354f1596f30ace5e30da3fc5d787f9a31c6)) + ## [1.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v1.0.0-alpha.7...v1.0.0) (2023-03-24) diff --git a/variables.tf b/variables.tf index 4d9321dd..7d05f4c5 100644 --- a/variables.tf +++ b/variables.tf @@ -17,7 +17,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.0.0" # x-release-please-version + default = "v2.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 3eefcb9d..227cea21 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +2.0.0