diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4552fd..f3c916f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v5.0.0...v6.0.0) (2023-07-19) + + +### ⚠ BREAKING CHANGES + +* upgrade kube-prometheus-chart to v48.1.1 - _as usual, the chart developers [recommend upgrading the CRDs manually](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#from-47x-to-48x) although on our case Argo CD should take care of the task_. + +### Features + +* upgrade kube-prometheus-chart to v48.1.1 ([8495fc7](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/8495fc7a2751917330e5079d094d32a59d6d7aea)) + + +### Bug Fixes + +* add replace annotation to force the upgrade of all CRDs on sync ([fe0a6bc](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/fe0a6bc823d7e0c8a9a729a07e955e0635aa6fe0)) + ## [5.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v4.0.1...v5.0.0) (2023-07-11) diff --git a/README.adoc b/README.adoc index 8aa3455a..f925eb63 100644 --- a/README.adoc +++ b/README.adoc @@ -38,10 +38,6 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_null]] <> (>= 3) - -- [[provider_argocd]] <> (>= 5) - - [[provider_kubernetes]] <> (>= 2) - [[provider_random]] <> (>= 3) @@ -50,6 +46,10 @@ The following providers are used by this module: - [[provider_helm]] <> +- [[provider_null]] <> (>= 3) + +- [[provider_argocd]] <> (>= 5) + === Resources The following resources are used by this module: @@ -100,7 +100,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -244,12 +244,12 @@ Description: The admin password for Grafana. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_null]] <> |>= 3 +|[[provider_random]] <> |>= 3 |[[provider_argocd]] <> |>= 5 |[[provider_kubernetes]] <> |>= 2 -|[[provider_random]] <> |>= 3 |[[provider_utils]] <> |>= 1 |[[provider_helm]] <> |n/a +|[[provider_null]] <> |>= 3 |=== = Resources @@ -296,7 +296,7 @@ Description: The admin password for Grafana. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index baeb3a1f..13fef21b 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -89,7 +89,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -292,7 +292,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index a30579e9..191fe0cb 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -73,7 +73,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -256,7 +256,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 3b4bfda2..ba1275c1 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -75,7 +75,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -260,7 +260,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 7cb6ab86..767253bb 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -216,7 +216,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -406,7 +406,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/variables.tf b/variables.tf index 8143dd21..7ea00968 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v5.0.0" # x-release-please-version + default = "v6.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 0062ac97..09b254e9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.0.0 +6.0.0