File tree Expand file tree Collapse file tree 11 files changed +29
-16
lines changed
Expand file tree Collapse file tree 11 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 1+ # 0.0.3-beta # 0.0.4-beta 2023-02-20
2+
3+ ### G42Cloud SDK IMS
4+
5+ - _ Features_
6+ - None
7+ - _ Bug Fix_
8+ - None
9+ - _ Change_
10+ - Add the enum values ` IsoImage ` to the request parameter ` type ` to the interface ` CreateImage `
11+
112# 0.0.2-beta 2023-01-06
213
314### G42Cloud SDK IMS
Original file line number Diff line number Diff line change 88 " api" ,
99 " core"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
Original file line number Diff line number Diff line change 88 " api" ,
99 " cdn"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change 88 " api" ,
99 " cse"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change 88 " api" ,
99 " ecs"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change 88 " api" ,
99 " evs"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ public function getModelName()
303303 const TYPE_BMS = 'BMS ' ;
304304 const TYPE_FUSION_COMPUTE = 'FusionCompute ' ;
305305 const TYPE_IRONIC = 'Ironic ' ;
306+ const TYPE_ISO_IMAGE = 'IsoImage ' ;
306307 const ARCHITECTURE_X86 = 'x86 ' ;
307308 const ARCHITECTURE_ARM = 'arm ' ;
308309
@@ -319,6 +320,7 @@ public function getTypeAllowableValues()
319320 self ::TYPE_BMS ,
320321 self ::TYPE_FUSION_COMPUTE ,
321322 self ::TYPE_IRONIC ,
323+ self ::TYPE_ISO_IMAGE ,
322324 ];
323325 }
324326
Original file line number Diff line number Diff line change 88 " api" ,
99 " ims"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change 88 " api" ,
99 " smn"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change 88 " api" ,
99 " vpc"
1010 ],
11- "version" : " 0.0.2 -beta" ,
11+ "version" : " 0.0.3 -beta" ,
1212 "type" : " library" ,
1313 "license" : " Apache-2.0" ,
1414 "authors" : [
2020 ],
2121 "minimum-stability" : " dev" ,
2222 "require" : {
23- "g42cloud/cloud-sdk-core" : " 0.0.2 -beta"
23+ "g42cloud/cloud-sdk-core" : " 0.0.3 -beta"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments