Add missing release mappings for 22.0 and 22.1

Just adds the entries in case anyone needs to pin and upgrade
with those releases.

Change-Id: I55cb0c9735b1b9c0d365bdd6262fdc48b0ac03c9
This commit is contained in:
Julia Kreger 2023-08-30 10:32:36 -07:00
parent aa2dad9f75
commit 30e4881c9e
1 changed files with 43 additions and 0 deletions

View File

@ -573,6 +573,49 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'],
}
},
'22.0': {
'api': '1.83',
'rpc': '1.55',
'objects': {
'Allocation': ['1.1'],
'BIOSSetting': ['1.1'],
'Node': ['1.38', '1.37'],
'NodeHistory': ['1.0'],
'NodeInventory': ['1.0'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],
'Deployment': ['1.0'],
'DeployTemplate': ['1.1'],
'Port': ['1.11'],
'Portgroup': ['1.5'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
}
},
'22.1': {
'api': '1.86',
'rpc': '1.56',
'objects': {
'Allocation': ['1.1'],
'BIOSSetting': ['1.1'],
'Node': ['1.39', '1.38', '1.37'],
'NodeHistory': ['1.0'],
'NodeInventory': ['1.0'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],
'Deployment': ['1.0'],
'DeployTemplate': ['1.1'],
'Port': ['1.11'],
'Portgroup': ['1.5'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
'FirmwareComponent': ['1.0'],
}
},
'master': {
'api': '1.87',
'rpc': '1.57',