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/common from 0.42.0 to 0.57.0 #560

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

Bumps github.com/prometheus/common from 0.42.0 to 0.57.0.

Release notes

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

v0.57.0

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.56.0...v0.57.0

v0.56.0

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.55.0...v0.56.0

v0.55.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9bbc9cb Merge pull request #677 from tjhop/feat/add-promslog-pkg
  • 6ea2584 feat: new promslog and promslog/flag packages to wrap log/slog
  • 6623230 Provide a method for explicitly checking label names for legacy validity. (#682)
  • 19d0796 Merge pull request #681 from prometheus/repo_sync
  • 29a2d2c Update common Prometheus files
  • 8968b6c expfmt: Add UTF-8 syntax support in text_parse.go (#670)
  • cd4bcc0 Update golangci lint (#679)
  • 2cac84e Update client_golang (#676)
  • 79c0459 Merge pull request #675 from dswarbrick/fix-32bit-overflows
  • 008d7b8 Fix overflows of untyped int constants on 32-bit
  • 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)

Summary by CodeRabbit

  • Chores
    • Updated various dependencies to their latest versions, enhancing functionality, security, and compatibility.
    • Notable updates include Prometheus packages and other critical libraries.

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.57.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.42.0...v0.57.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 added the dependencies Pull requests that update a dependency file label Aug 29, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 29, 2024

The following labels could not be found: A:automerge.

Copy link

coderabbitai bot commented Aug 29, 2024

Walkthrough

The go.mod file has undergone significant updates, primarily focusing on upgrading various dependencies to their latest versions. Key changes include updates to Prometheus packages, cryptographic libraries, and other essential libraries, ensuring that the project remains current with the latest developments in the Go ecosystem.

Changes

Files/Dependencies Change Summary
github.com/prometheus/client_golang v1.14.0 → v1.20.0
github.com/prometheus/common v0.42.0 → v0.57.0
golang.org/x/crypto v0.21.0 → v0.25.0
golang.org/x/sync v0.6.0 → v0.7.0
google.golang.org/protobuf v1.33.0 → v1.34.2
cloud.google.com/go/compute/metadata v0.2.3 → v0.3.0
github.com/cespare/xxhash/v2 v2.2.0 → v2.3.0
github.com/klauspost/compress v1.17.0 → v1.17.9
github.com/prometheus/client_model v0.3.0 → v0.6.1
github.com/prometheus/procfs v0.9.0 → v0.15.1
golang.org/x/net v0.23.0 → v0.27.0
golang.org/x/oauth2 v0.16.0 → v0.21.0
golang.org/x/sys v0.18.0 → v0.22.0
golang.org/x/term v0.18.0 → v0.22.0
golang.org/x/text v0.14.0 → v0.16.0

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Application
    participant DependencyManager

    User->>Application: Request functionality
    Application->>DependencyManager: Check dependencies
    DependencyManager->>DependencyManager: Update dependencies
    DependencyManager->>Application: Return updated dependencies
    Application->>User: Provide requested functionality
Loading

Poem

🐇 In the meadow where I hop and play,
New versions bloom, brightening the day.
With each update, the code takes flight,
Hopping along, everything feels right!
Dependencies fresh, like morning dew,
A joyful dance, oh, how we grew! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 40d4293 and b520e4b.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (5 hunks)
Additional comments not posted (15)
go.mod (15)

48-48: Verify compatibility of github.com/prometheus/client_golang update.

Ensure that the update from v1.14.0 to v1.20.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for github.com/prometheus/client_golang from v1.14.0 to v1.20.0 to ensure compatibility.


49-49: Verify compatibility of github.com/prometheus/common update.

Ensure that the update from v0.42.0 to v0.57.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for github.com/prometheus/common from v0.42.0 to v0.57.0 to ensure compatibility.


59-59: Verify compatibility of golang.org/x/crypto update.

Ensure that the update from v0.21.0 to v0.25.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/crypto from v0.21.0 to v0.25.0 to ensure compatibility.


61-61: Verify compatibility of golang.org/x/sync update.

Ensure that the update from v0.6.0 to v0.7.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/sync from v0.6.0 to v0.7.0 to ensure compatibility.


64-64: Verify compatibility of google.golang.org/protobuf update.

Ensure that the update from v1.33.0 to v1.34.2 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for google.golang.org/protobuf from v1.33.0 to v1.34.2 to ensure compatibility.


72-72: Verify compatibility of cloud.google.com/go/compute/metadata update.

Ensure that the update from v0.2.3 to v0.3.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for cloud.google.com/go/compute/metadata from v0.2.3 to v0.3.0 to ensure compatibility.


84-84: Verify compatibility of github.com/cespare/xxhash/v2 update.

Ensure that the update from v2.2.0 to v2.3.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for github.com/cespare/xxhash/v2 from v2.2.0 to v2.3.0 to ensure compatibility.


132-132: Verify compatibility of github.com/klauspost/compress update.

Ensure that the update from v1.17.0 to v1.17.9 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for github.com/klauspost/compress from v1.17.0 to v1.17.9 to ensure compatibility.


150-150: Verify compatibility of github.com/prometheus/client_model update.

Ensure that the update from v0.3.0 to v0.6.1 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for github.com/prometheus/client_model from v0.3.0 to v0.6.1 to ensure compatibility.


151-151: Verify compatibility of github.com/prometheus/procfs update.

Ensure that the update from v0.9.0 to v0.15.1 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for github.com/prometheus/procfs from v0.9.0 to v0.15.1 to ensure compatibility.


175-175: Verify compatibility of golang.org/x/net update.

Ensure that the update from v0.23.0 to v0.27.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/net from v0.23.0 to v0.27.0 to ensure compatibility.


176-176: Verify compatibility of golang.org/x/oauth2 update.

Ensure that the update from v0.16.0 to v0.21.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/oauth2 from v0.16.0 to v0.21.0 to ensure compatibility.


177-177: Verify compatibility of golang.org/x/sys update.

Ensure that the update from v0.18.0 to v0.22.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/sys from v0.18.0 to v0.22.0 to ensure compatibility.


178-178: Verify compatibility of golang.org/x/term update.

Ensure that the update from v0.18.0 to v0.22.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/term from v0.18.0 to v0.22.0 to ensure compatibility.


179-179: Verify compatibility of golang.org/x/text update.

Ensure that the update from v0.14.0 to v0.16.0 does not introduce breaking changes and is compatible with the existing codebase.

Review the changelog for golang.org/x/text from v0.14.0 to v0.16.0 to ensure compatibility.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 40d4293 and b520e4b.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (5 hunks)
Additional comments not posted (15)
go.mod (15)

48-48: LGTM! Verify compatibility with the rest of the codebase.

The update to github.com/prometheus/client_golang from v1.14.0 to v1.20.0 includes new features, bug fixes, and dependency management improvements.

Ensure that the updated version is compatible with the rest of the codebase.


49-49: LGTM! Verify compatibility with the rest of the codebase.

The update to github.com/prometheus/common from v0.42.0 to v0.57.0 includes new packages (promslog and promslog/flag) and various optimizations.

Ensure that the updated version is compatible with the rest of the codebase.


59-59: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/crypto from v0.21.0 to v0.25.0 includes security improvements and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


61-61: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/sync from v0.6.0 to v0.7.0 includes performance improvements and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


64-64: LGTM! Verify compatibility with the rest of the codebase.

The update to google.golang.org/protobuf from v1.33.0 to v1.34.2 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


72-72: LGTM! Verify compatibility with the rest of the codebase.

The update to cloud.google.com/go/compute/metadata from v0.2.3 to v0.3.0 includes new features and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


84-84: LGTM! Verify compatibility with the rest of the codebase.

The update to github.com/cespare/xxhash/v2 from v2.2.0 to v2.3.0 includes performance improvements and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


132-132: LGTM! Verify compatibility with the rest of the codebase.

The update to github.com/klauspost/compress from v1.17.0 to v1.17.9 includes performance improvements and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


150-150: LGTM! Verify compatibility with the rest of the codebase.

The update to github.com/prometheus/client_model from v0.3.0 to v0.6.1 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


151-151: LGTM! Verify compatibility with the rest of the codebase.

The update to github.com/prometheus/procfs from v0.9.0 to v0.15.1 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


175-175: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/net from v0.23.0 to v0.27.0 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


176-176: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/oauth2 from v0.16.0 to v0.21.0 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


177-177: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/sys from v0.18.0 to v0.22.0 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


178-178: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/term from v0.18.0 to v0.22.0 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.


179-179: LGTM! Verify compatibility with the rest of the codebase.

The update to golang.org/x/text from v0.14.0 to v0.16.0 includes new features, performance improvements, and bug fixes.

Ensure that the updated version is compatible with the rest of the codebase.

Copy link
Author

dependabot bot commented on behalf of github Sep 3, 2024

Superseded by #563.

@dependabot dependabot bot closed this Sep 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus/common-0.57.0 branch September 3, 2024 11:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants