feat(docs): add article about new version#329
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Signed-off-by: Andrey Kolkov <androndo@gmail.com>
e172250 to
d39feb6
Compare
There was a problem hiding this comment.
Code Review
This pull request introduces a new documentation file, docs/meet_v1alpha2.md, which provides an overview of the etcd-operator in Cozystack under the new v1alpha2 API version, including its features, migration details, and a comparison with alternative operators. Feedback on the documentation highlights a broken local anchor link on line 167, with a suggestion to update it to point to the correct section in the README.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| in-place upgrades ([#327](https://github.com/etcd-io/etcd-operator/issues/327)) | ||
| and recovery from multiple failed members / quorum loss | ||
| ([#359](https://github.com/etcd-io/etcd-operator/issues/359)). See | ||
| [What's intentionally not here](#whats-intentionally-not-here-yet). |
There was a problem hiding this comment.
The local anchor link [What's intentionally not here](#whats-intentionally-not-here-yet) is broken because there is no section named What's intentionally not here yet in this document. If you intended to link to the "What's not supported (yet)" section in the README.md, please update the link to point to the README instead.
| [What's intentionally not here](#whats-intentionally-not-here-yet). | |
| [What's not supported (yet)](../README.md#whats-not-supported-yet). |
Restructure the v1alpha2 announcement article: add project history and authorship, describe the Membership API based lifecycle, replace comparison tables with a roadmap status list and a beyond-roadmap capabilities list, and drop marketing tone. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
60df17c to
bd80da7
Compare
|
Closing in favor of cozystack/website#573 — the article moves to the cozystack.io blog. |
## Summary Add a blog post announcing the donation of etcd-operator to the Cozystack project and the new `etcd-operator.cozystack.io/v1alpha2` API. The post covers the project history, the new Membership-API-based lifecycle that replaces the StatefulSet model, key features, changes compared to `v1alpha1`, the in-place migration path, and a status comparison against the official etcd-io/etcd-operator roadmap. Adapted from the announcement article in the operator repository: cozystack/etcd-operator#329 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added blog post announcing etcd-operator's integration with Cozystack, featuring the new API version, operator architecture, scaling capabilities, storage options, and migration guidance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Summary Add a blog post announcing the donation of etcd-operator to the Cozystack project and the new `etcd-operator.cozystack.io/v1alpha2` API. The post covers the project history, the new Membership-API-based lifecycle that replaces the StatefulSet model, key features, changes compared to `v1alpha1`, the in-place migration path, and a status comparison against the official etcd-io/etcd-operator roadmap. Adapted from the announcement article in the operator repository: cozystack/etcd-operator#329 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added blog post announcing etcd-operator's integration with Cozystack, featuring the new API version, operator architecture, scaling capabilities, storage options, and migration guidance. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
No description provided.