Skip to content

Commit 17ce418

Browse files
committed
add changelog entries
1 parent 1c6f0a0 commit 17ce418

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
- `MachineType`
99
- Set max length of description of `Network` to 255
1010
- Update the description of `Server` and `CreateServerPayload` status field to include new possible value `PAUSED`
11-
- `loadbalanccer`: [v0.3.0](services/loadbalancer/CHANGELOG.md#v030-2025-06-10)
12-
- **Feature:** Add new field `target_security_group` in `LoadBalancer` Model
11+
- `loadbalancer`:
12+
- [v0.4.0](services/loadbalancer/CHANGELOG.md#v040-2025-06-12)
13+
- **Feature:** Add new field `disable_target_security_group_assignment` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
14+
- [v0.3.0](services/loadbalancer/CHANGELOG.md#v030-2025-06-10)
15+
- **Feature:** Add new field `target_security_group` in `LoadBalancer` Model
1316
- `resourcemanager`: [v0.5.0](services/resourcemanager/CHANGELOG.md#v050-2025-06-04)
1417
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
1518
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0 (2025-06-12)
2+
- **Feature:** Add new field `disable_target_security_group_assignment` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
3+
14
## v0.3.0 (2025-06-10)
25
- **Feature:** Add new field `target_security_group` in `LoadBalancer` Model
36

services/loadbalancer/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-loadbalancer"
6-
version = "v0.3.0"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)