Skip to content

Commit 1cfd7e1

Browse files
committed
update changelogs and version
1 parent 43c1e1a commit 1cfd7e1

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
- `intake`: [v0.1.0](services/intake/CHANGELOG.md#v010)
5151
- **New**: STACKIT Intake module can be used to manage the STACKIT Intake. Manage your `IntakeRunners`, `Intakes` and `IntakeUsers`
5252
- `kms`:
53+
- [v0.6.0](services/kms/CHANGELOG.md#v060)
54+
- **Breaking Change:** Updated `NewKey()` and `NewWrappingKey()` constructor signatures to require new `AccessScope` parameter
55+
- **Breaking Change:** Added new required `AccessScope` field to `Key` and `WrappingKey` models
56+
- **Feature:** Add new `AccessScope` field to `CreateKeyPayload` and `CreateWrappingKeyPayload` models for managing key access permissions
57+
- **Feature:** Add new `Protection` field to `CreateKeyPayload`, `CreateWrappingKeyPayload`, `Key`, and `WrappingKey` models as a replacement for the deprecated `Backend` field
58+
- **Deprecation:** The `Backend` field is now deprecated in all relevant models. Use the new `Protection` field instead
5359
- [v0.5.1](services/kms/CHANGELOG.md#v051)
5460
- **Improvement:** Improved error handling for multiple API methods including `DeleteKey`, `DeleteKeyRing`, `DeleteWrappingKey`, `DestroyVersion`, `DisableVersion`, `EnableVersion`, `RestoreKey`, and `RestoreVersion`
5561
- [v0.5.0](services/kms/CHANGELOG.md#v050)

services/kms/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.6.0
2+
- **Breaking Change:** Updated `NewKey()` and `NewWrappingKey()` constructor signatures to require new `AccessScope` parameter
3+
- **Breaking Change:** Added new required `AccessScope` field to `Key` and `WrappingKey` models
4+
- **Feature:** Add new `AccessScope` field to `CreateKeyPayload` and `CreateWrappingKeyPayload` models for managing key access permissions
5+
- **Feature:** Add new `Protection` field to `CreateKeyPayload`, `CreateWrappingKeyPayload`, `Key`, and `WrappingKey` models as a replacement for the deprecated `Backend` field
6+
- **Deprecation:** The `Backend` field is now deprecated in all relevant models. Use the new `Protection` field instead
7+
18
## v0.5.1
29
- **Improvement:** Improved error handling for multiple API methods including `DeleteKey`, `DeleteKeyRing`, `DeleteWrappingKey`, `DestroyVersion`, `DisableVersion`, `EnableVersion`, `RestoreKey`, and `RestoreVersion`
310

services/kms/VERSION

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

0 commit comments

Comments
 (0)