-
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.57.0 #560
build(deps): Bump github.com/prometheus/common from 0.42.0 to 0.57.0 #560
Conversation
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]>
The following labels could not be found: |
WalkthroughThe Changes
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
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 using PR comments)
Other keywords and placeholders
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 (15)
go.mod (15)
48-48
: Verify compatibility ofgithub.com/prometheus/client_golang
update.Ensure that the update from
v1.14.0
tov1.20.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
github.com/prometheus/client_golang
fromv1.14.0
tov1.20.0
to ensure compatibility.
49-49
: Verify compatibility ofgithub.com/prometheus/common
update.Ensure that the update from
v0.42.0
tov0.57.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
github.com/prometheus/common
fromv0.42.0
tov0.57.0
to ensure compatibility.
59-59
: Verify compatibility ofgolang.org/x/crypto
update.Ensure that the update from
v0.21.0
tov0.25.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/crypto
fromv0.21.0
tov0.25.0
to ensure compatibility.
61-61
: Verify compatibility ofgolang.org/x/sync
update.Ensure that the update from
v0.6.0
tov0.7.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/sync
fromv0.6.0
tov0.7.0
to ensure compatibility.
64-64
: Verify compatibility ofgoogle.golang.org/protobuf
update.Ensure that the update from
v1.33.0
tov1.34.2
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
google.golang.org/protobuf
fromv1.33.0
tov1.34.2
to ensure compatibility.
72-72
: Verify compatibility ofcloud.google.com/go/compute/metadata
update.Ensure that the update from
v0.2.3
tov0.3.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
cloud.google.com/go/compute/metadata
fromv0.2.3
tov0.3.0
to ensure compatibility.
84-84
: Verify compatibility ofgithub.com/cespare/xxhash/v2
update.Ensure that the update from
v2.2.0
tov2.3.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
github.com/cespare/xxhash/v2
fromv2.2.0
tov2.3.0
to ensure compatibility.
132-132
: Verify compatibility ofgithub.com/klauspost/compress
update.Ensure that the update from
v1.17.0
tov1.17.9
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
github.com/klauspost/compress
fromv1.17.0
tov1.17.9
to ensure compatibility.
150-150
: Verify compatibility ofgithub.com/prometheus/client_model
update.Ensure that the update from
v0.3.0
tov0.6.1
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
github.com/prometheus/client_model
fromv0.3.0
tov0.6.1
to ensure compatibility.
151-151
: Verify compatibility ofgithub.com/prometheus/procfs
update.Ensure that the update from
v0.9.0
tov0.15.1
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
github.com/prometheus/procfs
fromv0.9.0
tov0.15.1
to ensure compatibility.
175-175
: Verify compatibility ofgolang.org/x/net
update.Ensure that the update from
v0.23.0
tov0.27.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/net
fromv0.23.0
tov0.27.0
to ensure compatibility.
176-176
: Verify compatibility ofgolang.org/x/oauth2
update.Ensure that the update from
v0.16.0
tov0.21.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/oauth2
fromv0.16.0
tov0.21.0
to ensure compatibility.
177-177
: Verify compatibility ofgolang.org/x/sys
update.Ensure that the update from
v0.18.0
tov0.22.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/sys
fromv0.18.0
tov0.22.0
to ensure compatibility.
178-178
: Verify compatibility ofgolang.org/x/term
update.Ensure that the update from
v0.18.0
tov0.22.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/term
fromv0.18.0
tov0.22.0
to ensure compatibility.
179-179
: Verify compatibility ofgolang.org/x/text
update.Ensure that the update from
v0.14.0
tov0.16.0
does not introduce breaking changes and is compatible with the existing codebase.Review the changelog for
golang.org/x/text
fromv0.14.0
tov0.16.0
to ensure compatibility.
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 (15)
go.mod (15)
48-48
: LGTM! Verify compatibility with the rest of the codebase.The update to
github.com/prometheus/client_golang
fromv1.14.0
tov1.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
fromv0.42.0
tov0.57.0
includes new packages (promslog
andpromslog/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
fromv0.21.0
tov0.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
fromv0.6.0
tov0.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
fromv1.33.0
tov1.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
fromv0.2.3
tov0.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
fromv2.2.0
tov2.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
fromv1.17.0
tov1.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
fromv0.3.0
tov0.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
fromv0.9.0
tov0.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
fromv0.23.0
tov0.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
fromv0.16.0
tov0.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
fromv0.18.0
tov0.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
fromv0.18.0
tov0.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
fromv0.14.0
tov0.16.0
includes new features, performance improvements, and bug fixes.Ensure that the updated version is compatible with the rest of the codebase.
Superseded by #563. |
Bumps github.com/prometheus/common from 0.42.0 to 0.57.0.
Release notes
Sourced from github.com/prometheus/common's releases.
... (truncated)
Commits
9bbc9cb
Merge pull request #677 from tjhop/feat/add-promslog-pkg6ea2584
feat: new promslog and promslog/flag packages to wrap log/slog6623230
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-bitDependabot 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