Skip to content

Commit 62fe6ae

Browse files
committed
add changelog entries
1 parent 077663f commit 62fe6ae

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
- `alb`: [v0.6.0](services/alb/CHANGELOG.md#v060)
33
- **Breaking change:** Remove `v2beta` API
44
- `iaas`:
5+
- [v1.5.0](services/iaas/CHANGELOG.md#v150)
6+
- **Breaking Change:** Removed the `ServerVTPM` class and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
57
- [v1.4.0](services/iaas/CHANGELOG.md#v140)
68
- `v2alpha1api`:
79
- **Breaking Change:** `NetworkRangeIPv4Request` was moved into the oneOf class `CreateVPCNetworkRangePayload`. Changes parameter in method `createVPCNetworkRange`.
810
- **Breaking Change:** `V1UpdateVPCNetworkRangeIPv4` was moved into the oneOf class `UpdateVPCNetworkRangePayload`. Changes parameter in method `updateVPCNetworkRange`.
911
- [v1.3.0](services/iaas/CHANGELOG.md#v130)
1012
- new example for managing `VPCs` with the `v2alpha1api`
1113
- `v1api`
12-
- **Braking Change:** remove deprecated operations: `updateImageScopeLocal`, `updateImageScopePublic`
14+
- **Breaking Change:** remove deprecated operations: `updateImageScopeLocal`, `updateImageScopePublic`
1315
- **Feature:** add attribute `vtpm` (new model `ServerVTPM`) to model `Server`
1416
- **Feature:** add attribute `availabilityZone` to model `Snapshot`
1517
- `v2alpha1api`

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.5.0
2+
- **Breaking Change:** Removed the `ServerVTPM` class and the corresponding `vtpm` field from the `Server` model, as this functionality was unintentionally released and non-functional.
3+
14
## v1.4.0
25
- `v2alpha1api`:
36
- **Breaking Change:** `NetworkRangeIPv4Request` was moved into the oneOf class `CreateVPCNetworkRangePayload`. Changes parameter in method `createVPCNetworkRange`.
@@ -6,7 +9,7 @@
69
## v1.3.0
710
- new example for managing `VPCs` with the `v2alpha1api`
811
- `v1api`
9-
- **Braking Change:** remove deprecated operations: `updateImageScopeLocal`, `updateImageScopePublic`
12+
- **Breaking Change:** remove deprecated operations: `updateImageScopeLocal`, `updateImageScopePublic`
1013
- **Feature:** add attribute `vtpm` (new model `ServerVTPM`) to model `Server`
1114
- **Feature:** add attribute `availabilityZone` to model `Snapshot`
1215
- `v2alpha1api`

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0

0 commit comments

Comments
 (0)