From 69ecbcf708c88130d500a22edb100b957908ea5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:20:08 +0100 Subject: [PATCH] chore(main): release 1.0.0-alpha.5 (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45300c84..325885bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.5](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2023-01-30) + + +### Bug Fixes + +* remove circular dependency between app and secret ([#32](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/32)) ([cb9f2d3](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/cb9f2d36a0696702a1190d98c997a92f28c15981)) + ## [1.0.0-alpha.4](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2023-01-30) diff --git a/variables.tf b/variables.tf index b91c8e2f..c92700ba 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-alpha.4" # x-release-please-version + default = "v1.0.0-alpha.5" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index eead28a4..7172e374 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-alpha.4 +1.0.0-alpha.5