Skip to content

v8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 11:07
f99516d

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