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/client_golang from 1.20.1 to 1.20.2 #21395

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/prometheus/client_golang from 1.20.1 to 1.20.2.

Release notes

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

v1.20.2

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.2 / 2024-08-23

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
Commits

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

  • New Features
    • Updated the Prometheus client library to version 1.20.2, which may include bug fixes, performance improvements, or new features.
  • Bug Fixes
    • The update to version 1.20.2 may resolve issues present in the previous version 1.20.1, enhancing overall stability and performance.

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.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.20.1...v1.20.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2024 01:22
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Aug 26, 2024
Copy link
Contributor

coderabbitai bot commented Aug 26, 2024

Walkthrough

Walkthrough

The changes involve updating the dependency version of the github.com/prometheus/client_golang package across multiple go.mod files from version v1.20.1 to v1.20.2. This update is a minor version increment that may include bug fixes, performance improvements, and new features while maintaining backward compatibility.

Changes

Files Change Summary
client/v2/go.mod, go.mod, orm/go.mod, runtime/v2/go.mod, server/v2/cometbft/go.mod, server/v2/go.mod, simapp/go.mod, simapp/v2/go.mod, store/go.mod, store/v2/go.mod, tests/go.mod, tests/systemtests/go.mod, tools/confix/go.mod, tools/cosmovisor/go.mod, tools/hubl/go.mod, x/accounts/defaults/lockup/go.mod, x/accounts/defaults/multisig/go.mod, x/accounts/go.mod, x/auth/go.mod, x/authz/go.mod, x/bank/go.mod, x/circuit/go.mod, x/consensus/go.mod, x/distribution/go.mod, x/epochs/go.mod, x/evidence/go.mod, x/feegrant/go.mod, x/gov/go.mod, x/group/go.mod, x/mint/go.mod, x/nft/go.mod, x/params/go.mod, x/protocolpool/go.mod, x/slashing/go.mod, x/staking/go.mod, x/upgrade/go.mod Updated github.com/prometheus/client_golang from v1.20.1 to v1.20.2.

Sequence Diagram(s)

sequenceDiagram
    participant A as Application
    participant B as Prometheus Client Library
    A->>B: Use metrics collection
    B-->>A: Return metrics
    Note over A,B: Update from v1.20.1 to v1.20.2
    A->>B: Use updated metrics collection
    B-->>A: Return updated metrics
Loading

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 as 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.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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
Contributor

@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.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c40cf3e and c125f37.

Files ignored due to path filters (36)
  • client/v2/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • store/v2/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (36)
  • client/v2/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (21)
  • client/v2/go.mod
  • go.mod
  • orm/go.mod
  • server/v2/cometbft/go.mod
  • simapp/go.mod
  • store/go.mod
  • tests/systemtests/go.mod
  • tools/cosmovisor/go.mod
  • tools/hubl/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/accounts/defaults/multisig/go.mod
  • x/accounts/go.mod
  • x/auth/go.mod
  • x/bank/go.mod
  • x/consensus/go.mod
  • x/feegrant/go.mod
  • x/gov/go.mod
  • x/group/go.mod
  • x/params/go.mod
  • x/slashing/go.mod
  • x/staking/go.mod
Additional context used
Path-based instructions (1)
tests/go.mod (1)

Pattern tests/**/*: "Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"

Additional comments not posted (15)
store/v2/go.mod (1)

53-53: LGTM!

The dependency update from v1.20.1 to v1.20.2 is appropriate and addresses a specific bug fix related to the promhttp package.

The code changes are approved.

runtime/v2/go.mod (1)

74-74: LGTM!

The dependency update from v1.20.1 to v1.20.2 is appropriate and addresses a specific bug fix related to the promhttp package.

The code changes are approved.

server/v2/go.mod (1)

34-34: LGTM!

The dependency update from v1.20.1 to v1.20.2 is appropriate and addresses a specific bug fix related to the promhttp package.

The code changes are approved.

tools/confix/go.mod (1)

117-117: Dependency version update approved.

