Skip to content

Commit 46985cd

Browse files
committed
release 0.0.3-beta source code for php
1 parent a6f3658 commit 46985cd

File tree

11 files changed

+29
-16
lines changed

11 files changed

+29
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [

Services/Cdn/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

Services/Cse/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

Services/Ecs/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

Services/Evs/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

Services/Ims/V2/Model/CreateImageRequestBody.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Services/Ims/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

Services/Smn/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

Services/Vpc/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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": [
@@ -20,7 +20,7 @@
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": {

0 commit comments

Comments
 (0)