Skip to content

v20.0.0

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 20 Nov 04:23
· 990 commits to master since this release

Breaking changes

  • nginx auth configuration for alertmanager, grafana and prometheus has been converted to an array to allow configuring multiple users. Use

    • nginx.alertmanager.auth_users instead of nginx.alertmanager.auth_username and nginx.alertmanager.auth_password
    • nginx.grafana.auth_users instead of nginx.grafana.auth_username and nginx.grafana.auth_password
    • nginx.prometheus.auth_users instead of nginx.prometheus.auth_username and nginx.prometheus.auth_password

    An example configuration is:

    properties:
      nginx:
        alertmanager:
          auth_users:
            - name: admin
              password: ((alertmanager_password))
        grafana:
          auth_users:
            - name: admin
              password: ((grafana_password))
        prometheus:
          auth_users:
            - name: admin
              password: ((prometheus_password))
    
  • statsd_exporter mapping configuration requires now a YAML format. You must convert your mappings configuration to the new format when you upgrade. Please refer to the statsd_exporter release notes.

Updates

Deployment

releases:
- name: prometheus
  version: 20.0.0
  url: https://github.com/cloudfoundry-community/prometheus-boshrelease/releases/download/v20.0.0/prometheus-20.0.0.tgz
  sha1: ed8f42ab7dddc4b660a0f884748a80c2dfc470c7