From b5931d787f44fc3be5e34e517812681c32b2366e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:41:38 +0100 Subject: [PATCH] chore: release 9.0.0 (#109) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0718e5e6..a1613328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [9.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.2.0...v9.0.0) (2024-01-19) + + +### ⚠ BREAKING CHANGES + +* hardcode the release name to remove the destination cluster +* remove the ArgoCD namespace variable +* remove the namespace variable + +### Bug Fixes + +* add dependency on the namespace so it not created before Argo CD ([9e9648c](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/9e9648cdf58c16fd9e2209ea1b125efb81126534)) +* disable SSL verification unless for prod issuer and change default issuer ([bd66f82](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/bd66f822198ba4273415427dcefbb61aafffd87f)) +* hardcode the release name to remove the destination cluster ([a113f9c](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/a113f9c98bb6e37938d2ef13ce612e5bc6e46e53)) +* remove the ArgoCD namespace variable ([d22e46b](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/d22e46b66c4f7d176b5168b23911c338b78aac98)) +* remove the namespace variable ([0e7d1f7](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/0e7d1f711efbb8999e523b8b9845f1b880bd8f0a)) + ## [8.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.1.0...v8.2.0) (2023-12-18) diff --git a/variables.tf b/variables.tf index 2e80be83..fec2c596 100644 --- a/variables.tf +++ b/variables.tf @@ -33,7 +33,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v8.2.0" # x-release-please-version + default = "v9.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index fbb9ea12..f7ee0669 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.2.0 +9.0.0