Releases: giantswarm/prometheus-meta-operator
Releases · giantswarm/prometheus-meta-operator
v4.77.1
Fixed
- Reverse ingress removal condition to remove the ingress when mimir is enabled.
v4.77.0
Removed
- Remove AlertManager link in opsgenie and slack templating when mimir is enabled.
Changed
- Remove unused scrape_timeout inhibition.
- Some improvements towards Mimir:
- Internal rework to remove the use generic resource to ease out the migration to Mimir.
- Update generic resource so we can delete resources when mimir is enabled.
- Remove legacy prometheus resources when Mimir is enabled.
- Remove alertmanager ingress when Mimir is enabled.
- Ignore the prometheus-to-grafana-cloud prometheus in the remove write controller.
- Change Alert link to point to Mimir alerting UI when Mimir is enabled.
- Rename Prometheus link to Source
v4.76.0
Changed
- Delete per cluster heartbeats when Mimir is enabled.
- Delete per cluster heartbeat alertmanager wiring when Mimir is enabled.
v4.75.1
Changed
- Remove prometheus remote write agent configuration when mimir is enabled.
- Remove unnecessary prometheus control-plane affinity.
v4.75.0
Added
- Add
cluster_control_plane_unhealthy
inhibition. - Allow Prometheus Agent Sharding strategy to be overridden per cluster.
Removed
- Removed
apiserver_down
inhibition.
Fixed
- Use
kubernetes.io/tls
type for TLS secrets.
v4.74.0
Changed
- Expose prometheus agent sharding strategies as prometheus-meta-operator configuration parameters so we can experiment with the scaling strategies.
v4.73.1
Fixed
- Ensure proxy url is set when needed within slack_configs
v4.73.0
Changed
- To ensure that customers can define their own AlertmanagerConfig CRs, we need to remove the default alertmanager matcher injection (cf. upstream prometheus-operator/prometheus-operator#4033)
Added
- Add
SlackApiToken
configuration directive.
v4.72.0
Changed
- This PR adds a receiver and a route for the mimir heartbeat. We need to add them here until we use mimir's alertmanager.
v4.71.0
Added
- Add team
honeybadger
slack router and receiver.
Removed
- Remove the
azure
provider.