Skip to content

Commit 74a2f31

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

21 files changed

+324
-86
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,15 @@
238238
- [v1.6.0](services/runcommand/CHANGELOG.md#v160)
239239
- **Bugfix:** Disable strict decoding of API responses
240240
- **Feature:** Add `AdditionalProperties` fields to model structs
241-
- `secretsmanager`: [v0.15.0](services/secretsmanager/CHANGELOG.md#v0150)
242-
- **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
243-
- `v1api`: New package which should be used for communication with the STACKIT secretsmanager API in the future
244-
- **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.
245-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
241+
- `secretsmanager`:
242+
- [v0.15.0](services/secretsmanager/CHANGELOG.md#v0150)
243+
- **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
244+
- `v1api`: New package which should be used for communication with the STACKIT secretsmanager API in the future
245+
- **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.
246+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
247+
- [v0.16.0](services/secretsmanager/CHANGELOG.md#v0160)
248+
- **Bugfix:** Disable strict decoding of API responses
249+
- **Feature:** Add `AdditionalProperties` fields to model structs
246250
- `sfs`: [v0.5.0](services/sfs/CHANGELOG.md#v050)
247251
- **Feature:** Introduction of multi API version support for the sfs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
248252
- `v1api`: New package which can be used for communication with the SFS v1 API

services/secretsmanager/CHANGELOG.md

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

services/secretsmanager/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.15.0
1+
v0.16.0

services/secretsmanager/oas_commit

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

services/secretsmanager/v1api/model_acl.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/secretsmanager/v1api/model_bad_request.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/secretsmanager/v1api/model_conflict.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/secretsmanager/v1api/model_create_acl_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/secretsmanager/v1api/model_create_instance_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/secretsmanager/v1api/model_create_user_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.

0 commit comments

Comments
 (0)