Skip to content

Commit 706383b

Browse files
committed
chore(kms): Add changelog
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 9601117 commit 706383b

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release (2026-MM-DD)
2+
3+
- `kms`:
4+
- [v0.13.0](services/kms/CHANGELOG.md#v0130)
5+
- **Breaking Change:** Remove enum `Protection`
6+
- **Breaking Change:** Change type of `protection` attribute from `Protection` to `str` in `CreateKeyPayload`, `CreateWrappingKeyPayload`, `Key` and `WrappingKey` model
7+
18
## Release (2026-08-25)
29

310
- `core`:

services/kms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.13.0
2+
- **Breaking Change:** Remove enum `Protection`
3+
- **Breaking Change:** Change type of `protection` attribute from `Protection` to `str` in `CreateKeyPayload`, `CreateWrappingKeyPayload`, `Key` and `WrappingKey` model
4+
15
## v0.12.0
26
- **Feature:** Add `HSM` as allowed value to `Protection` class.
37

services/kms/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-kms"
3-
version = "v0.12.0"
3+
version = "v0.13.0"
44
description = "STACKIT Key Management Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

services/kms/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)