The update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is a minor version increment that includes bug fixes. Ensure that the changes in the new version are compatible with your codebase.

x/nft/go.mod (1)

124-124: Dependency version update approved.

The update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is a minor version increment that includes bug fixes. Ensure that the changes in the new version are compatible with your codebase.

x/evidence/go.mod (1)

127-127: Dependency version update approved.

The update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is a minor version increment that includes bug fixes. Ensure that the changes in the new version are compatible with your codebase.

x/protocolpool/go.mod (1)

127-127: Dependency Update Approved

The update from github.com/prometheus/client_golang v1.20.1 to v1.20.2 is a minor version increment, typically including bug fixes and performance improvements. This change is approved.

x/epochs/go.mod (1)

119-119: Dependency Update Approved

The update from github.com/prometheus/client_golang v1.20.1 to v1.20.2 is a minor version increment, typically including bug fixes and performance improvements. This change is approved.

x/circuit/go.mod (1)

125-125: Dependency Update Approved

The update from github.com/prometheus/client_golang v1.20.1 to v1.20.2 is a minor version increment, typically including bug fixes and performance improvements. This change is approved.

x/authz/go.mod (1)

123-123: LGTM!

The dependency update from v1.20.1 to v1.20.2 addresses a bug fix in the promhttp package. This is a minor version update and should be backward compatible.

The code changes are approved.

x/mint/go.mod (1)

116-116: LGTM!

The dependency update from v1.20.1 to v1.20.2 addresses a bug fix in the promhttp package. This is a minor version update and should be backward compatible.

The code changes are approved.

x/distribution/go.mod (1)

131-131: LGTM!

The dependency update from v1.20.1 to v1.20.2 addresses a bug fix in the promhttp package. This is a minor version update and should be backward compatible.

The code changes are approved.

x/upgrade/go.mod (1)

153-153: LGTM!

The dependency update from v1.20.1 to v1.20.2 addresses a bug fix related to the promhttp package. Ensure that the update does not introduce any breaking changes.

The code changes are approved.

tests/go.mod (1)

178-178: LGTM!

The dependency update from v1.20.1 to v1.20.2 addresses a bug fix related to the promhttp package. Ensure that the update does not introduce any breaking changes.

The code changes are approved.

simapp/v2/go.mod (1)

185-185: LGTM!

The dependency update from v1.20.1 to v1.20.2 addresses a bug fix related to the promhttp package. Ensure that the update does not introduce any breaking changes.

The code changes are approved.

Copy link
Contributor

@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.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c40cf3e and c125f37.

Files ignored due to path filters (36)
  • client/v2/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • store/v2/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (36)
  • client/v2/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (23)
  • client/v2/go.mod
  • orm/go.mod
  • server/v2/go.mod
  • simapp/go.mod
  • store/go.mod
  • store/v2/go.mod
  • tests/go.mod
  • tests/systemtests/go.mod
  • tools/confix/go.mod
  • tools/hubl/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/accounts/defaults/multisig/go.mod
  • x/accounts/go.mod
  • x/authz/go.mod
  • x/bank/go.mod
  • x/feegrant/go.mod
  • x/gov/go.mod
  • x/mint/go.mod
  • x/nft/go.mod
  • x/params/go.mod
  • x/protocolpool/go.mod
  • x/slashing/go.mod
  • x/upgrade/go.mod
Additional comments not posted (13)
runtime/v2/go.mod (1)

74-74: Dependency Update: github.com/prometheus/client_golang

The version update from v1.20.1 to v1.20.2 addresses a specific bug related to the promhttp package, where the Content-Encoding header was not being unset when the data was uncompressed. Ensure to test the application thoroughly to confirm that the update does not introduce any new issues.

The code changes are approved.

server/v2/cometbft/go.mod (1)

138-138: Dependency Update: github.com/prometheus/client_golang

The version update from v1.20.1 to v1.20.2 addresses a specific bug related to the promhttp package, where the Content-Encoding header was not being unset when the data was uncompressed. Ensure to test the application thoroughly to confirm that the update does not introduce any new issues.

