Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,24 @@
- `v2betaapi`: New package which can be used for communication with the certificates v2 API
- **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.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- `ske`: [v1.8.0](services/ske/CHANGELOG.md#v180)
- **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
- `v1api`: New package which can be used for communication with the ske v1 API
- `v2api`: New package which can be used for communication with the ske v2 API
- **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.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- `ske`:
- [v1.8.0](services/ske/CHANGELOG.md#v180)
- **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
- `v1api`: New package which can be used for communication with the ske v1 API
- `v2api`: New package which can be used for communication with the ske v2 API
- **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.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- [v1.9.0](services/ske/CHANGELOG.md#v190)
- Package `v2api`:
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
- **Feature:** New API client method: `GetIDPKubeconfig`
- Added new possible values to description of `Code` field in the `ClusterError` model struct
- Deprecated SDK layer in root of the module:
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
- **Feature:** New API client method: `GetIDPKubeconfig`
- Added new possible values to description of `Code` field in the `ClusterError` model struct
- `dns`: [v0.18.0](services/dns/CHANGELOG.md#v0180)
- **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
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
Expand Down
12 changes: 12 additions & 0 deletions services/ske/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.9.0
- Package `v2api`:
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
- **Feature:** New API client method: `GetIDPKubeconfig`
- Added new possible values to description of `Code` field in the `ClusterError` model struct
- Deprecated SDK layer in root of the module:
- **Feature:** New model structs: `Access`, `IDPKubeconfig`
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
- **Feature:** New API client method: `GetIDPKubeconfig`
- Added new possible values to description of `Code` field in the `ClusterError` model struct

## v1.8.0
- **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
- `v1api`: New package which can be used for communication with the ske v1 API
Expand Down
2 changes: 1 addition & 1 deletion services/ske/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0
v1.9.0
206 changes: 206 additions & 0 deletions services/ske/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading