Skip to content

Commit 94c119d

Browse files
committed
update changelog and version
1 parent b46fc0e commit 94c119d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

services/iaas/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## v1.2.3
1+
## v1.3.0
22
- **Feature:** Add `cascade` parameter to `delete_volume` API call
3-
- **Feature:** Add `config_drive` attribute to ModelClass `Server`
3+
- **Feature:** Add `config_drive` attribute to ModelClass `Server` and `CreateServerPayload`
44

55
## v1.2.2
66
- **Docs:** Extend description of `PortRange` class

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.3"
3+
version = "v1.3.0"
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)