Skip to content

Commit 331b6b8

Browse files
committed
add changelog entries
1 parent be76ff0 commit 331b6b8

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
@@ -9,6 +9,9 @@
99
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
1010
- [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
1111
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
12+
- `alb`: [v0.6.0](services/alb/CHANGELOG.md#v060)
13+
- **Feature**: Add attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
14+
- **Feature**: Add attribute `waf_config_name` to `Listener` model class
1215

1316
## Release (2025-09-11)
1417
- `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`, `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)