Skip to content

Commit 658d72e

Browse files
Generator: Update SDK /services/loadbalancer (#3591)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 6c5414c commit 658d72e

File tree

6 files changed

+150
-3
lines changed

6 files changed

+150
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
- `alb`: [v0.7.0](services/alb/CHANGELOG.md#v070)
1717
- Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload`
1818
- Add field `WafConfigName` (type `*string`) to `Listener` struct
19-
20-
19+
- `loadbalancer`: [v1.6.0](services/loadbalancer/CHANGELOG.md#v160)
20+
- Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload`
2121

2222
## Release (2025-09-11)
2323
- `cdn`: [v1.5.0](services/cdn/CHANGELOG.md#v150)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.6.0
2+
- Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload`
3+
14
## v1.5.1
25
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
36

services/loadbalancer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.5.1
1+
v1.6.0

services/loadbalancer/model_create_load_balancer_payload.go

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/model_load_balancer.go

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/model_update_load_balancer_payload.go

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)