Skip to content

Conversation

hopr-bot
Copy link
Collaborator

@hopr-bot hopr-bot commented Jan 15, 2025

The scope of this PR is to create the contents of the new release 3.0.0

@hopr-bot hopr-bot requested a review from a team January 15, 2025 18:06
Copy link
Contributor

coderabbitai bot commented Jan 15, 2025

Warning

Rate limit exceeded

@ausias-armesto has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 17 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between e674e3f and bb84fa5.

📒 Files selected for processing (1)
  • .github/workflows/promote-release.yaml (3 hunks)
📝 Walkthrough

Walkthrough

This pull request includes several changes, primarily updating the version of the hopr-lib package from "2.2.0-rc.2" to "3.0.0" in the Cargo.toml file, indicating a major version increment. Additionally, it removes the .github/workflows/generate-sdk.yaml file, which defined a GitHub Actions workflow for generating SDKs. The workflow in .github/workflows/merge.yaml has been modified by removing the generate_sdk job and adding a notification step for releases via Zulip. The workflow in .github/workflows/promote-release.yaml has also been streamlined by eliminating steps related to promoting the hoprd-sdk-python repository.

Changes

File Change Summary
hopr/hopr-lib/Cargo.toml Version updated from "2.2.0-rc.2" to "3.0.0"
.github/workflows/generate-sdk.yaml File deleted; workflow for generating SDK was removed.
.github/workflows/merge.yaml Removed generate_sdk job and added Zulip notification step in create_release job.
.github/workflows/promote-release.yaml Removed steps for promoting the hoprd-sdk-python repository.
Makefile Target .PHONY: generate-python-sdk removed.

Possibly related PRs

  • Open release 2.2.0-rc.1 #6252: This PR updates the version of hopr-lib from "2.1.0" to "2.2.0-rc.1", which is directly related to the versioning changes in the main PR that updates hopr-lib from "2.2.0-rc.2" to "3.0.0".
  • Open release 2.2.0-rc.2 #6771: This PR updates the version of hopr-lib from "2.2.0-rc.1" to "2.2.0-rc.2", which is also directly related to the versioning changes in the main PR.
  • Close release 2.2.0-rc.1 #6768: This PR discusses the release process for version 2.2.0-rc.1, which is relevant as it precedes the version update in the main PR.

Suggested labels

release

Suggested reviewers

  • Teebor-Choka

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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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.

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.

@hopr-bot hopr-bot marked this pull request as ready for review January 15, 2025 18:07
@hopr-bot hopr-bot enabled auto-merge January 15, 2025 18:07
@github-actions github-actions bot added dependencies Pull requests that update a dependency file crate:hopr-lib labels Jan 15, 2025
@ausias-armesto ausias-armesto changed the title Open release 2.2.0 Open release 2.2.1 Jan 15, 2025
@github-actions github-actions bot added the toolchain Developer and product happiness label Jan 15, 2025
@ausias-armesto ausias-armesto changed the title Open release 2.2.1 Open release 3.0.0 Jan 15, 2025
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

🧹 Nitpick comments (1)
.github/workflows/merge.yaml (1)

201-214: The Zulip notification integration looks good, with some suggestions for improvement.

The notification step is well-integrated into the release process. Consider these enhancements:

  1. Move the Zulip organization URL to repository variables for better maintainability
  2. Use a more professional tone in the notification message
  3. Consider using a version-specific topic for better message organization

Apply this diff to implement the suggestions:

       - name: Notify release
         uses: zulip/github-actions-zulip/send-message@v1
         with:
           api-key: ${{ secrets.ZULIP_API_KEY }}
           email: ${{ secrets.ZULIP_EMAIL }}
-          organization-url: "https://hopr.zulipchat.com"
+          organization-url: ${{ vars.ZULIP_ORG_URL }}
           type: "stream"
           to: "Releases"
-          topic: "main"
+          topic: "v${{ steps.setup.outputs.current_version }}"
           content: |
-            I'm thrilled to inform the new hoprd version v${{ steps.setup.outputs.current_version }} has been released.
+            HOPR v${{ steps.setup.outputs.current_version }} has been released.
             [Release Notes](https://github.com/hoprnet/hoprnet/releases/tag/v${{ steps.setup.outputs.current_version }})
             [Docker Hub](https://hub.docker.com/repository/docker/hoprnet/hoprd/tags)
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 20e4ee3 and ab9e911.

📒 Files selected for processing (2)
  • .github/workflows/merge.yaml (1 hunks)
  • Makefile (0 hunks)
💤 Files with no reviewable changes (1)
  • Makefile
⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: hopli / docker
  • GitHub Check: hoprd / docker
  • GitHub Check: tests-smart-contracts
  • GitHub Check: Docs / Rust docs
  • GitHub Check: tests-smoke-websocket
  • GitHub Check: tests-unit
  • GitHub Check: Linter
  • GitHub Check: tests-unit-nightly

@hopr-bot hopr-bot added this pull request to the merge queue Jan 16, 2025
@Teebor-Choka Teebor-Choka removed this pull request from the merge queue due to a manual request Jan 16, 2025
@Teebor-Choka Teebor-Choka merged commit 456d076 into master Jan 16, 2025
28 checks passed
@Teebor-Choka Teebor-Choka deleted the bot/open-Patch-2.2.0 branch January 16, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:hopr-lib dependencies Pull requests that update a dependency file toolchain Developer and product happiness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants