From 083a7043a13aad8f528abd068a4b594571be2308 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:14:30 +0000 Subject: [PATCH] chore: release 10.0.0 --- CHANGELOG.md | 11 +++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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