Skip to content

Commit 199b132

Browse files
Generator: Update SDK /services/runcommand (#5928)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent b6f0f20 commit 199b132

Some content is hidden

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

52 files changed

+1530
-154
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,18 @@
200200
- [v1.4.0](services/serverupdate/CHANGELOG.md#v140)
201201
- **Bugfix:** Disable strict decoding of API responses
202202
- **Feature:** Add `AdditionalProperties` fields to model structs
203-
- `runcommand`: [v1.5.0](services/runcommand/CHANGELOG.md#v150)
204-
- **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
205-
- `v1api`: New package which can be used for communication with the runcommand v1 API
206-
- `v1betaapi`: New package which can be used for communication with the runcommand v1 beta API
207-
- `v2api`: New package which can be used for communication with the runcommand v2 API
208-
- `v2betaapi`: New package which can be used for communication with the runcommand v2 beta API
209-
- **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.
210-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
203+
- `runcommand`:
204+
- [v1.5.0](services/runcommand/CHANGELOG.md#v150)
205+
- **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
206+
- `v1api`: New package which can be used for communication with the runcommand v1 API
207+
- `v1betaapi`: New package which can be used for communication with the runcommand v1 beta API
208+
- `v2api`: New package which can be used for communication with the runcommand v2 API
209+
- `v2betaapi`: New package which can be used for communication with the runcommand v2 beta API
210+
- **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.
211+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
212+
- [v1.6.0](services/runcommand/CHANGELOG.md#v160)
213+
- **Bugfix:** Disable strict decoding of API responses
214+
- **Feature:** Add `AdditionalProperties` fields to model structs
211215
- `secretsmanager`: [v0.15.0](services/secretsmanager/CHANGELOG.md#v0150)
212216
- **Feature:** Introduction of multi API version support for the secretsmanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
213217
- `v1api`: New package which should be used for communication with the STACKIT secretsmanager API in the future

services/runcommand/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.6.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v1.5.0
26
- **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
37
- `v1api`: New package which can be used for communication with the runcommand v1 API

services/runcommand/VERSION

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

services/runcommand/oas_commit

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

services/runcommand/v1api/model_command_details.go

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

services/runcommand/v1api/model_command_template.go

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

services/runcommand/v1api/model_command_template_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/runcommand/v1api/model_command_template_schema.go

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

services/runcommand/v1api/model_commands.go

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

services/runcommand/v1api/model_create_command_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.

0 commit comments

Comments
 (0)