From e973c7f025bdc2d216f797139188270be1b277cc Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Mon, 20 Apr 2026 19:26:15 +0300 Subject: [PATCH 1/2] docs(platform-stack): bump etcd-operator to v0.4.3 Accompanies cozystack/cozystack#2428 which updates the vendored chart and adds the S3 backup schedule API surface. Assisted-By: Claude Signed-off-by: Aleksei Sviridkin --- content/en/docs/v1.2/guides/platform-stack/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/v1.2/guides/platform-stack/_index.md b/content/en/docs/v1.2/guides/platform-stack/_index.md index 5326eaba..828792a2 100644 --- a/content/en/docs/v1.2/guides/platform-stack/_index.md +++ b/content/en/docs/v1.2/guides/platform-stack/_index.md @@ -170,7 +170,7 @@ Deployment involves the following components: This architecture ensures isolated, scalable, and efficient Kubernetes environments tailored for each tenant. - 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 - Managed application reference: [Kubernetes]({{% ref "/docs/v1.2/kubernetes" %}}) From 8f90d21d87b90987b7f7d6311e71c0dbdc1e0f39 Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Fri, 24 Apr 2026 13:49:30 +0300 Subject: [PATCH 2/2] docs(platform-stack): use 'Kubernetes operator' label for etcd section 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 --- content/en/docs/v1.2/guides/platform-stack/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/v1.2/guides/platform-stack/_index.md b/content/en/docs/v1.2/guides/platform-stack/_index.md index 828792a2..fed81c26 100644 --- a/content/en/docs/v1.2/guides/platform-stack/_index.md +++ b/content/en/docs/v1.2/guides/platform-stack/_index.md @@ -170,7 +170,7 @@ Deployment involves the following components: This architecture ensures isolated, scalable, and efficient Kubernetes environments tailored for each tenant. - Supported version: Kubernetes v1.32.4 -- 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 - Managed application reference: [Kubernetes]({{% ref "/docs/v1.2/kubernetes" %}})