Ironic Release 21.0

This commit bumps the release_mappings to 21.0 to be
used in the bugfix branch

Change-Id: I2bde869dfb05eb8d9baf035686833980d79e69ef
This commit is contained in:
Iury Gregory Melo Ferreira 2022-08-17 00:05:06 -03:00
parent faa7b37f2f
commit 2a66fd68a5
2 changed files with 25 additions and 0 deletions

View File

@ -2,6 +2,11 @@
REST API Version History
========================
1.79 (Zed, 21.0)
----------------------
A node with the same name as the allocation ``name`` is moved to the
start of the derived candidate list.
1.78 (Xena, 18.2)
----------------------
Add endpoints to allow history events for nodes to be retrieved via

View File

@ -470,6 +470,26 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'],
}
},
'21.0': {
'api': '1.79',
'rpc': '1.55',
'objects': {
'Allocation': ['1.1'],
'BIOSSetting': ['1.1'],
'Node': ['1.36'],
'NodeHistory': ['1.0'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],
'Deployment': ['1.0'],
'DeployTemplate': ['1.1'],
'Port': ['1.10'],
'Portgroup': ['1.4'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
}
},
'master': {
'api': '1.79',
'rpc': '1.55',