Skip to content

Commit d52ea65

Browse files
committed
add changelog entries
1 parent b230c80 commit d52ea65

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
@@ -24,6 +24,9 @@
2424
- **Feature**: Add support for instance patch operation
2525
- `loadbalancer`: [v0.7.0](services/loadbalancer/CHANGELOG.md#v070)
2626
- **Feature**: Add new attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
27+
- `alb`: [v0.6.0](services/alb/CHANGELOG.md#v060)
28+
- **Feature:** Add attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` model classes
29+
- **Feature:** Add attribute `waf_config_name` to `Listener` model class
2730

2831
## Release (2025-09-11)
2932
- `cdn`: [v1.6.0](services/cdn/CHANGELOG.md#v160)

services/alb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.6.0
2+
- **Feature:** Add attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` model classes
3+
- **Feature:** Add attribute `waf_config_name` to `Listener` model class
4+
15
## v0.5.0
26
- **Version**: Minimal version is now python 3.9
37

services/alb/pyproject.toml

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

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

0 commit comments

Comments
 (0)