-
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
fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.67.1 #343
Conversation
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. |
This needs PR #337 to go in first |
e12436f
to
45c0fc1
Compare
45c0fc1
to
3fb296f
Compare
3fb296f
to
af7ee03
Compare
af7ee03
to
5f01c1f
Compare
5f01c1f
to
4c2a7bd
Compare
4c2a7bd
to
9fd9d82
Compare
This update needed a slight change to use the new version [0]. We can no longer pass in a string for prometheus rule duration, we need to pass in a pointer to the actual Duration type. I updated the dependency bump to fix this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
9fd9d82
to
1f2bba7
Compare
1f2bba7
to
b05ef72
Compare
…erator/pkg/apis/monitoring to v0.67.1
b05ef72
to
88d907e
Compare
/test e2e-aws-serial Issues with the CI image registries. |
1 similar comment
/test e2e-aws-serial Issues with the CI image registries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: renovate[bot], rhmdnd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR contains the following updates:
v0.64.1
->v0.67.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.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.
Configuration
📅 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.