Update API history and release mapping for 12.2.0

12.2.0 will be the first release in the Train cycle.

Change-Id: Ide12cb4f83f3216af82e0d1139dc2f4468f1e5cb
This commit is contained in:
Mark Goddard 2019-06-18 11:32:07 +01:00
parent 88f26ae6fe
commit dcab7df395
2 changed files with 19 additions and 2 deletions

View File

@ -2,13 +2,13 @@
REST API Version History
========================
1.58 (Train, master)
1.58 (Train, 12.2.0)
--------------------
Added the ability to backfill allocations for already deployed nodes by
creating an allocation with ``node`` set.
1.57 (Train, master)
1.57 (Train, 12.2.0)
--------------------
Added the following new endpoint for allocation:

View File

@ -162,6 +162,23 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'],
}
},
'12.2': {
'api': '1.58',
'rpc': '1.48',
'objects': {
'Allocation': ['1.0'],
'Node': ['1.32'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],
'DeployTemplate': ['1.1'],
'Port': ['1.9'],
'Portgroup': ['1.4'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
}
},
'master': {
'api': '1.58',
'rpc': '1.48',