From b811c1c33a9361d231b5da1659f73132fd90362d Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 9 Jun 2021 13:52:16 +1200 Subject: [PATCH] Add missing documentation for YAML release type and urgency --- docs/xml/collection-yamldata.xml | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/xml/collection-yamldata.xml b/docs/xml/collection-yamldata.xml index 793566ea..fb662be2 100644 --- a/docs/xml/collection-yamldata.xml +++ b/docs/xml/collection-yamldata.xml @@ -682,6 +682,42 @@ + + type + + + The release type. Allowed values are: + + + stable + development + + + By default, if no release type is defined, stable is assumed. + + Field info: value-type:str, required:no + + + + + urgency + + + How important it is to install the new release as an update. Allowed values are: + + + low + medium + high + critical + + + If no urgency is defined, a medium urgency is implicitly assumed. + + Field info: value-type:str, required:no + + + unix-timestamp