diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e571685..2f8c9b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [8.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v7.1.0...v8.0.0) (2023-11-03) + + +### ⚠ BREAKING CHANGES + +* remove the Helm diff ([#94](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/94)) +* **chart:** major update of dependencies on kube-prometheus-stack chart ([#92](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/92)): + + - The v52.x of the chart changes multiple values on the Thanos settings of this chart. Note the following from their upgrade recommendations to see if you are affected: + + > This [upgrade] includes the ability to select between using existing secrets or create new secret objects for various thanos config. The defaults have not changed but if you were setting: + > + > `thanosRuler.thanosRulerSpec.alertmanagersConfig` or + > `thanosRuler.thanosRulerSpec.objectStorageConfig` or + > `thanosRuler.thanosRulerSpec.queryConfig` or + > `prometheus.prometheusSpec.thanos.objectStorageConfig` + > + > you will have to need to set existingSecret or secret based on your requirement + > + +### Features + +* **chart:** major update of dependencies on kube-prometheus-stack chart ([#92](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/92)) ([79ad8de](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/79ad8de9df8e29868f71ebfc323eb2736d1c7992)) + + +### Bug Fixes + +* remove the Helm diff ([#94](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/94)) ([65fb62b](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/65fb62bd3e9ea63ed6ce37964135312d8e04e75c)) + ## [7.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v7.0.0...v7.1.0) (2023-10-19) diff --git a/README.adoc b/README.adoc index dd9a3f7f..bbfac8c6 100644 --- a/README.adoc +++ b/README.adoc @@ -40,14 +40,14 @@ The following providers are used by this module: - [[provider_random]] <> (>= 3) -- [[provider_null]] <> (>= 3) - -- [[provider_argocd]] <> (>= 5) - - [[provider_kubernetes]] <> (>= 2) - [[provider_utils]] <> (>= 1) +- [[provider_argocd]] <> (>= 5) + +- [[provider_null]] <> (>= 3) + === Resources The following resources are used by this module: @@ -120,7 +120,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.1.0"` +Default: `"v8.0.0"` ==== [[input_cluster_issuer]] <> @@ -264,11 +264,11 @@ Description: The admin password for Grafana. [cols="a,a",options="header,autowidth"] |=== |Name |Version +|[[provider_random]] <> |>= 3 |[[provider_null]] <> |>= 3 +|[[provider_argocd]] <> |>= 5 |[[provider_kubernetes]] <> |>= 2 -|[[provider_random]] <> |>= 3 |[[provider_utils]] <> |>= 1 -|[[provider_argocd]] <> |>= 5 |=== = Resources @@ -331,7 +331,7 @@ Description: The admin password for Grafana. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.1.0"` +|`"v8.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 64fe933f..01e318a8 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -113,7 +113,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.1.0"` +Default: `"v8.0.0"` ==== [[input_cluster_issuer]] <> @@ -334,7 +334,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.1.0"` +|`"v8.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 0417b839..7c65e404 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -97,7 +97,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.1.0"` +Default: `"v8.0.0"` ==== [[input_cluster_issuer]] <> @@ -298,7 +298,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.1.0"` +|`"v8.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index f922c1c0..f2ff6478 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -99,7 +99,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.1.0"` +Default: `"v8.0.0"` ==== [[input_cluster_issuer]] <> @@ -302,7 +302,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.1.0"` +|`"v8.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 1c7821e6..3224a1f7 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -240,7 +240,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.1.0"` +Default: `"v8.0.0"` ==== [[input_cluster_issuer]] <> @@ -448,7 +448,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.1.0"` +|`"v8.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/variables.tf b/variables.tf index 22eb7b2c..30592ad0 100644 --- a/variables.tf +++ b/variables.tf @@ -39,7 +39,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v7.1.0" # x-release-please-version + default = "v8.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index a3fcc712..ae9a76b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.1.0 +8.0.0