[bot] Bump openshift/prometheus-operator to v0.92.1#385
[bot] Bump openshift/prometheus-operator to v0.92.1#385openshift-monitoring-bot[bot] wants to merge 140 commits into
Conversation
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>
…8s-0.36.0 chore: bump k8s dependencies
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
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/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. |
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>
…92.1 *: cut v0.92.1
|
@openshift-monitoring-bot[bot]: This pull request references Jira Issue OCPBUGS-92036, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
/jira refresh |
|
@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
DetailsIn response to this:
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. |
v0.92.1
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2f07816 to
0293cb5
Compare
|
New changes are detected. LGTM label has been removed. |
|
@openshift-monitoring-bot[bot]: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
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-monitoring-bot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Description
This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.