Skip to content

Commit 6f54099

Browse files
Generator: Update SDK /services/scf (#5929)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 687173b commit 6f54099

Some content is hidden

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

44 files changed

+876
-304
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,15 @@
253253
- [v1.4.0](services/serviceenablement/CHANGELOG.md#v140)
254254
- **Bugfix:** Disable strict decoding of API responses
255255
- **Feature:** Add `AdditionalProperties` fields to model structs
256-
- `scf`: [v0.5.0](services/scf/CHANGELOG.md#v050)
257-
- **Feature:** Introduction of multi API version support for the scf SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
258-
- `v1api`: New package which should be used for communication with the STACKIT scf API in the future
259-
- **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 `v1api` package instead.
260-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
256+
- `scf`:
257+
- [v0.5.0](services/scf/CHANGELOG.md#v050)
258+
- **Feature:** Introduction of multi API version support for the scf SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
259+
- `v1api`: New package which should be used for communication with the STACKIT scf API in the future
260+
- **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 `v1api` package instead.
261+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
262+
- [v0.6.0](services/scf/CHANGELOG.md#v060)
263+
- **Bugfix:** Disable strict decoding of API responses
264+
- **Feature:** Add `AdditionalProperties` fields to model structs
261265
- `iaas`:
262266
- [v1.4.0](services/iaas/CHANGELOG.md#v140)
263267
- **Feature:** Introduction of multi API version support for the iaas SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/scf/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 scf 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 should be used for communication with the STACKIT scf API in the future

services/scf/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/scf/oas_commit

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

services/scf/v1api/model_apply_organization_quota_payload.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/scf/v1api/model_create_org_role_payload.go

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

services/scf/v1api/model_create_organization_payload.go

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

services/scf/v1api/model_create_space_payload.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/scf/v1api/model_create_space_role_payload.go

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

services/scf/v1api/model_error_response.go

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

0 commit comments

Comments
 (0)