From 4e371e44ef4692577069da8e1a5409c731bb6213 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:28:56 +0000 Subject: [PATCH] chore: release 5.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 928c2bc4..fb4552fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v4.0.1...v5.0.0) (2023-07-11) + + +### ⚠ BREAKING CHANGES + +* add support to oboukili/argocd v5 ([#74](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/74)) + +### Features + +* add support to oboukili/argocd v5 ([#74](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/74)) ([1c0660f](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/1c0660f17b29f82158e077d1fe206278325cabde)) + ## [4.0.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v4.0.0...v4.0.1) (2023-07-04) diff --git a/variables.tf b/variables.tf index b9c9d8f6..8143dd21 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v4.0.1" # x-release-please-version + default = "v5.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 1454f6ed..0062ac97 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.1 +5.0.0