Skip to content

Commit 2a09f8d

Browse files
committed
add changelog entries
1 parent 834c57c commit 2a09f8d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Release (2025-XX-YY)
2+
- `iaas`: [v0.5.3](services/iaas/CHANGELOG.md#v053-2025-06-12)
3+
- Increase max length of description from 127 to 255 for
4+
- Security groups: `BaseSecurityGroupRule`, `CreateSecurityGroupPayload`, `CreateSecurityGroupRulePayload`, `SecurityGroup`, `SecurityGroupRule`, `UpdateSecurityGroupPayload`
5+
- Volumes: `CreateVolumePayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
6+
- `MachineType`
7+
- Set max length of description of `Network` to 255
8+
- Update the description of `Server` and `CreateServerPayload` status field to include new possible value `PAUSED`
29
- `loadbalanccer`: [v0.3.0](services/loadbalancer/CHANGELOG.md#v030-2025-06-10)
310
- **Feature:** Add new field `target_security_group` in `LoadBalancer` Model
411
- `resourcemanager`: [v0.5.0](services/resourcemanager/CHANGELOG.md#v050-2025-06-04)

services/iaas/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.5.3 (2025-06-12)
2+
- Increase max length of description from 127 to 255 for
3+
- Security groups: `BaseSecurityGroupRule`, `CreateSecurityGroupPayload`, `CreateSecurityGroupRulePayload`, `SecurityGroup`, `SecurityGroupRule`, `UpdateSecurityGroupPayload`
4+
- Volumes: `CreateVolumePayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
5+
- `MachineType`
6+
- Set max length of description of `Network` to 255
7+
- Update the description of `Server` and `CreateServerPayload` status field to include new possible value `PAUSED`
8+
19
## v0.5.2 (2025-05-19)
210
- **Improvement:** Update descriptions
311

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-iaas"
33

44
[tool.poetry]
55
name = "stackit-iaas"
6-
version = "v0.5.2"
6+
version = "v0.5.3"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)