diff --git a/CHANGELOG.md b/CHANGELOG.md index 621a0c35..08a9fa94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v10.0.0...v10.1.0) (2024-04-17) + + +### Features + +* add variable to set resources with default values ([682aa85](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/682aa85f84c532920479319cd14d7930b3dbd7c4)) +* upgrade images of OAuth Proxy and curl ([63d0fd4](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/63d0fd43ee05f1626b30de1c8c5b8187fd697d99)) + ## [10.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v9.2.1...v10.0.0) (2024-04-12) diff --git a/variables.tf b/variables.tf index f869b543..7001ec14 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 = "v10.0.0" # x-release-please-version + default = "v10.1.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index a13e7b9c..4149c39e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -10.0.0 +10.1.0