Skip to content

Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.0 #674

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus-operator/prometheus-operator/pkg/client v0.79.2 -> v0.82.0 age adoption passing confidence

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.82.0: 0.82.0 / 2025-04-17

Compare Source

  • [CHANGE] Add more API validations to the ScrapeConfig CRD. #​7413
  • [CHANGE] Remove web console arguments if Prometheus version >= 3. #​7457
  • [FEATURE] Add RemoteWrite support for ThanosRuler CRD. Note that when remote write is configured, Thanos Ruler runs in stateless mode. #​7444
  • [FEATURE] Add msTeamsV2Configs receiver to AlertManagerConfig CRD. #​7464
  • [FEATURE] Add content, username and avatarURL fields to discordConfigs receiver in AlertmanagerConfig CRD. #​7307
  • [FEATURE] Add convertClassicHistogramsToNHCB field to ServiceMonitor, PodMonitor, Probe and ScrapeConfig CRDs. #​7448
  • [FEATURE] Add timeout field to webhookConfigs receiver in AlertManagerConfig CRD. #​7310
  • [FEATURE] Add additionalArgs field to AlertManager CRD. #​7385
  • [ENHANCEMENT] Add maxSamplesPerSend field to RemoteWrite Metadata Config. #​7443
  • [ENHANCEMENT] Add the terminationGracePeriodSeconds to the Alertmanager, Prometheus, PrometheusAgent and ThanosRuler CRDs. #​7439
  • [ENHANCEMENT] Validate proxyURL field in AlertManagerConfig CRD. #​6876
  • [BUGFIX] Fix nameValidationScheme support for Prometheus and PrometheusAgent CRDs. #​7414
  • [BUGFIX] Support socks5 scheme in proxyUrl field for all CRDs. #​7460 #​7466

v0.81.0: 0.81.0 / 2025-03-11

Compare Source

  • [CHANGE] Remove the lower-case hypervisor and instance roles for the OpenStack Service Discovery from the ScrapeConfig CRD (users are required to use Hypervisor and Instance instead). #​7370
  • [FEATURE] Add serviceName field to the ThanosRuler and Alertmanager CRDs. #​7325
  • [FEATURE] Add shardRetentionPolicy field to the Prometheus CRD (it requires the PrometheusShardRetentionPolicy feature gate). #​7274
  • [FEATURE] Add support for the cluster mTLS configuration to the Alertmanager CRD. #​7149
  • [FEATURE] Add LoadBalancer role for the OpenStack Service Discovery to the ScrapeConfig CRD. #​7356
  • [ENHANCEMENT] Add enableServiceLinks field to the Alertmanager, Prometheus, PrometheusAgent and ThanosRuler CRDs. #​7384
  • [BUGFIX] Fix Alertmanager configuration with PushOver duration fields. #​7249

v0.80.1: 0.80.1 / 2025-02-19

Compare Source

  • [BUGFIX] Fix msteamsv2_configs to work with either webhook_url or webhook_url_file. #​7352

v0.80.0: 0.80.0 / 2025-02-04

Compare Source

  • [CHANGE] Add more API validations to the ScrapeConfig CRD. #​7231 #​7220 #​7215 #​7238 #​7244 #​7255
  • [FEATURE] Add serviceName field to the Prometheus and PrometheusAgent CRDs. #​6687
  • [FEATURE] Add keepIdentifyingResourceAttributes field in OTLPConfig for Prometheus and PrometheusAgent CRDs. #​7240
  • [FEATURE] Add fallbackScrapeProtocol field to ScrapeClass for Prometheus and PrometheusAgent CRDs. #​7288
  • [FEATURE] Support MSTeamsV2Config receiver in Alertmanager configuration Secret. #​7296
  • [FEATURE] Support JiraConfig and RocketChat receivers in Alertmanager configuration secret. #​7315
  • [FEATURE] Support global smtp_tls_config field in Alertmanager configuration secret. #​7316
  • [FEATURE] Add timeout field in Webhook receiver in Alertmanager configuration Secret. #​7312
  • [FEATURE] Add content, username and avatarUrl fields in Discord receiver in Alertmanager configuration secret. #​7313
  • [FEATURE] Add scrapeFailureLogFile field to the Prometheus and PrometheusAgent CRDs. #​7038 #​7311
  • [BUGFIX] Validate respective api URL field in PagerDutyConfigs, DiscordConfigs, SlackConfigs and WebhookConfigs in AlertManagerConfig CRD. #​6585

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Feb 9, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
k8s.io/client-go v0.32.1 -> v0.32.2
sigs.k8s.io/controller-runtime v0.20.2 -> v0.20.3
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2 -> v0.81.0
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.2
k8s.io/apiserver v0.32.1 -> v0.32.2
k8s.io/component-base v0.32.1 -> v0.32.2

