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

Mark v1.20.1 #2212

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Mark v1.20.1 #2212

merged 1 commit into from
Nov 11, 2024

Conversation

SpicyLemon
Copy link
Contributor

@SpicyLemon SpicyLemon commented Nov 7, 2024

Description

This PR marks v1.20.1 in main. It's basically a frontport of:


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Added relevant changelog entries under .changelog/unreleased (see Adding Changes).
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

Summary by CodeRabbit

  • New Features
    • Updated various dependencies to enhance performance and security.
  • Bug Fixes
    • Removed outdated dependencies to streamline the project.
  • Documentation
    • Updated CHANGELOG.md to reflect all recent dependency changes and version updates.

@SpicyLemon SpicyLemon requested a review from a team as a code owner November 7, 2024 23:45
Copy link
Contributor

coderabbitai bot commented Nov 7, 2024

Walkthrough

This pull request involves the deletion of several changelog files that documented updates to various dependencies within the project. Key changes include the removal of outdated dependencies, updates to existing ones, and the addition of new libraries. The main changelog file (CHANGELOG.md) has been updated to reflect these changes, including a new version entry for v1.20.1 which summarizes the dependency modifications.

Changes

File Path Change Summary
.changelog/unreleased/dependencies/2202-*.md Deleted; documented removal of dependencies and updates to others, including cometbft and badger.
.changelog/unreleased/dependencies/2206-*.md Deleted; documented update of bufbuild/buf-setup-action from v1.45.0 to v1.46.0.
.changelog/unreleased/dependencies/2209-*.md Deleted; documented updates to various dependencies including cometbft and prometheus.
CHANGELOG.md Updated to include new version entry for v1.20.1, detailing various dependency updates and removals.

Possibly related PRs

  • Bump github.com/cometbft/cometbft from 0.38.13 to 0.38.15 #2209: This PR updates the github.com/cometbft/cometbft dependency from v0.38.13 to v0.38.15, which is directly related to the updates made in the main PR that also involve changes to the cometbft dependency.
  • Mark v1.20.0-rc4 #2203: This PR marks the release version v1.20.0-rc4, which includes updates to the changelog that are relevant to the changes documented in the main PR regarding dependency management.
  • Mark v1.20.0 #2205: This PR marks the final release version v1.20.0, which includes a comprehensive overview of dependency updates, including those mentioned in the main PR.

Suggested labels

dependencies, github_actions

Suggested reviewers

  • iramiller
  • Taztingo

🐇 In the meadow, hops a rabbit bright,
With changelogs updated, oh what a sight!
Dependencies trimmed, and versions anew,
A hop and a skip, for the code we pursue!
From buf to comet, all in a row,
Let's celebrate changes, let the good times flow! 🌼


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>, please review it.
    • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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.

@SpicyLemon SpicyLemon enabled auto-merge (squash) November 7, 2024 23:45
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

🧹 Outside diff range and nitpick comments (1)
CHANGELOG.md (1)

85-87: Consider using proper markdown link formatting for URLs.

Instead of using bare URLs, consider using markdown link syntax for better readability and to follow markdown best practices.

For example:

-* https://github.com/provenance-io/provenance/compare/v1.20.0...v1.20.1
-* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.1
+* [v1.20.0...v1.20.1](https://github.com/provenance-io/provenance/compare/v1.20.0...v1.20.1)
+* [v1.19.1...v1.20.1](https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.1)
🧰 Tools
🪛 Markdownlint

85-85: null
Bare URL used

(MD034, no-bare-urls)


86-86: null
Bare URL used

(MD034, no-bare-urls)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between c8a0774 and 12de100.

📒 Files selected for processing (4)
  • .changelog/unreleased/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md (0 hunks)
  • .changelog/unreleased/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md (0 hunks)
  • .changelog/unreleased/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md (0 hunks)
  • CHANGELOG.md (1 hunks)
💤 Files with no reviewable changes (3)
  • .changelog/unreleased/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md
  • .changelog/unreleased/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md
  • .changelog/unreleased/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md
🧰 Additional context used
🪛 Markdownlint
CHANGELOG.md

85-85: null
Bare URL used

(MD034, no-bare-urls)


86-86: null
Bare URL used

(MD034, no-bare-urls)

🔇 Additional comments (1)
CHANGELOG.md (1)

59-81: LGTM! Well-documented dependency updates.

The dependency updates section is well organized and properly documented with:

  • Clear version changes (from -> to)
  • PR references for tracking
  • Grouped by related packages

@SpicyLemon SpicyLemon disabled auto-merge November 11, 2024 19:14
@SpicyLemon SpicyLemon merged commit 2f80a41 into main Nov 11, 2024
20 checks passed
@SpicyLemon SpicyLemon deleted the dwedul/main-v1.20.1 branch November 11, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants