diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe3b4f6..3bddfa03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.3.0...v7.0.0) (2023-09-08) + + +### ⚠ BREAKING CHANGES + +* **chart:** major update of dependencies on kube-prometheus-stack chart ([#89](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/89)) - an update in-place should work without any issues; this is a breaking change only because the underlying chart had a major bump because the minimum kubeVersion was bumped to ">=1.19.0-0". + +### Features + +* **chart:** major update of dependencies on kube-prometheus-stack chart ([#89](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/89)) ([4f6fbf4](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/4f6fbf4ee3e8bcdcf12a12074aad1d19d0480585)) + ## [6.3.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.2.0...v6.3.0) (2023-08-28) diff --git a/README.adoc b/README.adoc index c9efd534..c8d03a13 100644 --- a/README.adoc +++ b/README.adoc @@ -38,6 +38,10 @@ 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) @@ -46,10 +50,6 @@ The following providers are used by this module: - [[provider_helm]] <> -- [[provider_argocd]] <> (>= 5) - -- [[provider_null]] <> (>= 3) - === 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: `"v6.1.1"` +Default: `"v7.0.0"` ==== [[input_cluster_issuer]] <> @@ -253,12 +253,12 @@ Description: The admin password for Grafana. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_null]] <> |>= 3 -|[[provider_kubernetes]] <> |>= 2 |[[provider_random]] <> |>= 3 +|[[provider_kubernetes]] <> |>= 2 |[[provider_utils]] <> |>= 1 |[[provider_helm]] <> |n/a |[[provider_argocd]] <> |>= 5 +|[[provider_null]] <> |>= 3 |=== = Resources @@ -305,7 +305,7 @@ Description: The admin password for Grafana. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.1"` +|`"v7.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index e833ab9e..6477e20e 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: `"v6.1.1"` +Default: `"v7.0.0"` ==== [[input_cluster_issuer]] <> @@ -301,7 +301,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.1"` +|`"v7.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index d9185dab..4c7747ae 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: `"v6.1.1"` +Default: `"v7.0.0"` ==== [[input_cluster_issuer]] <> @@ -265,7 +265,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.1"` +|`"v7.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 5b7ae912..2ce36aaa 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: `"v6.1.1"` +Default: `"v7.0.0"` ==== [[input_cluster_issuer]] <> @@ -269,7 +269,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.1"` +|`"v7.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 6edd56b9..62e264a1 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: `"v6.1.1"` +Default: `"v7.0.0"` ==== [[input_cluster_issuer]] <> @@ -415,7 +415,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.1"` +|`"v7.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/variables.tf b/variables.tf index 700f50a5..83e7146c 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 = "v6.3.0" # x-release-please-version + default = "v7.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 798e3899..66ce77b7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.3.0 +7.0.0