Skip to content

[bot] Bump openshift/prometheus-operator to v0.90.1#378

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

[bot] Bump openshift/prometheus-operator to v0.90.1#378
openshift-monitoring-bot[bot] wants to merge 6 commits intoopenshift:mainfrom
rhobs:automated-updates-main

Conversation

@openshift-monitoring-bot
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.
If you wish to perform this manually, execute the following commands from openshift/prometheus-operator repo:

git fetch https://github.com/prometheus-operator/prometheus-operator --tags
if ! git merge refs/tags/v0.90.1 --no-edit; then
  git checkout --theirs CHANGELOG.md Documentation VERSION bundle.yaml example go.mod go.sum scripts/go.mod scripts/go.sum pkg
  git checkout --ours 
  git add CHANGELOG.md Documentation VERSION bundle.yaml example go.mod go.sum scripts/go.mod scripts/go.sum pkg 
  git merge --continue
fi
go mod tidy
go mod vendor

if [ -f scripts/rh-manifest.sh ]; then
  bash scripts/rh-manifest.sh
  git add rh-manifest.txt
  git diff --cached --exit-code || git commit -s -m "[bot] update rh-manifest.txt"
fi

multani and others added 6 commits March 24, 2026 11:41
Signed-off-by: Jonathan Ballet <jon@multani.info>
…onfig

feat: allows Probes to configure HTTP settings
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
v0.90.1

# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQSokP0TscCROFZv61M+EAu2vSkUjgUCacO3oAAKCRA+EAu2vSkU
# jtFZAQC3ooywIB8uSfbxmPgomze6axfjus5J51vNjikZFf/C2QEAiX1Ck7kxfZE6
# 74SMDY0TPjvJlkK8H0xOpraphRn7bA4=
# =cy/D
# -----END PGP SIGNATURE-----
# gpg: directory '/home/runner/.gnupg' created
# gpg: keybox '/home/runner/.gnupg/pubring.kbx' created
# gpg: Signature made Wed Mar 25 10:23:28 2026 UTC
# gpg:                using EDDSA key A890FD13B1C09138566FEB533E100BB6BD29148E
# gpg: Can't check signature: No public key
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Copy Markdown

@simonpasquier simonpasquier left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 25, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 25, 2026

[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 Mar 25, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 25, 2026

@openshift-monitoring-bot[bot]: all tests passed!

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. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants