-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Update CHANGELOG.md for v0.5.5 #1059
Conversation
WalkthroughThis pull request introduces version Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (6)
🧰 Additional context used🪛 MarkdownlintCHANGELOG.md14-14: null (MD034, no-bare-urls) 18-18: null (MD034, no-bare-urls) 22-22: null (MD034, no-bare-urls) 🔇 Additional comments (2)Makefile (2)
The version increment follows semantic versioning and is properly propagated through the build process via GO_LDFLAGS.
Let's ensure the version number is consistently updated across all related files mentioned in the AI summary. ✅ Verification successfulVersion number is consistently updated across all relevant files The version
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify version consistency across files
# Expected version: 0.5.5
# Check version in CHANGELOG.md
echo "Checking CHANGELOG.md..."
rg "## \[0\.5\.5\]" CHANGELOG.md
# Check version in OpenAPI specs
echo -e "\nChecking OpenAPI specs..."
rg "version: ['\"]?0\.5\.5['\"]?" api/
# Check version in Chart.yaml
echo -e "\nChecking Chart.yaml..."
rg "version: ['\"]?0\.5\.5['\"]?" deploy/helm-charts/yorkie-cluster/Chart.yaml
rg "appVersion: ['\"]?0\.5\.5['\"]?" deploy/helm-charts/yorkie-cluster/Chart.yaml
Length of output: 633 Script: #!/bin/bash
# Let's check for any Chart.yaml files in the repository
echo "Looking for Chart.yaml files..."
fd "Chart.yaml"
# Let's also check for any other version references in the codebase
echo -e "\nChecking for version references in other files..."
rg "0\.5\.5" --type-not md
# Check package.json and similar files for version
echo -e "\nChecking package files..."
fd "package.json|version.go" --exec cat {}
Length of output: 6289 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1059 +/- ##
=======================================
Coverage 46.83% 46.83%
=======================================
Files 84 84
Lines 12108 12108
=======================================
Hits 5671 5671
Misses 5873 5873
Partials 564 564 ☔ View full report in Codecov by Sentry. |
What this PR does / why we need it:
Update CHANGELOG.md for v0.5.5
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation:
Checklist:
Summary by CodeRabbit
Release Notes for Version 0.5.5
New Features
Changed
Bug Fixes
Documentation
Chores