Skip to content

Commit b46fc0e

Browse files
committed
added changelog and version
1 parent 4c23713 commit b46fc0e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Release (2026-MM-DD)
2+
- `iaas`: [v1.2.3](services/iaas/CHANGELOG.md#v123)
3+
- **Feature:** Add optional `cascade` parameter to `delete_volume` API call
4+
- **Feature:** Add `config_drive` attribute to ModelClass `Server`
25
- `alb`: [v0.9.3](services/alb/CHANGELOG.md#v093)
36
- Add HTTP 429 status code to some API client methods
47
- `certificates`: [v1.3.1](services/certificates/CHANGELOG.md#v131)

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.3
2+
- **Feature:** Add `cascade` parameter to `delete_volume` API call
3+
- **Feature:** Add `config_drive` attribute to ModelClass `Server`
4+
15
## v1.2.2
26
- **Docs:** Extend description of `PortRange` class
37

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-iaas"
3-
version = "v1.2.2"
3+
version = "v1.2.3"
44
description = "IaaS-API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)