-
Notifications
You must be signed in to change notification settings - Fork 2
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.56.0 #559
build(deps): Bump github.com/prometheus/common from 0.42.0 to 0.56.0 #559
Conversation
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.56.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.56.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]>
The following labels could not be found: |
WalkthroughThe Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this 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
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 (9)
go.mod (9)
48-49
: Dependency updates for Prometheus libraries approved.The updates from
github.com/prometheus/client_golang v1.14.0
tov1.20.0
andgithub.com/prometheus/common v0.42.0
tov0.56.0
are noted. These changes align with the PR objectives to leverage the latest features and bug fixes.The changes are approved as they match the PR's objectives and the release notes provided.
61-61
: Update ofgolang.org/x/sync
approved.The update from
v0.6.0
tov0.7.0
is noted. This library is typically backward compatible, but it's good practice to ensure that no synchronization issues are introduced with the update.The change is approved, assuming backward compatibility.
64-64
: Update ofgoogle.golang.org/protobuf
approved.The update from
v1.33.0
tov1.34.2
is noted. Protobuf updates are generally safe as they tend to maintain backward compatibility, but it's essential to check for any deprecated features or significant changes.The change is approved, assuming backward compatibility.
72-72
: Update ofcloud.google.com/go/compute/metadata
approved.The update from
v0.2.3
tov0.3.0
is noted. This library is used for interacting with Google Cloud metadata services, and updates are typically aimed at enhancing functionality or fixing bugs.The change is approved, assuming it aligns with the latest Google Cloud SDK updates.
84-84
: Update ofgithub.com/cespare/xxhash/v2
approved.The update from
v2.2.0
tov2.3.0
is noted.xxhash
is a high-performance hash algorithm, and updates are generally improvements or optimizations.The change is approved, assuming no compatibility issues with the hashing functions used in the project.
132-132
: Update ofgithub.com/klauspost/compress
approved.The update from
v1.17.0
tov1.17.9
is noted. This library is used for compression, and updates typically include performance improvements or bug fixes.The change is approved, assuming it enhances performance or stability without introducing bugs.
150-151
: Update of Prometheus model and procfs libraries approved.The updates from
github.com/prometheus/client_model v0.3.0
tov0.6.1
andgithub.com/prometheus/procfs v0.9.0
tov0.15.1
are significant. These libraries are critical for metrics collection and system information retrieval. It's essential to ensure that these updates do not affect the metrics reporting or system monitoring features.The changes are approved, assuming they bring enhancements and bug fixes as per the release notes.
175-179
: Bulk update ofgolang.org/x/*
libraries approved.Updates to
golang.org/x/net
,golang.org/x/oauth2
,golang.org/x/sys
,golang.org/x/term
, andgolang.org/x/text
are noted. These updates are crucial as they often include security patches, performance improvements, and new features.The changes are approved, assuming they do not introduce any new issues and improve the security and performance of the project.
59-59
: Review the update ofgolang.org/x/crypto
.The update from
v0.21.0
tov0.25.0
is significant. It's crucial to verify that this update does not introduce any breaking changes or compatibility issues with existing cryptographic functions used in the project.Run the following script to verify the usage of
x/crypto
in the codebase:
Superseded by #560. |
Bumps github.com/prometheus/common from 0.42.0 to 0.56.0.
Release notes
Sourced from github.com/prometheus/common's releases.
... (truncated)
Commits
6623230
Provide a method for explicitly checking label names for legacy validity. (#682)19d0796
Merge pull request #681 from prometheus/repo_sync29a2d2c
Update common Prometheus files8968b6c
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-overflows008d7b8
Fix overflows of untyped int constants on 32-bit1dade5b
sigv4: support nil body (#673)430dbfe
Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 (#671)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