Skip to content

Commit cff3b5b

Browse files
Generator: Update SDK /services/serverupdate (#5932)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 4441ac3 commit cff3b5b

30 files changed

+687
-119
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,16 @@
166166
- `v2api`: New package which can be used for communication with the serverbackup v2 API
167167
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
168168
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
169-
- `serverupdate`: [v1.3.0](services/serverupdate/CHANGELOG.md#v130)
170-
- **Feature:** Introduction of multi API version support for the serverupdate SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
171-
- `v1api`: New package which can be used for communication with the serverupdate v1 API
172-
- `v2api`: New package which can be used for communication with the serverupdate v2 API
173-
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
174-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
169+
- `serverupdate`:
170+
- [v1.3.0](services/serverupdate/CHANGELOG.md#v130)
171+
- **Feature:** Introduction of multi API version support for the serverupdate SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
172+
- `v1api`: New package which can be used for communication with the serverupdate v1 API
173+
- `v2api`: New package which can be used for communication with the serverupdate v2 API
174+
- **Deprecation:** The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
175+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
176+
- [v1.4.0](services/serverupdate/CHANGELOG.md#v140)
177+
- **Bugfix:** Disable strict decoding of API responses
178+
- **Feature:** Add `AdditionalProperties` fields to model structs
175179
- `runcommand`: [v1.5.0](services/runcommand/CHANGELOG.md#v150)
176180
- **Feature:** Introduction of multi API version support for the runcommand SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
177181
- `v1api`: New package which can be used for communication with the runcommand v1 API

services/serverupdate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.4.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v1.3.0
26
- **Feature:** Introduction of multi API version support for the serverupdate 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 serverupdate v1 API

services/serverupdate/VERSION

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

services/serverupdate/oas_commit

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

services/serverupdate/v1api/model_create_update_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/serverupdate/v1api/model_create_update_schedule_payload.go

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

services/serverupdate/v1api/model_enable_service_payload.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/serverupdate/v1api/model_enable_service_resource_payload.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/serverupdate/v1api/model_get_update_policies_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/serverupdate/v1api/model_get_update_schedules_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)