From: Eric Ball Date: Wed, 15 Sep 2021 22:54:21 +0000 (-0700) Subject: Feat: Add "Unmaintained" lifecycle_state for INFO X-Git-Tag: v0.67.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=09659ce65d005b15595a44bbef6304fd3cc83ac1;p=releng%2Fglobal-jjb.git 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 --- 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",