Skip to content

Commit 9bd39a1

Browse files
Generator: Update SDK /services/edge (#5910)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 54f9a78 commit 9bd39a1

16 files changed

+303
-45
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@
6262
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
6363
- [v1.5.0](services/postgresflex/CHANGELOG.md#v150)
6464
- `v3alpha1api`: Align package to latest API specification
65-
- `edge`: [v0.5.0](services/edge/CHANGELOG.md#v050)
66-
- **Feature:** Introduction of multi API version support for the edge SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
67-
- `v1beta1api`: New package which can be used for communication with the edge v1 beta1 API
68-
- **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.
69-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
65+
- `edge`:
66+
- [v0.5.0](services/edge/CHANGELOG.md#v050)
67+
- **Feature:** Introduction of multi API version support for the edge SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
68+
- `v1beta1api`: New package which can be used for communication with the edge v1 beta1 API
69+
- **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.
70+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
71+
- [v0.6.0](services/edge/CHANGELOG.md#v060)
72+
- **Bugfix:** Disable strict decoding of API responses
73+
- **Feature:** Add `AdditionalProperties` fields to model structs
7074
- `certificates`: [v1.3.0](services/certificates/CHANGELOG.md#v130)
7175
- **Feature:** Introduction of multi API version support for the certificates SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
7276
- `v2api`: New package which can be used for communication with the certificates v2 API

services/edge/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+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.5.0
26
- **Feature:** Introduction of multi API version support for the edge SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v1beta1api`: New package which can be used for communication with the edge v1 beta1 API

services/edge/VERSION

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

services/edge/oas_commit

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

services/edge/v1beta1api/model_bad_request.go

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

services/edge/v1beta1api/model_create_instance_payload.go

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

services/edge/v1beta1api/model_instance.go

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

services/edge/v1beta1api/model_instance_list.go

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

services/edge/v1beta1api/model_kubeconfig.go

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

services/edge/v1beta1api/model_plan.go

Lines changed: 33 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)