The code changes are approved.

x/consensus/go.mod (1)

123-123: Dependency Update: github.com/prometheus/client_golang

The version update from v1.20.1 to v1.20.2 addresses a specific bug related to the promhttp package, where the Content-Encoding header was not being unset when the data was uncompressed. Ensure to test the application thoroughly to confirm that the update does not introduce any new issues.

The code changes are approved.

x/auth/go.mod (1)

130-130: LGTM!

The dependency version update from v1.20.1 to v1.20.2 is appropriate and addresses a specific bug in the promhttp package.

The code changes are approved.

x/staking/go.mod (1)

117-117: LGTM!

The dependency version update from v1.20.1 to v1.20.2 is appropriate and addresses a specific bug in the promhttp package.

The code changes are approved.

x/evidence/go.mod (1)

127-127: LGTM!

The dependency version update from v1.20.1 to v1.20.2 is appropriate and addresses a specific bug in the promhttp package.

The code changes are approved.

x/epochs/go.mod (1)

119-119: LGTM!

The version update from v1.20.1 to v1.20.2 addresses a specific bug related to the promhttp package. This change is expected to be backward-compatible.

The code changes are approved.

x/circuit/go.mod (1)

125-125: LGTM!

The version update from v1.20.1 to v1.20.2 addresses a specific bug related to the promhttp package. This change is expected to be backward-compatible.

The code changes are approved.

x/distribution/go.mod (1)

131-131: LGTM!

The version update from v1.20.1 to v1.20.2 addresses a specific bug related to the promhttp package. This change is expected to be backward-compatible.

The code changes are approved.

tools/cosmovisor/go.mod (1)

135-135: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang addresses a specific bug related to the promhttp package. This change is minor and backward-compatible.

The code changes are approved.

go.mod (1)

49-49: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang addresses a specific bug related to the promhttp package. This change is minor and backward-compatible.

The code changes are approved.

x/group/go.mod (1)

139-139: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang addresses a specific bug related to the promhttp package. This change is minor and backward-compatible.

The code changes are approved.

simapp/v2/go.mod (1)

185-185: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang addresses a specific bug related to the promhttp package. This update is beneficial and should not introduce breaking changes.

The code changes are approved.

Copy link
Contributor

@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.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c40cf3e and c125f37.

Files ignored due to path filters (36)
  • client/v2/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • store/v2/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (36)
  • client/v2/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (27)
  • client/v2/go.mod
  • go.mod
  • orm/go.mod
  • server/v2/cometbft/go.mod
  • server/v2/go.mod
  • simapp/v2/go.mod
  • store/go.mod
  • store/v2/go.mod
  • tests/go.mod
  • tests/systemtests/go.mod
  • tools/confix/go.mod
  • tools/cosmovisor/go.mod
  • tools/hubl/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/accounts/defaults/multisig/go.mod
  • x/accounts/go.mod
  • x/auth/go.mod
  • x/bank/go.mod
  • x/circuit/go.mod
  • x/consensus/go.mod
  • x/epochs/go.mod
  • x/evidence/go.mod
  • x/feegrant/go.mod
  • x/group/go.mod
  • x/mint/go.mod
  • x/protocolpool/go.mod
  • x/slashing/go.mod
Additional comments not posted (9)
runtime/v2/go.mod (1)

74-74: Dependency Update: github.com/prometheus/client_golang

The dependency version has been updated from v1.20.1 to v1.20.2. Ensure that the update is compatible with the rest of the codebase and that any new features or bug fixes are correctly utilized.

The code changes are approved.

x/staking/go.mod (1)

117-117: Dependency Update: github.com/prometheus/client_golang

The dependency version has been updated from v1.20.1 to v1.20.2. Ensure that the update is compatible with the rest of the codebase and that any new features or bug fixes are correctly utilized.

The code changes are approved.

x/nft/go.mod (1)

124-124: Dependency Update: github.com/prometheus/client_golang

