chore(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.78.0 (main) #421
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.71.2
->v0.78.0
Release Notes
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
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. #6282Configuration
📅 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.