Skip to content

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

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x
Closed

Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.86.1#674
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus-operator/prometheus-operator/pkg/client v0.79.2 -> v0.86.1 age 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.86.1

Compare Source

v0.86.0: 0.86.0 / 2025-10-07

Compare Source

[!NOTE]
This release introduces the status subresource (behind the StatusForConfigurationResources feature gate) for ServiceMonitor, PodMonitor, Probe and Scrapeconfig custom resources. It is only supported for Prometheus resources.

[!IMPORTANT]
This release enables automatic UTF-8 character support in label names, metric names and PrometheusRule expressions for Prometheus/PrometheusAgent resources running with version >= 3.0.0.

To preserve backward compatibility, the admission webhook service validates PrometheusRule resources against the legacy Prometheus scheme by default (but it can be changed with the --name-validation-scheme flag).

  • [CHANGE] Remove automatic addition of the metadata-wal-records feature flag for Prometheus versions >= 3.4. #​7893
  • [CHANGE] Add miscellaneous validations to the ScrapeConfig CRD. #​7856 #​7823 #​7835 #​7838 #​7838 ##​7966
  • [CHANGE/FEATURE] Add support for UTF-8 characters to label names and metric names in PrometheusRule resources and relabel configurations. #​7637 #​7985
  • [FEATURE] Add the flag --name-validation-scheme to admission webhook to select between utf8 and legacy validations. #​7985
  • [FEATURE] Add status subresource for ServiceMonitor custom resources (requires the StatusForConfigurationResources feature gate). #​7767 #​7836 #​7827 #​7795
  • [FEATURE] Add status subresource for PodMonitor custom resources (requires the StatusForConfigurationResources feature gate). #​7929 #​7914 #​7936
  • [FEATURE] Add status subresource for ScrapeConfig custom resources (requires the StatusForConfigurationResources feature gate). #​7958 #​7964 #​7969
  • [FEATURE] Add status subresource for Probe custom resources (requires the StatusForConfigurationResources feature gate). #​7933 #​7934 #​7980
  • [FEATURE] Add serviceDiscoveryRole field to ServiceMonitor. #​7982
  • [FEATURE] Add useFIPSSTSEndpoint field to Sigv4 config. #​7987
  • [FEATURE] Add UnderscoreEscapingWithoutSuffixes to the translationStrategy field for the Prometheus and PrometheusAgent CRDs. #​7947
  • [FEATURE] Add promoteScopeMetadata field to the Prometheus and PrometheusAgent CRDs. #​7803
  • [FEATURE] Add enableHttp2 field to Alertmanager and AlertmanagerConfig CRDs. #​7963
  • [ENHANCEMENT] Add the related object to the events emitted by the operator. #​7867 #​7953
  • [ENHANCEMENT] Add webhook validation for the MSTeams V2 receiver of AlertmanagerConfig CRD. #​7906
  • [ENHANCEMENT] Add app.kubernetes.io/managed-by: prometheus-operator label to all managed resources. #​7939
  • [BUGFIX] Prevent duplicate authentication settings in PodMonitor. #​7975
  • [BUGFIX] Use distinct port name for the config-reloader init container to avoid duplicate port name warnings. #​7904
  • [BUGFIX] Validate the PagerDuty URL in the Alertmanager's global configuration. #​7945

v0.85.0: 0.85.0 / 2025-08-21

Compare Source

  • [CHANGE/BUGFIX] Add the --watch-referenced-objects-in-all-namespaces CLI argument. When enabled, the operator watches for secrets and configmaps in both workload and configuration resources. It ensures that reconciliation happens when a referenced secret/configmap is updated. #​7615
  • [FEATURE] Add resendDelay field to the ThanosRuler CRD. #​7753
  • [FEATURE] Add ruleGracePeriod field to the ThanosRuler CRD. #​7750
  • [FEATURE] Add enableFeatures field to the ThanosRuler CRD for enabling feature flags. #​7754
  • [FEATURE] Add params field to the Probe CRD. #​7755
  • [FEATURE] Add hostUsers field to the Prometheus, PrometheusAgent, Alertmanager and ThanosRuler CRDs. #​7768 #​7769 #​7771
  • [FEATURE] Add promoteAllResourceAttributes and ignoreResourceAttributes fields to Prometheus and PrometheusAgent CRDs. #​7669
  • [FEATURE] Add -kubelet-sync-period argument to customize the kubelet controller's synchronization interval. #​7762
  • [FEATURE] Add Rocket.Chat receiver to AlertmanagerConfig CRD. #​7328
  • [ENHANCEMENT] Add well-known Kubernetes labels to workload objects managed by the operator (StatefulSet and DaemonSet). #​7786
  • [ENHANCEMENT] Add workqueue metrics. #​7776
  • [ENHANCEMENT] Optimize statefulset informers. #​7766
  • [BUGFIX] Use named ports for the managed Alertmanager service. #​7517
  • [BUGFIX] Support send_resolved field for JIRA and RocketChat receivers in the Alertmanager configuration. #​7772

v0.84.1: 0.84.1 / 2025-08-06

Compare Source

  • [CHANGE/BUGFIX] Disable compaction of overlapping blocks when Thanos sidecar is configured with object storage. #​7747
  • [BUGFIX] Log only selected resources which are valid. #​7749

v0.84.0: 0.84.0 / 2025-07-14

