Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.64.0 #287
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.63.0
->v0.64.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
prometheus-operator/prometheus-operator
v0.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. #5358Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.