Skip to content

Commit

Permalink
release 0.0.3-beta source code for php
Browse files Browse the repository at this point in the history
  • Loading branch information
unionsdk committed Feb 20, 2023
1 parent a6f3658 commit 46985cd
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 16 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.0.3-beta # 0.0.4-beta 2023-02-20

### G42Cloud SDK IMS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the enum values `IsoImage` to the request parameter `type` to the interface `CreateImage`

# 0.0.2-beta 2023-01-06

### G42Cloud SDK IMS
Expand Down
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"core"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions Services/Cdn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"cdn"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Cse/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"cse"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Ecs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"ecs"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Evs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"evs"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions Services/Ims/V2/Model/CreateImageRequestBody.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function getModelName()
const TYPE_BMS = 'BMS';
const TYPE_FUSION_COMPUTE = 'FusionCompute';
const TYPE_IRONIC = 'Ironic';
const TYPE_ISO_IMAGE = 'IsoImage';
const ARCHITECTURE_X86 = 'x86';
const ARCHITECTURE_ARM = 'arm';

Expand All @@ -319,6 +320,7 @@ public function getTypeAllowableValues()
self::TYPE_BMS,
self::TYPE_FUSION_COMPUTE,
self::TYPE_IRONIC,
self::TYPE_ISO_IMAGE,
];
}

Expand Down
4 changes: 2 additions & 2 deletions Services/Ims/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"ims"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Smn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"smn"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Vpc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"vpc"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.2-beta"
"g42cloud/cloud-sdk-core": "0.0.3-beta"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rest",
"api"
],
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand Down

0 comments on commit 46985cd

Please sign in to comment.