Releases: camptocamp/devops-stack-module-kube-prometheus-stack
Releases · camptocamp/devops-stack-module-kube-prometheus-stack
v9.2.0
v9.1.0
v9.0.0
9.0.0 (2024-01-19)
⚠ BREAKING CHANGES
- hardcode the release name to remove the destination cluster
- remove the ArgoCD namespace variable
- remove the namespace variable
Bug Fixes
- add dependency on the namespace so it not created before Argo CD (9e9648c)
- disable SSL verification unless for prod issuer and change default issuer (bd66f82)
- hardcode the release name to remove the destination cluster (a113f9c)
- remove the ArgoCD namespace variable (d22e46b)
- remove the namespace variable (0e7d1f7)
v8.2.0
v8.1.0
v8.0.2
v8.0.1
v8.0.0
8.0.0 (2023-11-03)
⚠ BREAKING CHANGES
-
remove the Helm diff (#94)
-
chart: major update of dependencies on kube-prometheus-stack chart (#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
Bug Fixes
v7.1.0
v7.0.0
7.0.0 (2023-09-08)
⚠ BREAKING CHANGES
- chart: major update of dependencies on kube-prometheus-stack chart (#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".