From a6845163d7e178ce9507ed508039b2bc97eae554 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:22:06 +0100 Subject: [PATCH] chore: release 13.0.1 (#136) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7a8b6..b07f157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [13.0.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v13.0.0...v13.0.1) (2024-10-31) + + +### Bug Fixes + +* **aks:** add merge() to avoid null value that breaks values generation ([2aaf510](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/2aaf5108456e9540aac99b6fc70a398136c14818)) +* change registry of cURL image to avoid rate limits and update it ([6c7e60b](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/6c7e60b45a23eba370a33796421618c0143d5835)) + ## [13.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v12.0.0...v13.0.0) (2024-10-09) diff --git a/variables.tf b/variables.tf index ac3184b..8eb80fc 100644 --- a/variables.tf +++ b/variables.tf @@ -40,7 +40,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v13.0.0" # x-release-please-version + default = "v13.0.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 02161ca..5cb7d85 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -13.0.0 +13.0.1