Skip to content

[bot] Bump openshift/prometheus-operator to v0.92.1#385

Open
openshift-monitoring-bot[bot] wants to merge 140 commits into
openshift:mainfrom
rhobs:automated-updates-main
Open

[bot] Bump openshift/prometheus-operator to v0.92.1#385
openshift-monitoring-bot[bot] wants to merge 140 commits into
openshift:mainfrom
rhobs:automated-updates-main

Conversation

@openshift-monitoring-bot

@openshift-monitoring-bot openshift-monitoring-bot Bot commented Jun 18, 2026

Copy link
Copy Markdown

Description

This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.

slashexx and others added 30 commits January 7, 2026 10:47
Add comprehensive CEL (Common Expression Language) validation rules
to the agent daemonset proposal documentation, including:
- x-kubernetes-validations for field validation
- Runtime fallback logic for validation handling
- Service monitor section refactoring
- Endpointslice section documentation
- Related field blocks and validation requirements
for easier understanding
fix merge conflicts
to fix compile issue
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: dongjiang <dongjiang1989@126.com>
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.23.3...v0.24.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/sigs.k8s.io/controller-runtime-0.24.0

build(deps): bump sigs.k8s.io/controller-runtime from 0.23.3 to 0.24.0
…date-golangci-linter-v2.12.1

chore: update golangci-linter version to v2.12.1
…date-controller-runtime-v0.24

build(deps): update controller-runtime to v0.24.0 and bump to golangci-linter config to go 1.26
Signed-off-by: dongjiang <dongjiang1989@126.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@cad07c2...6f9f177)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/github_actions/sigstore/cosign-installer-4.1.2

build(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2
Map.Set() panics with an index-out-of-range error when a flag value
does not contain "=" (e.g. --annotations "key"). Replace
strings.Split with strings.Cut to validate the format and return a
clear error instead of crashing.

strings.Cut also correctly preserves values containing "=" which the
previous code silently truncated.

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
HasRefTo and getStatus only read from maps but acquire an exclusive
write lock (Lock), serializing with all other operations including
informer event filtering and metrics collection. Use RLock instead
to allow concurrent reads, consistent with the Collect method which
already uses RLock on the same mutex.

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
to catch up with the latest change in main
…iliation-tracker-rlock

operator: use read lock for read-only ReconciliationTracker methods
…t-panic

operator: return error for malformed key=value flag input
Signed-off-by: dongjiang <dongjiang1989@126.com>
…date-dependabot

chore(ci): group GitHub Actions Dependabot updates
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.53.0 to 0.54.0.
- [Commits](golang/net@v0.53.0...v0.54.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/golang.org/x/net-0.54.0

build(deps): bump golang.org/x/net from 0.53.0 to 0.54.0
…pology-e2e-test-for-podmonitor

test: extend tests for topology sharding (PodMonitor)
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/sigs.k8s.io/controller-runtime-0.24.1

build(deps): bump sigs.k8s.io/controller-runtime from 0.24.0 to 0.24.1
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 18, 2026
@openshift-ci

openshift-ci Bot commented Jun 18, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-monitoring-bot[bot], simonpasquier

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 18, 2026
@simonpasquier

simonpasquier commented Jun 18, 2026

Copy link
Copy Markdown

/hold

We need some fixes to the CMO e2e tests because of implementation changes in the operator around Prometheus retention configuration.

We also need openshift/cluster-monitoring-operator#2966.

simonpasquier and others added 4 commits June 29, 2026 15:51
This commit ensures that the Prometheus and Alertmanager controllers
look up namespaces in the relevant caches when they watch workload and
configuration resources in different namespace sets.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…t-found-namespace

fix: avoid "namespace not found" errors
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
@simonpasquier simonpasquier changed the title [bot] Bump openshift/prometheus-operator to v0.92.0 OCPBUGS-92036: [bot] Bump openshift/prometheus-operator to v0.92.0 Jun 30, 2026
@openshift-ci-robot openshift-ci-robot added jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jun 30, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@openshift-monitoring-bot[bot]: This pull request references Jira Issue OCPBUGS-92036, which is invalid:

  • expected the bug to target the "5.0.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Description

This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.

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 openshift-eng/jira-lifecycle-plugin repository.

@simonpasquier

Copy link
Copy Markdown

/jira refresh

@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Jun 30, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@simonpasquier: This pull request references Jira Issue OCPBUGS-92036, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Jun 30, 2026
github-actions Bot added 2 commits July 1, 2026 01:09
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@openshift-monitoring-bot openshift-monitoring-bot Bot changed the title OCPBUGS-92036: [bot] Bump openshift/prometheus-operator to v0.92.0 [bot] Bump openshift/prometheus-operator to v0.92.1 Jul 1, 2026
@monitoring-commit-bot monitoring-commit-bot Bot force-pushed the automated-updates-main branch from 2f07816 to 0293cb5 Compare July 1, 2026 01:10
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2026
@openshift-ci-robot openshift-ci-robot removed the jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. label Jul 1, 2026
@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@openshift-ci-robot openshift-ci-robot removed jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Jul 1, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@openshift-monitoring-bot[bot]: No Jira issue is referenced in the title of this pull request.
To reference a jira issue, add 'XYZ-NNN:' to the title of this pull request and request another refresh with /jira refresh.

Details

In response to this:

Description

This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

@openshift-monitoring-bot[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/e2e-aws 0293cb5 link true /test e2e-aws
ci/prow/e2e-agnostic-cmo 0293cb5 link true /test e2e-agnostic-cmo

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.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.