Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some KEP metadata and list. #1405

Merged
merged 2 commits into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions keps/0024-parameter-enhancement.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
kep-number: 24
title: Enabling and Disabling features in KUDO Operators
title: Enhanced Operator Parameters
authors:
- "@nfnt"
owners:
- "@nfnt"
creation-date: 2020-02-21
last-updated: 2020-02-21
status: provisional
last-updated: 2020-03-06
status: implemented
---

# Enhanced Operator Parameters
Expand Down Expand Up @@ -149,5 +149,6 @@ Support for lists or dictionaries could be added by treating every parameter val
## Implementation History

- 2020/02/21 - Initial draft. (@nfnt)
- 2020/03/06 - [Implemented](https://github.com/kudobuilder/kudo/pull/1376). (@nfnt)

[1]: http://masterminds.github.io/sprig/
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
kep-number: draft-20200225
kep-number: 26
title: Reading parameter values from a file
short-desc: Reading parameter values from a file
authors:
Expand All @@ -9,7 +9,7 @@ owners:
editor: @porridge
creation-date: 2020-02-25
last-updated: 2020-03-02
status: provisional
status: implementable
see-also:
- KEP-24
- KEP-25
Expand Down
7 changes: 4 additions & 3 deletions keps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| KEP | Status | Description |
| --- | ---: | --- |
| [0000 - KEP Template](0000-kep-template.md) | implemented | Use this template for new KEPs |
| [0000 - KEP Template](0000-kep-template.md) | provisional | Use this template for new KEPs |
| [0001 - KUDO Enhancement Proposal Process](0001-kep-process.md) | implemented | Description of the KEP-Process |
| [0002 - Dynamic Instances](0002-dynamic-instances.md) | implementable | |
| [0003 - KEP CLI Proposal](0003-kep-cli.md) | implementable | Initial CLI description |
Expand All @@ -25,6 +25,7 @@
| [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) | implemented | |
| [0024 - Enabling and Disabling features in KUDO Operators](0024-parameter-enhancement.md) | provisional | |
| [0023 - Enabling and Disabling features in KUDO Operators](0023-enable-disable-features.md) | implementable | |
| [0024 - Enhanced Operator Parameters](0024-parameter-enhancement.md) | implemented | |
| [0025 - Template toYaml function](0025-template-to-yaml-function.md) | implemented | New toYaml function for use in templates |
| [0026 - Reading parameter values from a file](0026-reading-parameter-values-from-a-file.md) | implementable | Reading parameter values from a file |