Skip to content

Commit e64d0c6

Browse files
committed
fix changelog
1 parent 7574192 commit e64d0c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## Release (2025-xx-xx)
2+
- `kms`: [v0.3.0](services/kms/CHANGELOG.md#v030)
3+
- **Breaking Change:** Updated `create_key()` and `create_wrapping_key()` method signatures to require new `access_scope` parameter
4+
- **Breaking Change:** Added new required `access_scope` field to `Key` and `WrappingKey` models
5+
- **Feature:** Add new `AccessScope` enum with values `PUBLIC` and `SNA` for managing key access permissions
6+
- **Feature:** Add new `Protection` enum with value `SOFTWARE` as a replacement for the deprecated `backend` field
7+
- **Deprecation:** The `backend` field is now deprecated in all relevant models. Use the new `protection` field instead
28
- `observability`: [v0.9.0](services/observability/CHANGELOG.md#v090)
39
- **Feature:** Add new `GoogleChat` webhook
410

@@ -40,12 +46,6 @@
4046
- `intake`: [v0.1.0](services/intake/CHANGELOG.md#v010)
4147
- **New**: STACKIT Intake module can be used to manage the STACKIT Intake. Manage your `IntakeRunners`, `Intakes` and `IntakeUsers`
4248
- `kms`:
43-
- [v0.3.0](services/kms/CHANGELOG.md#v030)
44-
- **Breaking Change:** Updated `create_key()` and `create_wrapping_key()` method signatures to require new `access_scope` parameter
45-
- **Breaking Change:** Added new required `access_scope` field to `Key` and `WrappingKey` models
46-
- **Feature:** Add new `AccessScope` enum with values `PUBLIC` and `SNA` for managing key access permissions
47-
- **Feature:** Add new `Protection` enum with value `SOFTWARE` as a replacement for the deprecated `backend` field
48-
- **Deprecation:** The `backend` field is now deprecated in all relevant models. Use the new `protection` field instead
4949
- [v0.2.0](services/kms/CHANGELOG.md#v020)
5050
- **Breaking Change:** Change return type from `Key` to `Version` for `import_key()` and `rotate_key()` methods
5151
- **Internal:** Add HTTP 409 (Conflict) error handling to API methods

0 commit comments

Comments
 (0)