diff --git a/api-ref/source/versions/index.rst b/api-ref/source/versions/index.rst index 9e2b9e717e..7cf8eb2486 100644 --- a/api-ref/source/versions/index.rst +++ b/api-ref/source/versions/index.rst @@ -24,6 +24,14 @@ Image Service Versions Version History *************** +**2024.2 (Dalmatian) changes** + +- version 2.17 is CURRENT +- version 2.16 is SUPPORTED +- version 2.15 is SUPPORTED +- version 2.14 is SUPPORTED +- version 2.13 is SUPPORTED + **Zed changes** - version 2.16 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 128ce69a6e..c20707ab7d 100644 --- a/api-ref/source/versions/samples/image-versions-response.json +++ b/api-ref/source/versions/samples/image-versions-response.json @@ -1,5 +1,15 @@ { "versions": [ + { + "id": "v2.17", + "links": [ + { + "href": "http://glance.openstack.example.org/v2/", + "rel": "self" + } + ], + "status": "CURRENT" + }, { "id": "v2.16", "links": [ @@ -8,7 +18,7 @@ "rel": "self" } ], - "status": "CURRENT" + "status": "SUPPORTED" }, { "id": "v2.15",