Skip to content

Commit 73ac71b

Browse files
committed
add changelog entries
1 parent 776b914 commit 73ac71b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
1212
- [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
1313
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
14+
- `alb`: [v0.7.0](services/alb/CHANGELOG.md#v070)
15+
- Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload`
16+
- Add field `WafConfigName` (type `*string`) to `Listener` struct
1417

1518

1619

services/alb/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## v0.7.0
2+
- Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload`
3+
- Add field `WafConfigName` (type `*string`) to `Listener` struct
4+
15
## v0.6.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
6+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
37

48
## v0.6.0
59
- **Feature:** Add new `LoadBalancerSecurityGroup` field to `CreateLoadBalancerPayload`, `LoadBalancer`, and `UpdateLoadBalancerPayload` models

services/alb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.1
1+
v0.7.0

0 commit comments

Comments
 (0)