Skip to content

Commit 9df7e9e

Browse files
Generator: Update SDK /services/loadbalancer (#5915)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent c6326f9 commit 9df7e9e

File tree

70 files changed

+2167
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2167
-74
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
- `v2api`: New package which can be used for communication with the loadbalancer v2 API
2626
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
2727
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
28+
- [v1.10.0](services/loadbalancer/CHANGELOG.md#v1100)
29+
- **Bugfix:** Disable strict decoding of API responses
30+
- **Feature:** Add `AdditionalProperties` fields to model structs
2831
- `resourcemanager`: [v0.19.0](services/resourcemanager/CHANGELOG.md#v0190)
2932
- **Feature:** Introduction of multi API version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3033
- `v0api`: New package which should be used for communication with the STACKIT Resourcemanager API in the future

services/loadbalancer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.10.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v1.9.0
26
- **Feature:** Introduction of multi API version support for the loadbalancer SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v1api`: New package which can be used for communication with the loadbalancer v1 API

services/loadbalancer/VERSION

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

services/loadbalancer/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73b7457504497158e2836857f5ca4d2e6186ee5d
1+
0e64886dd0847341800d7191ed193b75413be998

services/loadbalancer/v1api/model_active_health_check.go

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/v1api/model_create_credentials_payload.go

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/v1api/model_create_credentials_response.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/v1api/model_create_load_balancer_payload.go

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/v1api/model_credentials_response.go

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/loadbalancer/v1api/model_get_credentials_response.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)