Copy link

openshift-ci bot commented Feb 9, 2025

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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-sigs/prow repository.

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 24dc176 to bf7b775 Compare February 19, 2025 15:05
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.80.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.80.1 Feb 19, 2025
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-bf7b7752fc08dbe3af8758f78a190c9f87f9974b

@rhmdnd
Copy link

rhmdnd commented Feb 25, 2025

We had a stability CI fix land in #689 - rebasing.

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from bf7b775 to fbe0526 Compare February 25, 2025 14:33
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-fbe05261d6a2c1d77f467880eef66118367fb851

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from fbe0526 to df182c1 Compare February 27, 2025 16:36
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-df182c1287e9fdb81227a16d3a25b2e49fc74cbe

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from df182c1 to d22ea0c Compare February 27, 2025 18:35
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-d22ea0c42b0ba6fd4120c099ec5395f21024dbf2

@rhmdnd rhmdnd added this to the 1.7.0 milestone Feb 27, 2025
Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Just a head up - this might conflict with #664

Copy link

openshift-ci bot commented Feb 27, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from d22ea0c to 16ef0ca Compare February 27, 2025 21:00
@openshift-ci openshift-ci bot removed the lgtm label Feb 27, 2025
Copy link

openshift-ci bot commented Feb 27, 2025

New changes are detected. LGTM label has been removed.

Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-16ef0ca3a5c999804fcc9c71df6f8e2127ed7fab

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 16ef0ca to 3e04a0e Compare March 11, 2025 17:56
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.80.1 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.81.0 Mar 11, 2025
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-3e04a0e92b902bbf6cd629445ebbda26e6ac68bb

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 3e04a0e to ed7a992 Compare March 14, 2025 00:30
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:674-ed7a992e69e62fe059b031fc802d86985b66cd37

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from ed7a992 to b23ce89 Compare April 2, 2025 17:36
@rhmdnd rhmdnd removed this from the 1.7.0 milestone Apr 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from b23ce89 to 2c4ffd7 Compare April 17, 2025 10:43
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.81.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.0 Apr 17, 2025
Copy link
Author

renovate bot commented Apr 17, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module github.com/prometheus-operator/prometheus-operator/pkg/[email protected] requires go >= 1.24; switching to go1.24.2
go: downloading go1.24.2 (linux/amd64)
go: download go1.24.2: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

Copy link

openshift-ci bot commented Apr 17, 2025

@renovate[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify 2c4ffd7 link true /test verify
ci/prow/unit 2c4ffd7 link true /test unit
ci/prow/e2e-rosa 2c4ffd7 link true /test e2e-rosa
ci/prow/e2e-aws-parallel 2c4ffd7 link true /test e2e-aws-parallel
ci/prow/e2e-aws-serial-arm 2c4ffd7 link true /test e2e-aws-serial-arm
ci/prow/e2e-aws-serial 2c4ffd7 link true /test e2e-aws-serial
ci/prow/e2e-aws-parallel-arm 2c4ffd7 link true /test e2e-aws-parallel-arm
ci/prow/images 2c4ffd7 link true /test images

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant