Update CHANGELOG.md for v0.6.26#1457
Conversation
WalkthroughBumps release/version metadata to v0.6.26 across Makefile, OpenAPI specs, and Helm chart, and adds an Unreleased v0.6.26 section to CHANGELOG describing changes and fixes. No functional API or build logic alterations beyond version strings. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
CHANGELOG.md (1)
14-21: Resolve markdownlint MD034 (bare URLs) in new bullets.Static analysis flagged bare URLs. Use markdown link syntax to satisfy MD034. Suggested localized fix for the newly added lines:
- - Improve error for better context in DB by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1445 - - Improve changes fetching with database-level pagination by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1448 + - Improve error for better context in DB by @hackerwins in [#1445](https://github.com/yorkie-team/yorkie/pull/1445) + - Improve changes fetching with database-level pagination by @hackerwins in [#1448](https://github.com/yorkie-team/yorkie/pull/1448) - - Fix incorrect tombstone in Tree.Remove for overlapping ranges by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1435 - - Refine server configuration defaults and tests by @ggyuchive in https://github.com/yorkie-team/yorkie/pull/1450 - - Fix removedAt timestamp handling in text deletions by @sigmaith in https://github.com/yorkie-team/yorkie/pull/1447 + - Fix incorrect tombstone in Tree.Remove for overlapping ranges by @hackerwins in [#1435](https://github.com/yorkie-team/yorkie/pull/1435) + - Refine server configuration defaults and tests by @ggyuchive in [#1450](https://github.com/yorkie-team/yorkie/pull/1450) + - Fix removedAt timestamp handling in text deletions by @sigmaith in [#1447](https://github.com/yorkie-team/yorkie/pull/1447)If you prefer consistency with historical entries, alternatively consider disabling MD034 for this file in your markdownlint config.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 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)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-07-09T01:45:42.906Z
Learnt from: KMSstudio
PR: yorkie-team/yorkie#1372
File: cmd/yorkie/signup.go:0-0
Timestamp: 2025-07-09T01:45:42.906Z
Learning: In the Yorkie CLI codebase (cmd/yorkie/), global variables like `username`, `password`, `rpcAddr`, and `insecure` are declared in `login.go` at package level and are reused across different commands (like `signup.go`) within the same `main` package, avoiding unnecessary duplication.
Applied to files:
Makefile
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md
14-14: Bare URL used
(MD034, no-bare-urls)
15-15: Bare URL used
(MD034, no-bare-urls)
19-19: Bare URL used
(MD034, no-bare-urls)
20-20: Bare URL used
(MD034, no-bare-urls)
21-21: Bare URL used
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: build
🔇 Additional comments (7)
build/charts/yorkie-cluster/Chart.yaml (1)
14-15: Approved: Version bump to 0.6.26 verified across chart and docs
- build/charts/yorkie-cluster/Chart.yaml version & appVersion updated to 0.6.26
- All OpenAPI docs under api/docs reference v0.6.26
- No leftover 0.6.25/v0.6.25 occurrences outside changelogs
Makefile (1)
1-1: YORKIE_VERSION correctly updated and propagatedThe
rgoutput confirms:
- YORKIE_VERSION is set to 0.6.26 in the Makefile.
- GO_LDFLAGS embed the new version and build date.
- The Docker buildx command tags the image with
$(YORKIE_VERSION).api/docs/yorkie/v1/admin.openapi.yaml (1)
6-6: OpenAPI info.version bumped to v0.6.26 — approvedNo API surface changes beyond the version metadata.
api/docs/yorkie/v1/resources.openapi.yaml (1)
6-6: OpenAPI info.version set to v0.6.26 — approvedDocs-only change; schemas and components remain unchanged.
api/docs/yorkie/v1/yorkie.openapi.yaml (1)
6-6: OpenAPI info.version updated to v0.6.26 — approvedConsistent with the rest of the spec set and the release bump.
CHANGELOG.md (1)
10-22: v0.6.26 entry looks consistent and well-scoped.Date, headings, and itemization align with prior entries and Keep a Changelog conventions.
api/docs/yorkie/v1/cluster.openapi.yaml (1)
6-6: Cluster OpenAPI version updated to v0.6.26 — OK.No path/schema changes observed; safe metadata bump.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1457 +/- ##
=======================================
Coverage 38.77% 38.77%
=======================================
Files 184 184
Lines 31249 31249
=======================================
Hits 12116 12116
Misses 18159 18159
Partials 974 974 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What this PR does / why we need it:
Update CHANGELOG.md for v0.6.26
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