-
-
Notifications
You must be signed in to change notification settings - Fork 20
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/client_golang from 1.19.1 to 1.20.2 #269
build(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 #269
Conversation
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 (
|
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.1...v1.20.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
952763b
to
54d1131
Compare
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)
15-15
: Dependency Update: Prometheus Client LibraryThe
github.com/prometheus/client_golang
dependency has been updated fromv1.19.1
tov1.20.2
. This update includes several bug fixes and new features. Ensure to test the application thoroughly to verify that the new version does not introduce any breaking changes.
25-25
: Dependency Update: Go Network LibraryThe
golang.org/x/net
dependency has been updated fromv0.24.0
tov0.26.0
. This update may include improvements or changes in network-related functionalities. Ensure to test the network-related features of the application to verify compatibility.
34-34
: Dependency Update: XXHash LibraryThe
github.com/cespare/xxhash/v2
dependency has been updated fromv2.2.0
tov2.3.0
. This update may include enhancements in the hash functions provided by this library. Ensure to test any functionality that relies on hashing to verify compatibility.
45-45
: New Indirect Dependency: Compression LibraryThe
github.com/klauspost/compress
library has been added as an indirect dependency at versionv1.17.9
. This library enhances compression capabilities. Ensure to test any functionality that involves compression to verify compatibility.
55-55
: New Indirect Dependency: Content Negotiation LibraryThe
github.com/munnerz/goautoneg
library has been added as an indirect dependency at versionv0.0.0-20191010083416-a7dc8b61c822
. This library enhances content negotiation features. Ensure to test any functionality that involves content negotiation to verify compatibility.
58-58
: Dependency Update: Prometheus Common LibraryThe
github.com/prometheus/common
dependency has been updated fromv0.48.0
tov0.55.0
. This update may include significant updates or fixes that could affect how metrics are handled. Ensure to test the metrics-related features of the application to verify compatibility.
59-59
: Dependency Update: Prometheus ProcFS LibraryThe
github.com/prometheus/procfs
dependency has been updated fromv0.12.0
tov0.15.1
. This update may include significant updates or fixes that could affect how process information is handled. Ensure to test the process-related features of the application to verify compatibility.
79-79
: Dependency Update: Protocol Buffers LibraryThe
google.golang.org/protobuf
dependency has been updated fromv1.33.0
tov1.34.2
. This update likely incorporates new features or optimizations related to protocol buffers. Ensure to test any functionality that relies on protocol buffers to verify compatibility.
81-81
: New Indirect Dependency: YAML LibraryThe
gopkg.in/yaml.v3
library has been added as an indirect dependency at versionv3.0.1
. This library enhances YAML parsing capabilities. Ensure to test any functionality that involves YAML parsing to verify compatibility.
Bumps github.com/prometheus/client_golang from 1.19.1 to 1.20.2.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
67121dc
Merge pull request #1596 from mrueg/fix-uncompressed-content-header187acd4
Cut 1.20.2f7f8f3a
fix: Unset Content-Encoding header when uncompressed2254d6c
Merge pull request #1587 from prometheus/fix-processcollector4a15d05
Cut 1.20.1f2dd7b3
Use pedantic registry in other places too, to double check.261fe84
bugfix: Pass network metrics to processCollector's Describe() function5bf3341
Use NewPedanticRegistry in Process' Collector tests73b811c
Cut 1.20.0 release. (#1580)7ce5089
gocollector: Attach original runtime/metrics metric name to help. (#1578)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)