-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.75.2 #480
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: renovate[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
c012a92
to
b37e7d9
Compare
b37e7d9
to
4c7d6f0
Compare
4c7d6f0
to
7aff6bc
Compare
7aff6bc
to
4768808
Compare
4768808
to
c56ce56
Compare
🤖 To deploy this PR, run the following command:
|
c56ce56
to
bbcf4dc
Compare
🤖 To deploy this PR, run the following command:
|
bbcf4dc
to
8302c19
Compare
7af8fd7
to
141ce34
Compare
141ce34
to
1720096
Compare
1720096
to
4de62a4
Compare
ca2be77
to
bb0d8e6
Compare
d156998
to
17aa344
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
🤖 To deploy this PR, run the following command:
|
/retest-required Unrelated errors |
cf78bd8
to
5850485
Compare
🤖 To deploy this PR, run the following command:
|
5850485
to
14ad86e
Compare
🤖 To deploy this PR, run the following command:
|
14ad86e
to
2185517
Compare
🤖 To deploy this PR, run the following command:
|
2185517
to
f567929
Compare
…client to v0.75.2
The function for `SafeTLSConfig` changed to accept a pointer to a string instead of a string. Update our usage so that the dependency bump doesn't fail.
f567929
to
6bf72ae
Compare
@renovate[bot]: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
🤖 To deploy this PR, run the following command:
|
This PR contains the following updates:
v0.68.0
->v0.75.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/client)
v0.75.2
Compare 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. #6008Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.