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