Add release mappings for 19.0 and 19.1 bugfix

In the bugfix/19.0 we forgot to update our release_mappaings
This commit adds the missing mapping for 19.0 and also adds the
mapping for 19.1 (our upcoming bugifx branch)

Change-Id: Iffb75a5e6e2412b6e43629ae46f9e98926236b24
This commit is contained in:
Iury Gregory Melo Ferreira 2022-02-14 00:29:28 -03:00
parent 66b4f59623
commit a7cbf3f6a3
1 changed files with 41 additions and 1 deletions

View File

@ -390,13 +390,53 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'],
}
},
'19.0': {
'api': '1.78',
'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'],
}
},
'19.1': {
'api': '1.78',
'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.78',
'rpc': '1.55',
'objects': {
'Allocation': ['1.1'],
'BIOSSetting': ['1.1'],
'Node': ['1.36', '1.35'],
'Node': ['1.36'],
'NodeHistory': ['1.0'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],