Skip to content

Commit aaabddf

Browse files
Generator: Update SDK /services/kms (#5914)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 74a2f31 commit aaabddf

Some content is hidden

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

46 files changed

+754
-226
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,16 @@
168168
- `v1api`: New package which should be used for communication with the STACKIT redis API in the future
169169
- **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 `v1api` package instead.
170170
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
171-
- `kms`: [v1.4.0](services/kms/CHANGELOG.md#v140)
172-
- **Feature:** Introduction of multi API version support for the kms SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
173-
- `v1api`: New package which can be used for communication with the kms v1 API
174-
- `v1betaapi`: New package which can be used for communication with the kms v1 beta API
175-
- **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.
176-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
171+
- `kms`:
172+
- [v1.4.0](services/kms/CHANGELOG.md#v140)
173+
- **Feature:** Introduction of multi API version support for the kms SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
174+
- `v1api`: New package which can be used for communication with the kms v1 API
175+
- `v1betaapi`: New package which can be used for communication with the kms v1 beta API
176+
- **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.
177+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
178+
- [v1.5.0](services/kms/CHANGELOG.md#v150)
179+
- **Bugfix:** Disable strict decoding of API responses
180+
- **Feature:** Add `AdditionalProperties` fields to model structs
177181
- `mariadb`:
178182
- [v0.26.0](services/mariadb/CHANGELOG.md#v0260)
179183
- **Feature:** Introduction of multi API version support for the mariadb SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/kms/CHANGELOG.md

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

services/kms/VERSION

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

services/kms/oas_commit

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

services/kms/v1api/model_create_key_payload.go

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

services/kms/v1api/model_create_key_ring_payload.go

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

services/kms/v1api/model_create_wrapping_key_payload.go

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

services/kms/v1api/model_decrypt_payload.go

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

services/kms/v1api/model_decrypted_data.go

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

services/kms/v1api/model_encrypt_payload.go

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

0 commit comments

Comments
 (0)