From 0934cf0305b468f0c058225885755ac7a3bb07eb Mon Sep 17 00:00:00 2001 From: chenwei Date: Sun, 12 Jun 2022 22:50:45 +0800 Subject: [PATCH] Update api-ref: versions response for master branch Closes bug: #1962480 Change-Id: Iba5a720fcd1408dc81f7da8a6b814fe952a5ddf9 --- api-ref/source/versions/index.rst | 31 ++++++++ .../samples/image-versions-response.json | 72 ++++++++++++++++++- 2 files changed, 102 insertions(+), 1 deletion(-) diff --git a/api-ref/source/versions/index.rst b/api-ref/source/versions/index.rst index ce76dbb7da..0fc18de385 100644 --- a/api-ref/source/versions/index.rst +++ b/api-ref/source/versions/index.rst @@ -24,6 +24,37 @@ Image Service Versions Version History *************** +**Zed changes** +- version 2.16 is CURRENT +- version 2.15 is SUPPORTED +- version 2.14 is SUPPORTED +- version 2.13 is SUPPORTED + +**Yoga changes** + +- version 2.15 is CURRENT +- version 2.14 is SUPPORTED +- version 2.13 is SUPPORTED +- version 2.12 is SUPPORTED + +**Wallaby changes** + +- version 2.12 is CURRENT +- version 2.11 is SUPPORTED +- version 2.10 is SUPPORTED + +**Victoria changes** + +- version 2.11 is CURRENT +- version 2.10 is SUPPORTED +- version 2.9 is SUPPORTED + +**Ussuri changes** + +- version 2.10 is CURRENT +- version 2.9 is SUPPORTED +- version 2.8 is SUPPORTED + **Train changes** - version 2.9 is CURRENT diff --git a/api-ref/source/versions/samples/image-versions-response.json b/api-ref/source/versions/samples/image-versions-response.json index 263a49c2db..128ce69a6e 100644 --- a/api-ref/source/versions/samples/image-versions-response.json +++ b/api-ref/source/versions/samples/image-versions-response.json @@ -1,5 +1,75 @@ { "versions": [ + { + "id": "v2.16", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "CURRENT" + }, + { + "id": "v2.15", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "SUPPORTED" + }, + { + "id": "v2.14", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "SUPPORTED" + }, + { + "id": "v2.13", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "SUPPORTED" + }, + { + "id": "v2.12", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "SUPPORTED" + }, + { + "id": "v2.11", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "SUPPORTED" + }, + { + "id": "v2.10", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "SUPPORTED" + }, { "id": "v2.9", "links": [ @@ -8,7 +78,7 @@ "rel": "self" } ], - "status": "CURRENT" + "status": "SUPPORTED" }, { "id": "v2.8",