Skip to content

docs(platform-stack): bump etcd-operator to v0.4.3#501

Open
lexfrei wants to merge 2 commits intomainfrom
docs/etcd-operator-0.4.3-backup
Open

docs(platform-stack): bump etcd-operator to v0.4.3#501
lexfrei wants to merge 2 commits intomainfrom
docs/etcd-operator-0.4.3-backup

Conversation

@lexfrei
Copy link
Copy Markdown
Contributor

@lexfrei lexfrei commented Apr 20, 2026

What this PR does

Bumps the pinned etcd-operator version in the v1.2 platform-stack guide from v0.4.2 to v0.4.3.

Accompanies cozystack/cozystack#2428, which re-vendors the chart and adds the backup.* API surface on the managed etcd app. The new backup parameters will land in content/en/docs/v1.2/operations/services/etcd.md automatically when the release-tag sync job pulls the updated packages/extra/etcd/README.md — no hand-edited doc is needed here.

Summary by CodeRabbit

  • Documentation
    • Updated Kubernetes tenant etcd deployment docs to reference the operator component v0.4.3 (was v0.4.2).
    • Clarified wording by renaming the bullet prefix from “Operator” to “Kubernetes operator” for clearer architecture guidance.

Accompanies cozystack/cozystack#2428 which updates the vendored chart and adds the S3 backup schedule API surface.

Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
@lexfrei lexfrei requested review from kvaps and lllamnyp as code owners April 20, 2026 16:42
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 20, 2026

Deploy Preview for cozystack ready!

Name Link
🔨 Latest commit 8f90d21
🔍 Latest deploy log https://app.netlify.com/projects/cozystack/deploys/69eb4ac8c42c7d00085c1e42
😎 Deploy Preview https://deploy-preview-501--cozystack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f952d39f-c092-4814-aa74-ad70c2d53657

📥 Commits

Reviewing files that changed from the base of the PR and between e973c7f and 8f90d21.

📒 Files selected for processing (1)
  • content/en/docs/v1.2/guides/platform-stack/_index.md
✅ Files skipped from review due to trivial changes (1)
  • content/en/docs/v1.2/guides/platform-stack/_index.md

📝 Walkthrough

Walkthrough

Updated the Etcd Cluster documentation to change the etcd operator reference from aenix-io/etcd-operator v0.4.2 to v0.4.3 and renamed the bullet prefix from “Operator” to “Kubernetes operator” in the Kubernetes tenant platform stack guide.

Changes

Cohort / File(s) Summary
Documentation Update
content/en/docs/v1.2/guides/platform-stack/_index.md
Bumped Ænix aenix-io/etcd-operator version from v0.4.2 to v0.4.3 and changed bullet prefix “Operator” → “Kubernetes operator” in Etcd Cluster section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a nibble, a version so spry,
From point-four-two we leap to point-four-three,
The docs now sing with a clearer sky,
Small change, soft shuffle, a joyful plea,
Carrots applauding in technical glee.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically identifies the main change: updating the etcd-operator version from v0.4.2 to v0.4.3 in the platform-stack documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/etcd-operator-0.4.3-backup

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the etcd-operator version to v0.4.3 in the platform stack documentation. The review feedback suggests renaming the 'Operator' label to 'Kubernetes operator' to maintain consistency with other sections of the guide.


- Supported version: Kubernetes v1.32.4
- Operator: [aenix-io/etcd-operator](https://github.com/aenix-io/etcd-operator) v0.4.2
- Operator: [aenix-io/etcd-operator](https://github.com/aenix-io/etcd-operator) v0.4.3
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other sections in this document (such as ClickHouse, Kafka, and MariaDB), consider using the label Kubernetes operator instead of just Operator.

Suggested change
- Operator: [aenix-io/etcd-operator](https://github.com/aenix-io/etcd-operator) v0.4.3
- Kubernetes operator: [aenix-io/etcd-operator](https://github.com/aenix-io/etcd-operator) v0.4.3

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied in 8f90d21. The etcd section now uses Kubernetes operator: to match the other six entries (ClickHouse, Kafka, MariaDB, PostgreSQL, RabbitMQ, Redis) — confirmed with grep -n '^-\s\+\(Kubernetes operator\|Operator\):' that etcd was the only outlier.

@lexfrei lexfrei self-assigned this Apr 20, 2026
Address review feedback from gemini-code-assist on
content/en/docs/v1.2/guides/platform-stack/_index.md:173:
align the etcd section label with the other operator entries
(ClickHouse, Kafka, MariaDB, PostgreSQL, RabbitMQ, Redis), which
all use 'Kubernetes operator:'.

Signed-off-by: Aleksei Sviridkin <f@lex.la>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant