-
Notifications
You must be signed in to change notification settings - Fork 49
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
chore: prepare v8.0.3
#435
Conversation
WalkthroughThe pull request introduces updates to the changelog for the v8.0.3 release, dated November 20, 2024. It specifies that this release is a non-consensus breaking patch for the v8 Helium release line. Additionally, it includes updates to the dependencies, detailing changes to the Changes
Possibly related PRs
Poem
Warning Rate limit exceeded@johnletey has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 14 minutes and 30 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used🪛 Markdownlint.changelog/v8.0.3/summary.md1-1: null (MD036, no-emphasis-as-heading) CHANGELOG.md5-5: null (MD036, no-emphasis-as-heading) 🔇 Additional comments (4)CHANGELOG.md (4)
The version header and date format are consistent with previous entries. 🧰 Tools🪛 Markdownlint5-5: null (MD036, no-emphasis-as-heading)
The release description clearly indicates the nature of the changes.
The changelog follows the established format and maintains consistency with previous entries. The emphasis used for the date is a common pattern in changelogs and should be preserved. 🧰 Tools🪛 Markdownlint5-5: null (MD036, no-emphasis-as-heading)
The dependencies section is well-documented with proper references to PRs and versions. The security advisory ASA-2024-010 is mentioned with its resolution. Let's verify the security advisory details: ✅ Verification successfulSecurity advisory update verified The codebase has been properly updated to use 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the security advisory details for ASA-2024-010
# Check the security advisory
gh api graphql -f query='
{
repository(owner: "cosmos", name: "cosmos-sdk") {
securityAdvisory(ghsaId: "GHSA-7225-m954-23v7") {
summary
severity
publishedAt
withdrawnAt
}
}
}'
Length of output: 542 Script: #!/bin/bash
# Let's verify the security advisory by checking the go.mod file for the math dependency version
rg -A 5 "cosmossdk.io/math" go.mod
# Also check for any direct references to the security advisory in the codebase
rg -i "ASA-2024-010|GHSA-7225-m954-23v7"
# Check the commit history for the PR that updated the math dependency
git log -n 1 --grep="433" --pretty=format:"%H %s"
Length of output: 674 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 (
|
No description provided.