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

chore(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 #424

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps github.com/prometheus/common from 0.60.1 to 0.61.0.

Release notes

Sourced from github.com/prometheus/common's releases.

v0.61.0

What's Changed

Full Changelog: prometheus/common@v0.60.1...v0.61.0

Commits
  • 7b484e9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#732)
  • 05e3c40 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#731)
  • a0ef737 Bump golang.org/x/net from 0.30.0 to 0.32.0 (#736)
  • f99f029 Update common Prometheus files (#726)
  • b88f24c promslog: always lowercase log level from CLI (#728)
  • 2c3c048 Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#730)
  • ec7291f Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets (#729)
  • 145b50a fix(promslog): always use UTC for time (#735)
  • 39a62f7 fix: values escaping bugs (#727)
  • 7ed4523 Allow custom user-agent definition (#725)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 9, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch 2 times, most recently from 23e8883 to f0c427c Compare December 16, 2024 21:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch 2 times, most recently from ee2bd44 to 704488a Compare December 23, 2024 20:24
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.60.1 to 0.61.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.60.1...v0.61.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch from 704488a to e870484 Compare December 26, 2024 16:17
@vinny-sabatini vinny-sabatini marked this pull request as draft January 3, 2025 23:04
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

Attention: Patch coverage is 8.00000% with 46 lines in your changes missing coverage. Please review.

Project coverage is 38.57%. Comparing base (72862d4) to head (aeea8ce).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
main.go 0.00% 40 Missing ⚠️
bigquerydb/client.go 40.00% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #424   +/-   ##
=======================================
  Coverage   38.57%   38.57%           
=======================================
  Files           3        3           
  Lines         490      490           
=======================================
  Hits          189      189           
  Misses        290      290           
  Partials       11       11           
Flag Coverage Δ
e2e 38.57% <8.00%> (ø)
unit 0.40% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@vinny-sabatini vinny-sabatini force-pushed the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch from 829bc6e to a5e92d1 Compare January 3, 2025 23:10
@vinny-sabatini
Copy link
Member

I think this works and replaces the deprecated dependencies, however I want to review the logging before this is merged to ensure the logs looks as expected

@vinny-sabatini vinny-sabatini force-pushed the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch 2 times, most recently from 3f565fd to 617f539 Compare January 6, 2025 20:28
@vinny-sabatini vinny-sabatini force-pushed the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch from 617f539 to aeea8ce Compare January 6, 2025 20:30
@vinny-sabatini vinny-sabatini marked this pull request as ready for review January 6, 2025 20:33
@vinny-sabatini vinny-sabatini merged commit dee9085 into master Jan 6, 2025
4 checks passed
@vinny-sabatini vinny-sabatini deleted the dependabot/go_modules/github.com/prometheus/common-0.61.0 branch January 6, 2025 20: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
Development

Successfully merging this pull request may close these issues.

1 participant