From 09659ce65d005b15595a44bbef6304fd3cc83ac1 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Wed, 15 Sep 2021 15:54:21 -0700 Subject: [PATCH] Feat: Add "Unmaintained" lifecycle_state for INFO This adds "Unmaintained" as a valid lifecycle_state to be used in INFO.yaml files, per request from ONAP. Issue: RELENG-3955 Change-Id: I8dfb947b8a0936c552c087dda6c115563b69c74f Signed-off-by: Eric Ball --- releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml | 4 ++++ schema/info-schema.yaml | 1 + 2 files changed, 5 insertions(+) create mode 100644 releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml diff --git a/releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml b/releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml new file mode 100644 index 00000000..9b4792ce --- /dev/null +++ b/releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add "Unmaintained" as a valid lifecycle_state to be used in INFO.yaml files. diff --git a/schema/info-schema.yaml b/schema/info-schema.yaml index 5bf7fc3d..80871e9e 100644 --- a/schema/info-schema.yaml +++ b/schema/info-schema.yaml @@ -43,6 +43,7 @@ properties: "Mature", "Core", "Top Level", + "Unmaintained", "Archived", "Null", "Integration", -- 2.16.6