The dependency version has been updated from v1.20.1 to v1.20.2. Ensure that the update is compatible with the rest of the codebase and that any new features or bug fixes are correctly utilized.

The code changes are approved.

x/authz/go.mod (1)

123-123: LGTM!

The version update for github.com/prometheus/client_golang from v1.20.1 to v1.20.2 is appropriate and aligns with the PR objectives.

x/distribution/go.mod (1)

131-131: LGTM!

The version update for github.com/prometheus/client_golang from v1.20.1 to v1.20.2 is appropriate and aligns with the PR objectives.

x/gov/go.mod (1)

132-132: LGTM!

The version update for github.com/prometheus/client_golang from v1.20.1 to v1.20.2 is appropriate and aligns with the PR objectives.

x/params/go.mod (1)

126-126: LGTM!

The dependency update from v1.20.1 to v1.20.2 is appropriate and aligns with the PR objectives.

The code changes are approved.

x/upgrade/go.mod (1)

153-153: LGTM!

The dependency update from v1.20.1 to v1.20.2 is appropriate and aligns with the PR objectives.

The code changes are approved.

simapp/go.mod (1)

180-180: LGTM!

The dependency update from v1.20.1 to v1.20.2 is appropriate and aligns with the PR objectives.

The code changes are approved.

Copy link
Contributor

@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.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c40cf3e and c125f37.

Files ignored due to path filters (36)
  • client/v2/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • store/v2/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (36)
  • client/v2/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (28)
  • client/v2/go.mod
  • go.mod
  • orm/go.mod
  • runtime/v2/go.mod
  • server/v2/cometbft/go.mod
  • server/v2/go.mod
  • simapp/go.mod
  • simapp/v2/go.mod
  • store/go.mod
  • store/v2/go.mod
  • tests/systemtests/go.mod
  • tools/cosmovisor/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/auth/go.mod
  • x/authz/go.mod
  • x/bank/go.mod
  • x/circuit/go.mod
  • x/consensus/go.mod
  • x/distribution/go.mod
  • x/epochs/go.mod
  • x/gov/go.mod
  • x/group/go.mod
  • x/mint/go.mod
  • x/nft/go.mod
  • x/protocolpool/go.mod
  • x/slashing/go.mod
  • x/staking/go.mod
  • x/upgrade/go.mod
Additional context used
Path-based instructions (1)
tests/go.mod (1)

Pattern tests/**/*: "Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"

Additional comments not posted (8)
tools/hubl/go.mod (1)

117-117: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is appropriate and should include backward-compatible bug fixes and improvements.

The code changes are approved.

tools/confix/go.mod (1)

117-117: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is appropriate and should include backward-compatible bug fixes and improvements.

The code changes are approved.

x/evidence/go.mod (1)

127-127: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is appropriate and should include backward-compatible bug fixes and improvements.

The code changes are approved.

x/params/go.mod (1)

126-126: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is appropriate and aligns with the PR objectives.

The code changes are approved.

x/feegrant/go.mod (1)

132-132: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is appropriate and aligns with the PR objectives.

The code changes are approved.

x/accounts/defaults/multisig/go.mod (1)

124-124: LGTM!

The version update from v1.20.1 to v1.20.2 for github.com/prometheus/client_golang is appropriate and aligns with the PR objectives.

The code changes are approved.

x/accounts/go.mod (1)

129-129: LGTM!

The dependency version update from v1.20.1 to v1.20.2 is appropriate and addresses the bug fix related to the promhttp package.

The code changes are approved.

tests/go.mod (1)

178-178: LGTM!

The dependency version update from v1.20.1 to v1.20.2 is appropriate and addresses the bug fix related to the promhttp package.

The code changes are approved.

@julienrbrt julienrbrt added this pull request to the merge queue Aug 26, 2024
Merged via the queue into main with commit 3cb95a3 Aug 26, 2024
100 of 105 checks passed
@julienrbrt julienrbrt deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.20.2 branch August 26, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants