Skip to content
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

[bot] Bump openshift/prometheus to v2.47.0 #168

Merged
merged 126 commits into from Sep 18, 2023

Conversation

openshift-monitoring-bot[bot]
Copy link

Description

This is an automated version bump from CI.
If you wish to perform this manually, execute the following commands from openshift/prometheus repo,

git fetch https://github.com/prometheus/prometheus --tags
if ! git merge refs/tags/v2.46.0 --no-edit; then
  git checkout --theirs CHANGELOG.md VERSION go.mod go.sum .golangci.yml
  git checkout --ours 
  git add CHANGELOG.md VERSION go.mod go.sum .golangci.yml 
  git merge --continue
fi
go mod tidy
go mod vendor
make assets-compress
find web/ui/static -type f -name '*.gz' -exec git add {} \;
git add web/ui/embed.go
git diff --cached --exit-code || git commit -s -m "[bot] assets: generate"

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

shoce and others added 30 commits October 18, 2021 22:43
Illustrate use of named capturing group syntax available from https://github.com/google/re2/wiki/Syntax and their usage in the replacement field

Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
Removed named capture group example in label_replace

Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
Signed-off-by: Chance Feick <cfeick@gitlab.com>
Co-authored-by: Julien Pivotto <roidelapluie@o11y.eu>
Signed-off-by: Chance Feick <6326742+chancefeick@users.noreply.github.com>
Signed-off-by: haleyao <haleyao@tencent.com>
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
See prometheus#11404 (comment)

Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
Signed-off-by: Mikhail Fesenko <proggga@gmail.com>
Signed-off-by: Mikhail Fesenko <proggga@gmail.com>
Add missing linefeed as requested by prometheus#11404 (comment)

Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
The bounds weren't really used so far, so no actual bug in the code so
far. But it's obviously confusing if the bounds returned by a
floatBucketIterator with a target schema different from the original
schema are wrong.

Signed-off-by: beorn7 <beorn@grafana.com>
Signed-off-by: Charles Korn <charles.korn@grafana.com>
Signed-off-by: Charles Korn <charles.korn@grafana.com>
Signed-off-by: Charles Korn <charles.korn@grafana.com>
Signed-off-by: Charles Korn <charles.korn@grafana.com>
Signed-off-by: Charles Korn <charles.korn@grafana.com>
Signed-off-by: Charles Korn <charles.korn@grafana.com>
…ating it for each time step.

Signed-off-by: Charles Korn <charles.korn@grafana.com>
… range query.

Signed-off-by: Charles Korn <charles.korn@grafana.com>
histogram: Fix bounds of buckets returned by floatBucketIterator
Add error handling instead.
Prepares for prometheus#12352

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
…butil-chunkfromsamples

tsdbutil/ChunkFromSamplesGeneric should not panic
…same series (prometheus#12580)

reuse 'ref' to optimize multi samples processing efficiency

Signed-off-by: changlin.shi <changlin.shi@ly.com>
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
The operator changes the meaning of the metric, so the metric name should
be dropped. Technically this would be a breaking change, but it's also very
obviously a bug and not likely that anyone depends on it.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
…-name

Drop metric name for "atan2" binary operator
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master branch 8 times, most recently from e8ae9b5 to 1a97907 Compare September 14, 2023 00:26
@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master branch 3 times, most recently from ee0aab4 to 6fe0c90 Compare September 17, 2023 00:28
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@simonpasquier
Copy link

/approve
/cc @jan--f
/retitle [bot] Bump openshift/prometheus to v2.47.0

@openshift-ci openshift-ci bot requested a review from jan--f September 18, 2023 12:06
@openshift-ci openshift-ci bot changed the title [bot] Bump openshift/prometheus to v2.46.0 [bot] Bump openshift/prometheus to v2.47.0 Sep 18, 2023
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 18, 2023
@simonpasquier
Copy link

Leaving the final word to @jan--f

@jan--f
Copy link

jan--f commented Sep 18, 2023

word
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 18, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 18, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jan--f, 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

Needs approval from an approver in each of these files:
  • OWNERS [jan--f,simonpasquier]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 9723173 and 2 for PR HEAD 04183a3 in total

@openshift-ci
Copy link

openshift-ci bot commented Sep 18, 2023

@openshift-monitoring-bot: all tests passed!

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/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit a980d5a into openshift:master Sep 18, 2023
8 checks passed
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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet