Skip to content

Commit 7af912e

Browse files
committed
changelogs
1 parent abdeaa2 commit 7af912e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Release (2026-MM-DD)
2-
- `iaas`: [v1.0.1](services/iaas/CHANGELOG.md#v101)
3-
- **Docs:** Extend docs of class `PortRange`
2+
- `iaas`:
3+
- [v1.0.1](services/iaas/CHANGELOG.md#v101)
4+
- **Docs:** Extend docs of class `PortRange`
5+
- [v1.1.0](services/iaas/CHANGELOG.md#v110)
6+
- **Feature:** Add `cascade` parameter to `deleteVolume` methods in `DefaultApi` / `IaasApi` class
7+
- **Feature:** Add methods for new attribute `configDrive` in `CreateServerPayload` and `Server` class
48

59
## Release (2026-03-24)
610
- `alb`:

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.0
2+
- **Feature:** Add `cascade` parameter to `deleteVolume` methods in `DefaultApi` / `IaasApi` class
3+
- **Feature:** Add methods for new attribute `configDrive` in `CreateServerPayload` and `Server` class
4+
15
## v1.0.1
26
- **Docs:** Extend docs of class `PortRange`
37

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.1.0

0 commit comments

Comments
 (0)