From 0c5451be96bac6c19087dd3765ea7437d7386d24 Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Tue, 14 Jul 2026 11:27:51 +0300 Subject: [PATCH] docs(design-proposals): mark merged proposals as Accepted The process already defines the terminal status of a merged proposal. template.md records the transition Draft -> Review (PR opened) -> Accepted (merged), and README.md states that a proposal is "merged and considered accepted" once it reaches consensus. No merged proposal currently reads Accepted, so the front matter of every one of them contradicts the process that merged it. Assisted-By: Claude Signed-off-by: Aleksei Sviridkin --- design-proposals/compute-plane/README.md | 2 +- design-proposals/external-database-exposure/README.md | 2 +- design-proposals/kubernetes-nodes-split/README.md | 2 +- design-proposals/tenant-oidc-per-tenant-realm/README.md | 2 +- design-proposals/unified-tls-pki/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/design-proposals/compute-plane/README.md b/design-proposals/compute-plane/README.md index b7d86d6..7f6676d 100644 --- a/design-proposals/compute-plane/README.md +++ b/design-proposals/compute-plane/README.md @@ -4,7 +4,7 @@ - **Title:** `ComputePlane: a managed, isolated environment for running code-executing apps` - **Author(s):** `@kvaps` - **Date:** `2026-06-23` -- **Status:** Draft +- **Status:** Accepted ## Overview diff --git a/design-proposals/external-database-exposure/README.md b/design-proposals/external-database-exposure/README.md index f8bb52d..742352d 100644 --- a/design-proposals/external-database-exposure/README.md +++ b/design-proposals/external-database-exposure/README.md @@ -4,7 +4,7 @@ - **Title:** `External database exposure via Gateway API TLS-passthrough (SNI) and end-to-end TLS` - **Author(s):** `@lexfrei` - **Date:** `2026-06-24` -- **Status:** Review +- **Status:** Accepted ## Overview diff --git a/design-proposals/kubernetes-nodes-split/README.md b/design-proposals/kubernetes-nodes-split/README.md index 0215357..429ab57 100644 --- a/design-proposals/kubernetes-nodes-split/README.md +++ b/design-proposals/kubernetes-nodes-split/README.md @@ -3,7 +3,7 @@ - **Title:** `Migrate kubernetes workers to Talos and split control-plane from node pools` - **Author(s):** `@kvaps` - **Date:** `2026-05-04` -- **Status:** Draft +- **Status:** Accepted ## Overview diff --git a/design-proposals/tenant-oidc-per-tenant-realm/README.md b/design-proposals/tenant-oidc-per-tenant-realm/README.md index d9fc104..113bea0 100644 --- a/design-proposals/tenant-oidc-per-tenant-realm/README.md +++ b/design-proposals/tenant-oidc-per-tenant-realm/README.md @@ -3,7 +3,7 @@ - **Title:** `OIDC for tenant Kubernetes clusters` - **Author(s):** `@IvanHunters` (revised with input from `@lllamnyp` and `@mattia-eleuteri`) - **Date:** `2026-06-26` (revised `2026-06-30`) -- **Status:** Draft +- **Status:** Accepted ## Overview diff --git a/design-proposals/unified-tls-pki/README.md b/design-proposals/unified-tls-pki/README.md index 9d1c1bf..5203902 100644 --- a/design-proposals/unified-tls-pki/README.md +++ b/design-proposals/unified-tls-pki/README.md @@ -4,7 +4,7 @@ - **Title:** `Unified TLS and PKI model for managed applications` - **Author(s):** `@lexfrei` - **Date:** `2026-06-24` -- **Status:** Review +- **Status:** Accepted ## Overview