Skip to content

Commit cb180f9

Browse files
feat(runcommand): add multi API version support (#5629)
relates to STACKITSDK-352 Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 7aa86f6 commit cb180f9

File tree

94 files changed

+20204
-18
lines changed

Some content is hidden

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

94 files changed

+20204
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@
145145
- `v2api`: New package which can be used for communication with the serverupdate v2 API
146146
- **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.
147147
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
148+
- `runcommand`: [v1.5.0](services/runcommand/CHANGELOG.md#v150)
149+
- **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
150+
- `v1api`: New package which can be used for communication with the runcommand v1 API
151+
- `v1betaapi`: New package which can be used for communication with the runcommand v1 beta API
152+
- `v2api`: New package which can be used for communication with the runcommand v2 API
153+
- `v2betaapi`: New package which can be used for communication with the runcommand v2 beta API
154+
- **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.
155+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
148156

149157
## Release (2026-02-20)
150158
- `core`: [v0.21.1](core/CHANGELOG.md#v0211)

services/runcommand/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.5.0
2+
- **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
3+
- `v1api`: New package which can be used for communication with the runcommand v1 API
4+
- `v1betaapi`: New package which can be used for communication with the runcommand v1 beta API
5+
- `v2api`: New package which can be used for communication with the runcommand v2 API
6+
- `v2betaapi`: New package which can be used for communication with the runcommand v2 beta API
7+
- **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.
8+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
9+
110
## v1.4.3
211
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
312

services/runcommand/VERSION

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

services/runcommand/api_default.go

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

0 commit comments

Comments
 (0)