diff --git a/CHANGELOG.md b/CHANGELOG.md index aee4893..bfa0401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [10.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v9.0.0...v10.0.0) (2024-10-09) + + +### ⚠ BREAKING CHANGES + +* point the Argo CD provider to the new repository ([#121](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/121)) + +### Features + +* point the Argo CD provider to the new repository ([#121](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/121)) ([5cd19c8](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/5cd19c806151e44e52e95b0813c09df62e2c2111)) + ## [9.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v8.2.0...v9.0.0) (2024-08-14) diff --git a/variables.tf b/variables.tf index 3036082..c7b8882 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 = "v9.0.0" # x-release-please-version + default = "v10.0.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index f7ee066..a13e7b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -9.0.0 +10.0.0