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

build(deps): bump github.com/prometheus/prometheus from 0.50.1 to 0.51.0 #918

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps github.com/prometheus/prometheus from 0.50.1 to 0.51.0.

Commits
  • c05c155 Cut v2.51.0 (#13787)
  • 8d53e7b Cut v2.51.0-rc.0 (#13729)
  • e8bf2ce Merge pull request #13735 from bboreham/fix-notifier-relabel
  • 54f50e1 Merge pull request #13737 from bboreham/fix-scrape-tolerance
  • 6c41ec9 [BUGFIX] Scraping: Tolerance should be max 1% of interval
  • 8c4e4b7 Notifier: pass parameters to goroutine explicitly
  • 57c7991 Notifier: don't reuse payload after relabeling
  • 9acae57 Merge pull request #13681 from krajorama/native-latency-histograms
  • 3d16d39 Merge pull request #13716 from prometheus/update-go-deps
  • b0c0961 Merge pull request #13725 from prometheus/beorn7/promql2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.50.1...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from prymitive as a code owner March 19, 2024 13:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 19, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request was validated by pint.

✔️ No problems found

Stats

Stat Value
Version v0.56.0-2-g55b15af
Number of rules parsed 4
Number of rules checked 0
Number of problems found 0
Number of offline checks 0
Number of online checks 0
Checks duration 0

Problems

No problems reported

Copy link

github-actions bot commented Mar 19, 2024

Benchmark diff:

goos: linux
goarch: amd64
pkg: github.com/cloudflare/pint/cmd/pint
cpu: AMD EPYC 7763 64-Core Processor                
              │   old.txt   │              new.txt               │
              │   sec/op    │   sec/op     vs base               │
FindEntries-4   85.67m ± 2%   86.45m ± 3%       ~ (p=0.063 n=10)
CheckRules-4    87.46m ± 2%   86.81m ± 2%       ~ (p=0.052 n=10)
geomean         86.56m        86.63m       +0.08%

              │   old.txt    │               new.txt               │
              │     B/op     │     B/op      vs base               │
FindEntries-4   54.00Mi ± 0%   54.00Mi ± 0%       ~ (p=0.684 n=10)
CheckRules-4    84.06Mi ± 0%   84.06Mi ± 0%       ~ (p=0.684 n=10)
geomean         67.38Mi        67.38Mi       +0.00%

              │   old.txt   │              new.txt               │
              │  allocs/op  │  allocs/op   vs base               │
FindEntries-4   434.0k ± 0%   434.0k ± 0%       ~ (p=0.985 n=10)
CheckRules-4    879.1k ± 0%   879.1k ± 0%       ~ (p=0.781 n=10)
geomean         617.7k        617.7k       -0.00%

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.01%. Comparing base (7e117c8) to head (74f3477).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #918   +/-   ##
=======================================
  Coverage   95.01%   95.01%           
=======================================
  Files          93       93           
  Lines        8914     8914           
=======================================
  Hits         8470     8470           
  Misses        305      305           
  Partials      139      139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@prymitive prymitive merged commit e410cd4 into main Mar 19, 2024
20 checks passed
@prymitive prymitive deleted the dependabot/go_modules/github.com/prometheus/prometheus-0.51.0 branch March 19, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants