1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00

chore: update changelog for v0.80.0 updates

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
Jayapriya Pai 2025-02-04 20:00:32 +05:30
parent 6f920d7efb
commit fead04d65e
No known key found for this signature in database
GPG key ID: 3E100BB6BD29148E

View file

@ -1,11 +1,12 @@
# 0.80.0 / 2025-02-03
* [CHANGE] Add more API validations to the ScrapeConfig CRD. #7231 #7220 #7215 #7238
* [CHANGE] Add more API validations to the ScrapeConfig CRD. #7231 #7220 #7215 #7238 #7244 #7255
* [FEATURE] Add `serviceName` field to the Prometheus and PrometheusAgent CRDs. #6687
* [FEATURE] Add `keepIdentifyingResourceAttributes` field in OTLPConfig for `Prometheus` and `PrometheusAgent` CRDs. #7240
* [FEATURE] Add `fallbackScrapeProtocol` field to ScrapeClass for `Prometheus` and `PrometheusAgent` CRDs. #7288
* [FEATURE] Support `MSTeamsV2Config` receiver in Alertmanager configuration Secret. #7296
* [FEATURE] Support `JiraConfig` and `RocketChat` receivers in Alertmanager configuration secret. #7315
* [FEATURE] Support global `smtp_tls_config` field in Alertmanager configuration secret. #7316
* [FEATURE] Add `timeout` field in Webhook receiver in Alertmanager configuration Secret. #7312
* [FEATURE] Add `content`, `username` and `avatarUrl` fields in Discord receiver in Alertmanager configuration secret. #7313
* [FEATURE] Add `scrapeFailureLogFile` field to the Prometheus and PrometheusAgent CRDs. #7038 #7311