Skip to content

Releases: camptocamp/devops-stack-module-kube-prometheus-stack

v9.2.0

23 Feb 13:02
a3f9189
Compare
Choose a tag to compare

9.2.0 (2024-02-23)

Features

  • add a subdomain variable (6cd9bfe)

Bug Fixes

  • make subdomain variable non-nullable (4af82f4)
  • remove annotation for the redirection middleware (5f8d07f)

v9.1.0

09 Feb 15:26
4f3db25
Compare
Choose a tag to compare

9.1.0 (2024-02-09)

Features

  • enable the export of Thanos sidecar metrics (#111) (b31dd5c)

v9.0.0

19 Jan 13:41
b5931d7
Compare
Choose a tag to compare

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

18 Dec 13:08
83cfc66
Compare
Choose a tag to compare

8.2.0 (2023-12-18)

Features

  • grafana: create a variable to set a dataproxy time (#105) (ee366c7)

v8.1.0

15 Dec 12:51
7a846de
Compare
Choose a tag to compare

8.1.0 (2023-12-15)

Features

v8.0.2

06 Dec 10:41
f36c405
Compare
Choose a tag to compare

8.0.2 (2023-12-06)

Bug Fixes

v8.0.1

06 Dec 09:52
ccb2852
Compare
Choose a tag to compare

8.0.1 (2023-12-06)

Bug Fixes

  • Grafana: increase timeout for long queries (#100) (3cdd3a8)

v8.0.0

03 Nov 11:07
f99516d
Compare
Choose a tag to compare

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

  • chart: major update of dependencies on kube-prometheus-stack chart (#92) (79ad8de)

Bug Fixes

v7.1.0

19 Oct 15:10
65b1c80
Compare
Choose a tag to compare

7.1.0 (2023-10-19)

Features

  • add standard variables and variable to add labels to Argo CD app (291051d)
  • add variables to set AppProject and destination cluster (5a9370b)
  • update OAuth2-Proxy and curl images (5a16bc5)

v7.0.0

08 Sep 11:20
034c229
Compare
Choose a tag to compare

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".

Features

  • chart: major update of dependencies on kube-prometheus-stack chart (#89) (4f6fbf4)