From 78a7ddf6bfefd52b50b68264e647d2b3b4dfd9f8 Mon Sep 17 00:00:00 2001 From: Aleksey Dukhovniy Date: Tue, 30 Jun 2020 11:36:08 +0200 Subject: [PATCH] Update KEP list (#1572) Signed-off-by: Aleksey Dukhovniy --- keps/0029-operator-dependencies.md | 2 +- keps/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/keps/0029-operator-dependencies.md b/keps/0029-operator-dependencies.md index 003cc2ce3..70a71c536 100644 --- a/keps/0029-operator-dependencies.md +++ b/keps/0029-operator-dependencies.md @@ -10,7 +10,7 @@ owners: editor: @zen-dog creation-date: 2020-03-30 last-updated: 2020-04-16 -status: provisional +status: implemented --- # Operator Dependencies diff --git a/keps/README.md b/keps/README.md index 99f44900d..9c9d84954 100644 --- a/keps/README.md +++ b/keps/README.md @@ -31,5 +31,6 @@ | [0025 - Template toYaml function](0025-template-to-yaml-function.md) | :heavy_check_mark: | implemented | New toYaml function for use in templates | | [0026 - Reading parameter values from a file](0026-reading-parameter-values-from-a-file.md) | :heavy_check_mark: | implemented | Reading parameter values from a file | | [0027 - Pod restart control](0027-pod-restart-controls.md) | :heavy_plus_sign: | implementable | Detailed control what parameter changes trigger pod restarts | -| [0029 - Operator Dependencies](0029-operator-dependencies.md) | :question: | provisional | Introducing operators depending on other operators | +| [0029 - Operator Dependencies](0029-operator-dependencies.md) | :heavy_check_mark: | implemented | Introducing operators depending on other operators | | [0030 - Immutable parameters](0030-immutable-parameters.md) | :question: | provisional | Immutable parameters that can only be set on installation | +| [0031 - Namespace Management](0031-namespace-management.md) | :question: | provisional | Defining the way in which KUDO will work and manage namespaces |