Update dependency prometheus-operator/prometheus-operator to v0.78.0 #679
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.44.1
->v0.78.0
Release Notes
prometheus-operator/prometheus-operator (prometheus-operator/prometheus-operator)
v0.78.0
: 0.78.0 / 2024-10-30Compare Source
dnsConfig
anddnsPolicy
fields toAlertmanager
,Prometheus
,PrometheusAgent
andThanosRuler
CRDs. #3889ruleQueryOffset
field toPrometheus
CRD andquery_offset
field toPrometheusRule
CRD. #6957Prometheus
andPrometheusAgent
CRDs. #7033goGC
field toPrometheus
andPrometheusAgent
CRDs. #6667ScrapeConfig
CRD. #6892promoteResourceAttributes
field. #7017v0.77.2
: 0.77.2 / 2024-10-21Compare Source
v0.77.1
: 0.77.1 / 2024-09-25Compare Source
v0.77.0
: 0.77.0 / 2024-09-19Compare Source
ScrapeConfig
CRD. #6921 #6855 #6744PrometheusRule
objects that would generate configuration greater than the max ConfigMap size (512KiB). #6606v3.0.0-beta.0
. #6940PodMonitor
to thePrometheusAgent
CRD in DaemonSet mode. #6879-kubelet-endpointslice
argument to supportEndpointSlice
for the kubelet controller. #6882outOfOrderTimeWindow
field to thePrometheusAgent
CRD. #6851matchFirstNetwork
field to theScrapeConfig
CRD for the Docker Service Discovery. #6849 #6894otlp
field to thePrometheus
andPrometheusAgent
CRDs. #6780noProxy
,proxyFromEnvironment
andproxyConnectHeader
fields to the AlertmanagerConfig CRD for OAuth2 clients. #6922noProxy
,proxyFromEnvironment
andproxyConnectHeader
fields to the AlertmanagerConfig CRD for HTTP clients. #6864ScrapeConfig
CRD. (#6732)AlertmanagerConfig
object used for global configuration. #6931v0.76.2
Compare Source
v0.76.1
Compare Source
v0.76.0
Compare Source
0.76.0 / 2025-08-08
serviceDiscoveryRole
field to the Prometheus and PrometheusAgent CRDs to select between Endpoints (default) and EndpointSlice for discovering scrape and alerting targets. #6672namespace
field optional in the Alertmanager endpoints configuration of the Prometheus CRD, if not defined it will use thedefault
namespace. #6338-secret-label-selector
argument to the operator to filter the Secrets being watched. #6731attachMetadata
field to ScrapeClasses. #6756v0.75.2
: 0.75.2 / 2024-07-23Compare Source
v0.75.1
: 0.75.1 / 2024-07-02Compare Source
v0.75.0
: 0.75.0 / 2024-06-26Compare Source
8081
) for the init container. #6635source
field inpagerdutyConfigs
inAlertManangerConfig
CRD. #6427DockerSwarm
Service Discovery support in the ScrapeConfig CRD. #6633Linode
Service Discovery support in the ScrapeConfig CRD. #6586PuppetDB
Service Discovery support in the ScrapeConfig CRD. #6651LightSail
Service Discovery support in the ScrapeConfig CRD. #6660OVHCloud
Service Discovery support in the ScrapeConfig CRD. #6689jobName
field to ScrapeConfig CRD. #6618-auto-gomemlimit-ratio
. #6591GOMAXPROCS
to admission webhook. #6599prometheus_operator_feature_gate_info
metric. #6655Alertmanager
when notification templates change. #6607v0.74.0
: 0.74.0 / 2024-05-17Compare Source
proxyConnectHeader
field of the proxy configuration in theScrapeConfig
CRD from a map of strings to a map of string slices. #6541ScrapeConfig
CRD. #6485relabelings
field for Alertmanager's endpoints in thePrometheus
CRD. #6467alertRelabelings
field for the Alertmanager's endpoints in thePrometheus
CRD. #6450ScrapeConfig
CRD. #6595Prometheus
andPrometheusAgent
CRDs. #6596go_sync_mutex_wait_total_seconds_total
metric to the operator. #6581type
in OpsGenie configuration. #6378AlertmanagerConfig
Webex receiver. #6582PodMonitor
,Probe
andScrapeConfig
objects. #6573v0.73.2
: 0.73.2 / 2024-04-18Compare Source
prometheus_operator_kubernetes_client_http_requests_total
metric. #6525v0.73.1
: 0.73.1 / 2024-04-10Compare Source
v0.73.0
: 0.73.0 / 2024-04-03Compare Source
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. #6464summary
field to the MSteams receiver. #6206ScrapeConfig
CRD. #6427,#6465ScrapeConfig
CRD. #6408ScrapeConfig
CRD. #6421ScrapeConfig
CRD. #6436--kubelet-node-address-priority
CLI argument to set the node address priority. #6377relabelings
field to scrape classes. #6379bodySizeLimit
field to the ServiceMonitor and PodMonitor CRDs. #6349sampleAgeLimit
field to the remote-write configuration. #6326KubernetesSDConfig
. #6359--prometheus.http-client
flag. #6448muteTimeIntervals
's months in the AlertmanagerConfig CRD. #6362v0.72.0
: 0.72.0 / 2024-03-04Compare Source
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.
ScrapeClasses
to Prometheus, PrometheusAgent, ScrapeConfig, ServiceMonitor, PodMonitor and Probe CRDs. #6199enableCompression
field to the ScrapeConfig CRD. #6236scrapeProtocols
to the ScrapeConfig, ServiceMonitor and PodMonitor CRDs. #6235 #6268keepFiringFor
in the ThanosRuler CRD. #6283continue
field in AlertmanagerConfig between v1alpha1 and v1beta1 versions. #6282v0.71.2
: 0.71.2 / 2024-01-25Compare Source
ManagedIdentity
. #6259v0.71.1
: / 2024-01-22Compare Source
.spec.volumes
fields down to the pods. #6249v0.71.0
: 0.71.0 / 2024-01-12Compare Source
enableHTTP2
field to remote-write configuration. #6192.spec.maximumStartupDurationSeconds
to the Prometheus and PrometheusAgent CRDs. #6137additionalLabels
field to topology spread constraints for Prometheus and PrometheusAgent CRD. #5967.spec.clusterLabel
to the Alertmanager CRD. #6162prometheus_operator_status_update_errors_total
andprometheus_operator_status_update_operations_total
metrics. #6185v0.70.0
: 0.70.0 / 2023-11-30Compare Source
trackTimestampsStaleness
field toServiceMonitor
,PodMonitor
andScrapeConfig
CRDs. #6105persistentVolumeClaimRetentionPolicy
field to thePrometheus
andPrometheusAgent
CRDs. #6038KubernetesSDConfigs
inScrapeConfig
CRD. #6089ScrapeConfig
CRD. #6078 #6009.spec.reloadStrategy
to the Prometheus and PrometheusAgent CRDs. The value can beHTTP
(default if not specified) orProcessSignal
. #5690os.Stdout
. #6085additionalScrapeConfigs
. #6099v0.69.1
: 0.69.1 / 2023-11-09Compare Source
This release is built using Go 1.21.4 which addresses CVE-2023-45283 and CVE-2023-45284.
v0.69.0
: 0.69.0 / 2023-11-03Compare Source
optional
value to be mandatory instead of optional for.spec.additionalScrapeConfigs
configs. #5985prometheus_operator_rule_validation_triggered_total
,prometheus_operator_rule_validation_errors_total
,prometheus_operator_alertmanager_config_validation_triggered_total
andprometheus_operator_alertmanager_config_validation_errors_total
metrics which have been deprecated since v0.55.0. The same information is available from theapiserver_admission_webhook_rejection_count
metric available since Kubernetes v1.16.0. #6024sigv4
field to the Alertmanager endpoints for the Prometheus CRD. #6036userKeyFile
andtokenFile
fields for Pushover to the AlertmanagerConfig CRD. #5886--as
to the operator's CLI arguments for user impersonation. #5906selectors
field for the Kubernetes service discovery to the ScrapeConfig CRD. #6053url_file
for Webhook receiver in the Alertmanager configuration. #5876user_key_file
andtoken_file
for Pushover receiver in the Alertmanager configuration. #5876operator.prometheus.io/version
annotation to the CRD manifests. #6050.spec.scrapeConfigSelector
is defined. #5941stripped-down-crds.yaml
manifest file. #6008v0.68.0
: 0.68.0 / 2023-09-08Compare Source
keep_dropped_targets
to Prometheus, PrometheusAgent, ServiceMonitor, PodMonitor, Probe and ScrapeConfig CRDs. #5897revisionHistoryLimit
. #5773v0.67.1
: 0.67.1 / 2023-08-03Compare Source
[BUGFIX] Avoid skipping AlertmanagerConfig resources for Alertmanager versions prior v0.25.0. #5788
v0.67.0
: 0.67.0 / 2023-07-27Compare Source
spec.scheme
field to the ScrapeConfig CRD. #5679spec.params
field to the ScrapeConfig CRD. #5750spec.scrapeInterval
andspec.scrapeTimeout
fields to the ScrapeConfig CRD. #5742spec.excludedFromEnforcement
(Prometheus CRD). #5577spec.alertmanagerConfiguration.smtp
field to the Alertmanager CRD. #5649v0.66.0
: 0.66.0 / 2023-06-14Compare Source
After research, we noticed how the default CPU requests of the config-reloader container were too high compared to the effective usage. We decided to decrease the default CPU requests from
100m
to10m
. For most environments, this won't make a difference but if you need to increase the values, you can use the-config-reloader-cpu-request
and-config-reloader-cpu-limit
CLI arguments of the Prometheus operator.100m
to10m
. #5539spec.alertmanagerConfiguration.global.PagerdutyURL
to theAlertmanager
CRD. #5469spec.volumeMounts
to theThanosRuler
CRD. #5541spec.remoteWrite.sendNativeHistograms
toPrometheus
andPrometheusAgent
CRDs. #5564spec.tracingConfig
toPrometheus
andPrometheusAgent
CRDs. #5591 #5640followRedirects
field to theRemoteRead
configuration. #5612spec.automountServiceAccountToken
to theAlertmanager
CRD. #5474keep_firing_for
fields forPrometheusRule
CRD. #5651BasicAuth
andAuthorization
support toScrapeConfig
CRD. #5642-kubelet-selector
CLI argument to filter the Kubernetes nodes by labels. #5641\n
) characters. #5566Prometheus
CRD. #5596PrometheusAgent
CRD. #5625v0.65.2
: 0.65.2 / 2023-05-31Compare Source
v0.65.1
: 0.65.1 / 2023-05-05Compare Source
v0.65.0
: 0.65.0 / 2023-05-04Compare Source
The main change introduced by this release is the new v1alpha1 ScrapeConfig CRD. This implements the proposal documented in https://github.com/prometheus-operator/prometheus-operator/pull/5279 and provides a Kubernetes native API to create and manage additional scrape configurations.
To try it, follow the following steps:
example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
).example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml
).NOTE: if these conditions aren't met, the operator will start but it won't be able to reconcile the ScrapeConfig resources.
v0.64.1
: 0.64.1 / 2023-04-24Compare Source
/metrics
with PrometheusAgent resources declared. #5511v0.64.0
: 0.64.0 / 2023-03-29Compare Source
This release provides first-class support for running Prometheus in agent mode
with the new
PrometheusAgent
CRD. As the v1alpha1 version tells it, we don'trecommend using it in production but we're eager to hear all possible feedback.
To try it, follow the following steps:
example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
).(see
example/rbac/prometheus-operator/prometheus-operator-cluster-role.yaml
).NOTE: if these conditions aren't met, the operator will start but it won't
be able to reconcile the PrometheusAgent resources.
For the first time, the container images associated to this release are signed
using sigstore.
/apis
endpoints from the operator's web server. #5396spec.portName
toweb
. #5350PrometheusAgent
CRD to run Prometheus in agent mode. #5385--reload-timeout
argument to the config-reloader binary which controls how long the program will wait for the reload operation to complete (default: 30s). #5349ReadTimeout
andReadHeaderTimeout
to 30s for Prometheus operator and config-reloader to avoid potential slowloris attacks. #5340DropEqual
andKeepEqual
relabeling actions. #5368PrometheusRule
objects instead of failing the reconciliation of Prometheus and ThanosRuler objects. #5221spec.thanos.blockSize
field to thePrometheus
CRD. #5360spec.thanos.configTimeout
andspec.thanos.configInterval
to the Prometheus CRD. #5399spec.alertmanagerConfiguration.global.slackApiUrl
field to theAlertmanager
CRD. #5383spec.alertmanagerConfiguration.global.opsGenieApiUrl
andspec.alertmanagerConfiguration.global.opsGenieApiKey
fields to theAlertmanager
CRD. #5422init-config-reloader
init container to avoid a restart of the Alertmanager'sconfig-reloader
container when the pod starts. #5358v0.63.0
: 0.63.0 / 2023-02-08Compare Source
0.63.0 / 2023-02-08
tmpfs
to storePrometheus
andAlertmanager
configuration. #5311status
subresource to theAlertmanager
CRD. #5270spec.additionalArgs
to theThanosRuler
CRD. #5293spec.web.maxConnections
to thePrometheus
CRD. #5175ThanosRuler
StatefulSet re-creation bug when labels are specified. #5318v0.62.0
: 0.62.0 / 2023-01-04Compare Source
spec.version
of the Prometheus object as the image's tag if the image name is untagged. #5171spec.podTargetLabels
field to the Prometheus CRD for adding pod target labels to every PodMonitor/ServiceMonitor. #5206spec.version
field to the ThanosRuler CRD. #5177basicAuth
field to the Prometheus CRD for alerting configuration of Prometheus. #5170spec.imagePullPolicy
to Prometheus, Alertmanager and ThanosRuler CRDs. #5203activeTimeIntervals
field to AlertmanagerConfig CRD. #5198time_intervals
andactive_time_intervals
in the Alertmanager configurations. #5135v0.61.1
: 0.61.1 / 2022-11-24Compare Source
v0.61.0
: 0.61.0 / 2022-11-16Compare Source
[
v0.60.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.