Skip to content

Commit

Permalink
Update the KEP-23 status (#1387)
Browse files Browse the repository at this point in the history
Signed-off-by: Zain Malik <zmalikshxil@gmail.com>
Signed-off-by: Thomas Runyon <runyontr@gmail.com>
  • Loading branch information
zmalik authored and runyontr committed Mar 11, 2020
1 parent f58def9 commit 8b18f64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion keps/0023-enable-disable-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,11 @@ Here, e.g. apply-mirror-maker is a simple Apply and delete-mirror-maker a Delete
**Cons**:

- YAMLy programming language
- hard to debug
- hard to debug


## Implementation History

- 2020-01-30 - Initial draft. (@zmalik)
- 2020-02-06 - Changed to implementable. (@zmalik)
- 2020-02-27 - Implemented in [#1361](https://github.com/kudobuilder/kudo/pull/1361). (@zmalik)
2 changes: 1 addition & 1 deletion keps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
| [0018 - Controller redesign](0018-controller-overhaul.md) | implementable | Refactoring of KUDO controller |
| [0019 - Versioning of Operator Packages](0019-package-api-versioning.md) | implementable | Connection between the different versions that describe an operator |
| [0020 - Manual plan execution](0020-manual-plan-execution.md) | provisional | |
| [0023 - Enabling and Disabling features in KUDO Operators](0023-enable-disable-features.md) | implementable | |
| [0023 - Enabling and Disabling features in KUDO Operators](0023-enable-disable-features.md) | implemented | |
| [0024 - Enabling and Disabling features in KUDO Operators](0024-parameter-enhancement.md) | provisional | |
| [0025 - Template toYaml function](0025-template-to-yaml-function.md) | implemented | New toYaml function for use in templates |

0 comments on commit 8b18f64

Please sign in to comment.