Skip to content

Releases: prometheus-operator/prometheus-operator

0.74.0 / 2024-05-17

17 May 15:34
v0.74.0
cd506c4
Compare
Choose a tag to compare
  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573

0.73.2 / 2024-04-18

19 Apr 16:37
v0.73.2
20beb0b
Compare
Choose a tag to compare
  • [BUGFIX] Fix ScrapeClassTLSConfig nil pointer exception. #6526
  • [BUGFIX] Fix missing prometheus_operator_kubernetes_client_http_requests_total metric. #6525

0.73.1 / 2024-04-10

11 Apr 14:53
v0.73.1
6d917ce
Compare
Choose a tag to compare
  • [BUGFIX] To minimize excessive logging, log the deprecated bearer token fields at the debug level. #6495

0.73.0 / 2024-04-03

04 Apr 09:07
v0.73.0
d70313b
Compare
Choose a tag to compare
  • [CHANGE/BUGFIX] Add proxyURL validation for ServiceMonitor, PodMonitor and Probe objects. It could be a breaking change for those who rely on the configuration reloader sidecar to expand environment variables in the generated configuration file. #6464
  • [CHANGE/BUGFIX] Allow empty separator in relabel config. #6425
  • [FEATURE] Add summary field to the MSteams receiver. #6206
  • [FEATURE] Add support for Kuma SD in ScrapeConfig CRD. #6427,#6465
  • [FEATURE] Add support for Eureka SD in ScrapeConfig CRD. #6408
  • [FEATURE] Add support for Docker SD in ScrapeConfig CRD. #6421
  • [FEATURE] Add support for Hetzner SD in ScrapeConfig CRD. #6436
  • [FEATURE] Add the --kubelet-node-address-priority CLI argument to set the node address priority. #6377
  • [FEATURE] Add relabelings field to scrape classes. #6379
  • [FEATURE] Add bodySizeLimit field to the ServiceMonitor and PodMonitor CRDs. #6349
  • [FEATURE] Add sampleAgeLimit field to the remote-write configuration. #6326
  • [ENHANCEMENT] Verify which CRDs are installed and start the respective controllers only when needed. #6351
  • [ENHANCEMENT] Add checks for selectors in KubernetesSDConfig. #6359
  • [BUGFIX] Fix ScrapeConfigs selection issue across different namespaces. #6390
  • [BUGFIX] Add check to determine if Thanos supports the --prometheus.http-client flag. #6448
  • [BUGFIX] Fix PrometheusAgent reconciliation when the secret/configmap's namespace is different from the PrometheusAgent namespace. #6412
  • [BUGFIX] Fix the validation for muteTimeIntervals's months in the AlertmanagerConfig CRD. #6362

0.72.0 / 2024-03-04

04 Mar 17:43
95e0561
Compare
Choose a tag to compare

In this release, we want to highlight the addition of ScrapeClasses.

ScrapeClasses is an experimental feature that allows declaring multiple scrape configurations in the Prometheus/PrometheusAgent objects that can be consumed by selected scrape-related resources, like ScrapeConfig, ServiceMonitor, PodMonitor and Probes. Initial support only allows the declaration of TLS configuration, but we plan to extend ScrapeClasses with more options in the future, e.g. Authorization, relabelings and scrape protocols.

  • [FEATURE] Add ScrapeClasses to Prometheus, PrometheusAgent, ScrapeConfig, ServiceMonitor, PodMonitor and Probe CRDs. #6199
  • [FEATURE] Add the enableCompression field to the ScrapeConfig CRD. #6236
  • [FEATURE] Add DigitalOcean service discovery to the ScrapeConfig CRD. #6220
  • [FEATURE] Add support for scrapeProtocols to the ScrapeConfig, ServiceMonitor and PodMonitor CRDs. #6235 #6268
  • [FEATURE] Add support for NS records to the DNS service discovery in the ScrapeConfig CRD. #6235
  • [FEATURE] Add support for keepFiringFor in the ThanosRuler CRD. #6283
  • [ENHANCEMENT] Enable usage of sharding with ScrapeConfig. #6135
  • [BUGFIX] Correctly mount file subpaths in ThanosRuler CRD. #6243
  • [BUGFIX] Fix conversion of the continue field in AlertmanagerConfig between v1alpha1 and v1beta1 versions. #6282
  • [BUGFIX] Fix failure of metadata informers when processing deleted objects. #6298

