Skip to content

Commit 1edb41f

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

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
- **Chore:** Bump minimum Python version to 3.10
7575
- **Chore:** Update dependencies
7676
- `kms`
77+
- [v0.13.0](services/kms/CHANGELOG.md#v0130)
78+
- **Breaking Change:** Remove enum `Protection`
79+
- **Breaking Change:** Change type of `protection` attribute from `Protection` to `str` in `CreateKeyPayload`, `CreateWrappingKeyPayload`, `Key` and `WrappingKey` model
7780
- [v0.12.0](services/kms/CHANGELOG.md#0120)
7881
- **Feature:** Add `HSM` as allowed value to `Protection` class.
7982
- [v0.11.0](services/kms/CHANGELOG.md#0110)

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)