Skip to content

Commit 555dcf2

Browse files
Generator: Update SDK /services/ske (#5745)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent abedae9 commit 555dcf2

19 files changed

+1207
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,24 @@
6464
- `v2betaapi`: New package which can be used for communication with the certificates v2 API
6565
- **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.
6666
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
67-
- `ske`: [v1.8.0](services/ske/CHANGELOG.md#v180)
68-
- **Feature:** Introduction of multi API version support for the ske SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
69-
- `v1api`: New package which can be used for communication with the ske v1 API
70-
- `v2api`: New package which can be used for communication with the ske v2 API
71-
- **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.
72-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
67+
- `ske`:
68+
- [v1.8.0](services/ske/CHANGELOG.md#v180)
69+
- **Feature:** Introduction of multi API version support for the ske SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
70+
- `v1api`: New package which can be used for communication with the ske v1 API
71+
- `v2api`: New package which can be used for communication with the ske v2 API
72+
- **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.
73+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
74+
- [v1.9.0](services/ske/CHANGELOG.md#v190)
75+
- Package `v2api`:
76+
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
77+
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
78+
- **Feature:** New API client method: `GetIDPKubeconfig`
79+
- Added new possible values to description of `Code` field in the `ClusterError` model struct
80+
- Deprecated SDK layer in root of the module:
81+
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
82+
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
83+
- **Feature:** New API client method: `GetIDPKubeconfig`
84+
- Added new possible values to description of `Code` field in the `ClusterError` model struct
7385
- `dns`: [v0.18.0](services/dns/CHANGELOG.md#v0180)
7486
- **Feature:** Introduction of multi API version support for the dns SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
7587
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future

services/ske/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.9.0
2+
- Package `v2api`:
3+
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
4+
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
5+
- **Feature:** New API client method: `GetIDPKubeconfig`
6+
- Added new possible values to description of `Code` field in the `ClusterError` model struct
7+
- Deprecated SDK layer in root of the module:
8+
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
9+
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
10+
- **Feature:** New API client method: `GetIDPKubeconfig`
11+
- Added new possible values to description of `Code` field in the `ClusterError` model struct
12+
113
## v1.8.0
214
- **Feature:** Introduction of multi API version support for the ske SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
315
- `v1api`: New package which can be used for communication with the ske v1 API

services/ske/VERSION

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

services/ske/api_default.go

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

0 commit comments

Comments
 (0)