Compare Source

  • [FEATURE] Add telegram field to AlertManager CRD global configuration. #​7631
  • [FEATURE] Add jira field to AlertManager CRD global configuration. #​7626
  • [FEATURE] Add webex field to AlertManager CRD global configuration. #​7632
  • [FEATURE] Add victorops field to Alertmanager CRD global configuration. #​7654
  • [FEATURE] Add wechat field to Alertmanager CRD global configuration. #​7627
  • [FEATURE] Add ruleQueryOffset field to ThanosRuler CRD. #​7580
  • [FEATURE] Add ruleConcurrentEval field to ThanosRuler CRD. #​7659
  • [FEATURE] Add ruleOutageTolerance field to ThanosRuler CRD. #​7672
  • [FEATURE] Add ProxyConfig fields to ServiceMonitor. #​7647
  • [FEATURE] Add ProxyConfig fields to Probe. #​7660
  • [FEATURE] Add ProxyConfig fields to Prometheus apiServerConfig. #​7670
  • [FEATURE] Add scrapeClassicHistograms field to Prometheus. #​7667
  • [FEATURE] Add labelSelector field to HetznerSDConfig in the ScrapeConfig CRD. #​7675
  • [FEATURE] Add startupProbe to config-reloader. #​7575
  • [ENHANCEMENT] Set reason: ConfigurationUnmanaged in the Reconciled condition when the operator doesn't managed the Prometheus configuration. #​7661
  • [ENHANCEMENT] AlertManager matchType defaults to = if neither matchType nor regex is set, and =~ if regex: true is set without matchType. #​7592

v0.83.0: 0.83.0 / 2025-05-30

Compare Source

  • [FEATURE] Add limits option for Alertmanager silences. #​7478
  • [FEATURE] Add NoTranslation as a translationStrategy option to OTLP config. #​7539
  • [FEATURE] Add nameEscapingScheme field to Prometheus CRDs. #​7538
  • [FEATURE] Add convertHistogramsToNHCB field to OTLPConfig. #​7533
  • [FEATURE] Add convert_classic_histograms_to_nhcb option to Prometheus global config. #​7543
  • [FEATURE] Add new MetricNameEscapingScheme and MetricNameValidationScheme parameters to ScrapeConfig. #​7555
  • [ENHANCEMENT] Do not insert sharding relabeling in scrapeConfigs if already present. #​7421

v0.82.2: 0.82.2 / 2025-05-12

Compare Source

  • [BUGFIX] Fix Alertmanager peer discovery for Alertmanager when using custom service name. #​7512
  • [BUGFIX] Fix parsing role field in openstackSDConfigs in ScrapeConfig CRD. #​7516

v0.82.1: 0.82.1 / 2025-05-06

Compare Source

  • [BUGFIX] Fix ThanosRuler when no remote-write configuration is defined. #​7498

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.

@renovate
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

@openshift-ci
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.

Details

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
@github-actions
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
Collaborator

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
@github-actions
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
@github-actions
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
@github-actions
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
Collaborator

@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

@openshift-ci
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

Details 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
@openshift-ci
Copy link

openshift-ci bot commented Feb 27, 2025

New changes are detected. LGTM label has been removed.

@github-actions
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
@github-actions
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
@github-actions
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
@renovate
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 -t ./...
go: module github.com/prometheus-operator/prometheus-operator/pkg/client@v0.86.1 requires go >= 1.24.0; switching to go1.24.8
go: downloading go1.24.8 (linux/amd64)
go: download go1.24.8: golang.org/toolchain@v0.0.1-go1.24.8.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 2c4ffd7 to 0aa825e Compare May 6, 2025 19:52
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.1 May 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 0aa825e to 9d5a578 Compare May 12, 2025 11:17
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.1 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.2 May 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 9d5a578 to c5bfe82 Compare May 30, 2025 09:43
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.82.2 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.83.0 May 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from c5bfe82 to d609a3a Compare July 14, 2025 11:50
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.83.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.84.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from d609a3a to df68288 Compare August 6, 2025 09:06
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.84.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.84.1 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from df68288 to 12e649f Compare August 13, 2025 15:28
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 12e649f to 662b4b4 Compare August 21, 2025 19:54
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.84.1 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.85.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 662b4b4 to 003a2ea Compare October 7, 2025 17:54
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.85.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.86.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/github.com-prometheus-operator-prometheus-operator-pkg-client-0.x branch from 003a2ea to e86386e Compare October 13, 2025 14:41
@renovate renovate bot changed the title Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.86.0 Update module github.com/prometheus-operator/prometheus-operator/pkg/client to v0.86.1 Oct 13, 2025
@openshift-ci
Copy link

openshift-ci bot commented Oct 13, 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/unit e86386e link true /test unit
ci/prow/verify e86386e link true /test verify
ci/prow/images e86386e link true /test images
ci/prow/e2e-aws-serial e86386e link true /test e2e-aws-serial
ci/prow/e2e-rosa e86386e link true /test e2e-rosa
ci/prow/e2e-aws-parallel e86386e link true /test e2e-aws-parallel
ci/prow/e2e-aws-parallel-arm e86386e link true /test e2e-aws-parallel-arm
ci/prow/e2e-aws-serial-arm e86386e link true /test e2e-aws-serial-arm

Full PR test history. Your PR dashboard.

Details

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.

@rhmdnd
Copy link
Collaborator

rhmdnd commented Oct 20, 2025

Closing this in favor of using Konflux, which uses a fork of renovate to keep dependencies up-to-date. Having both produces more noise in the project and the potential for two bots to fight over dependency updates.

@rhmdnd rhmdnd closed this Oct 20, 2025
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