-
-
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.7 #1099
Conversation
WalkthroughThe changes in this pull request include updates to versioning across multiple files for the Yorkie project, reflecting the release of version 0.5.7 dated December 11, 2024. The Changes
Possibly related PRs
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 (
|
There was a problem hiding this 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)
14-24
: Format URLs according to markdown standardsThe URLs should be properly formatted using markdown link syntax
[text](url)
instead of bare URLs.Apply this format to the URLs:
-https://github.com/yorkie-team/yorkie/pull/1082 +[#1082](https://github.com/yorkie-team/yorkie/pull/1082)🧰 Tools
🪛 Markdownlint (0.35.0)
14-14: null
Bare URL used(MD034, no-bare-urls)
15-15: null
Bare URL used(MD034, no-bare-urls)
16-16: null
Bare URL used(MD034, no-bare-urls)
17-17: null
Bare URL used(MD034, no-bare-urls)
21-21: null
Bare URL used(MD034, no-bare-urls)
22-22: null
Bare URL used(MD034, no-bare-urls)
23-23: null
Bare URL used(MD034, no-bare-urls)
24-24: null
Bare URL used(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (8)
CHANGELOG.md
(1 hunks)Makefile
(1 hunks)api/docs/yorkie.base.yaml
(1 hunks)api/docs/yorkie/v1/admin.openapi.yaml
(1 hunks)api/docs/yorkie/v1/cluster.openapi.yaml
(1 hunks)api/docs/yorkie/v1/resources.openapi.yaml
(1 hunks)api/docs/yorkie/v1/yorkie.openapi.yaml
(1 hunks)build/charts/yorkie-cluster/Chart.yaml
(1 hunks)
✅ Files skipped from review due to trivial changes (7)
- api/docs/yorkie.base.yaml
- build/charts/yorkie-cluster/Chart.yaml
- api/docs/yorkie/v1/admin.openapi.yaml
- api/docs/yorkie/v1/cluster.openapi.yaml
- Makefile
- api/docs/yorkie/v1/yorkie.openapi.yaml
- api/docs/yorkie/v1/resources.openapi.yaml
🧰 Additional context used
🪛 Markdownlint (0.35.0)
CHANGELOG.md
14-14: null
Bare URL used
(MD034, no-bare-urls)
15-15: null
Bare URL used
(MD034, no-bare-urls)
16-16: null
Bare URL used
(MD034, no-bare-urls)
17-17: null
Bare URL used
(MD034, no-bare-urls)
21-21: null
Bare URL used
(MD034, no-bare-urls)
22-22: null
Bare URL used
(MD034, no-bare-urls)
23-23: null
Bare URL used
(MD034, no-bare-urls)
24-24: null
Bare URL used
(MD034, no-bare-urls)
🔇 Additional comments (1)
CHANGELOG.md (1)
10-24
: LGTM! Well-structured changelog entry
The changelog entry for v0.5.7:
- Follows the Keep a Changelog format
- Uses proper semantic versioning
- Clearly categorizes changes
- Provides good descriptions with PR references
- Links changes to contributors
🧰 Tools
🪛 Markdownlint (0.35.0)
14-14: null
Bare URL used
(MD034, no-bare-urls)
15-15: null
Bare URL used
(MD034, no-bare-urls)
16-16: null
Bare URL used
(MD034, no-bare-urls)
17-17: null
Bare URL used
(MD034, no-bare-urls)
21-21: null
Bare URL used
(MD034, no-bare-urls)
22-22: null
Bare URL used
(MD034, no-bare-urls)
23-23: null
Bare URL used
(MD034, no-bare-urls)
24-24: null
Bare URL used
(MD034, no-bare-urls)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1099 +/- ##
=======================================
Coverage 46.84% 46.84%
=======================================
Files 84 84
Lines 12256 12256
=======================================
Hits 5741 5741
Misses 5939 5939
Partials 576 576 ☔ View full report in Codecov by Sentry. |
What this PR does / why we need it:
Update CHANGELOG.md for v0.5.7
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
New Features
Bug Fixes
Documentation
Chores