Bump microversion to 2.96

This change bumps to microversion 2.96 and add
release notes.

Change-Id: I3b9775f1adecdca121a68a4caa6cd25e312dec2f
This commit is contained in:
Rajesh Tailor 2024-03-06 18:25:47 +05:30
parent e1a20a9e77
commit 533d5df516
3 changed files with 10 additions and 1 deletions

View File

@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
# when client supported the max version, and bumped sequentially, otherwise
# the client may break due to server side new version may include some
# backward incompatible change.
API_MAX_VERSION = api_versions.APIVersion("2.95")
API_MAX_VERSION = api_versions.APIVersion("2.96")

View File

@ -4702,6 +4702,7 @@ class ShellTest(utils.TestCase):
93, # There are no version-wrapped shell method changes for this.
94, # There are no version-wrapped shell method changes for this.
95, # There are no version-wrapped shell method changes for this.
96, # There are no version-wrapped shell method changes for this.
])
versions_supported = set(range(0,
novaclient.API_MAX_VERSION.ver_minor + 1))

View File

@ -0,0 +1,8 @@
---
features:
- |
The `microversion 2.96`_ has been added. This microversion adds
pinned_availability_zone in ``server show`` and
``server list --long`` responses.
.. _microversion 2.96: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-96