0.71.2 / 2024-01-25

25 Jan 16:21
v0.71.2
af20144
Compare
Choose a tag to compare
  • [BUGFIX] Fix Azure SD service discovery when using ManagedIdentity. #6259

v0.71.1 / 2024-01-22

24 Jan 09:12
v0.71.1
86a2557
Compare
Choose a tag to compare
  • [BUGFIX] Pass all the ThanosRuler .spec.volumes fields down to the pods. #6249

0.71.0 / 2024-01-12

12 Jan 09:58
v0.71.0
9c26b6a
Compare
Choose a tag to compare
  • [CHANGE] Configure the configuration reloader sidecar with the same web configuration as Prometheus and Alertmanager. #6194
  • [FEATURE] Implement the Scale subresource for the Prometheus and PrometheusAgent CRDs. #5962
  • [FEATURE] Add support for OpenStack Service Discovery to the ScrapeConfig CRD. #6168
  • [FEATURE] Add support for all settings of the Kubernetes Service Discovery to the ScrapeConfig CRD. #6178
  • [FEATURE] Add support for proxy settings to the ScrapeConfig CRD. #6001
  • [FEATURE] Add the enableHTTP2 field to remote-write configuration. #6192
  • [FEATURE] Add .spec.maximumStartupDurationSeconds to the Prometheus and PrometheusAgent CRDs. #6137
  • [FEATURE] Emit Kubernetes events when detecting invalid configurations. #6179
  • [ENHANCEMENT] Add additionalLabels field to topology spread constraints for Prometheus and PrometheusAgent CRD. #5967
  • [ENHANCEMENT] Add .spec.clusterLabel to the Alertmanager CRD. #6162
  • [ENHANCEMENT] Add prometheus_operator_status_update_errors_total and prometheus_operator_status_update_operations_total metrics. #6185

0.70.0 / 2023-11-30

30 Nov 15:41
Compare
Choose a tag to compare
  • [CHANGE] Use camelCase on scrapeConfig in prometheus job names. #6124
  • [CHANGE] Update field names for ConsulSD configs. #6094
  • [FEATURE] Add trackTimestampsStaleness field to ServiceMonitor, PodMonitor and ScrapeConfig CRDs. #6105
  • [FEATURE] Add persistentVolumeClaimRetentionPolicy field to the Prometheus and PrometheusAgent CRDs. #6038
  • [FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to KubernetesSDConfigs in ScrapeConfig CRD. #6089
  • [FEATURE] Add support for Azure SD and GCE SD in ScrapeConfig CRD. #6078 #6009
  • [FEATURE] Add azure AD oauth support to remote write. #6037
  • [FEATURE] Add .spec.reloadStrategy to the Prometheus and PrometheusAgent CRDs. The value can be HTTP (default if not specified) or ProcessSignal. #5690
  • [ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. #6075
  • [ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. #5993
  • [ENHANCEMENT] Config reloader now sends all logs to os.Stdout. #6085
  • [BUGFIX] Remove verbose logging in admission-webhook pods. #6095
  • [BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. #6098
  • [BUGFIX] Skip adding shard relabel rules if they were already set in additionalScrapeConfigs. #6099
  • [BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. #6109

0.69.1 / 2023-11-09

09 Nov 16:18
v0.69.1
941b9e9
Compare
Choose a tag to compare

This release is built using Go 1.21.4 which addresses CVE-2023-45283 and CVE-2023-45284.

  • [BUGFIX] Rename test files to resolve Go import failures of github.com/prometheus-operator/prometheus-operator. #6070