Feat: Add "Unmaintained" lifecycle_state for INFO 14/68814/1 v0.67.0
authorEric Ball <eball@linuxfoundation.org>
Wed, 15 Sep 2021 22:54:21 +0000 (15:54 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 15 Sep 2021 22:57:02 +0000 (15:57 -0700)
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 <eball@linuxfoundation.org>
releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml [new file with mode: 0644]
schema/info-schema.yaml

diff --git a/releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml b/releasenotes/notes/add-unmaintained-state-babf5157cca1c49a.yaml
new file mode 100644 (file)
index 0000000..9b4792c
--- /dev/null
@@ -0,0 +1,4 @@
+---
+features:
+  - |
+    Add "Unmaintained" as a valid lifecycle_state to be used in INFO.yaml files.
index 5bf7fc3..80871e9 100644 (file)
@@ -43,6 +43,7 @@ properties:
         "Mature",
         "Core",
         "Top Level",
+        "Unmaintained",
         "Archived",
         "Null",
         "Integration",