Skip to content

Commit b6c0de7

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 4394d6c commit b6c0de7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release (2026-xx-xx)
2+
3+
- `kms`: [v0.7.0](services/kms/CHANGELOG.md#v070)
4+
- Set fields `description` to optional in for `Key`, `KeyRing` and `WrappingKey`
5+
16
## Release (2026-01-27)
27
- `serverbackup`: [v1.1.1](services/serverbackup/CHANGELOG.md#v111)
38
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API

services/kms/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.7.0
2+
- Set fields `description` to optional in for `Key`, `KeyRing` and `WrappingKey`
3+
14
## v0.6.0
25
- Set fields `description` and `import_only` to required in response struct `Key`
36
- Set fields `description` and `public_key` to required in response struct `WrappingKey`

services/kms/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-kms"
33

44
[tool.poetry]
55
name = "stackit-kms"
6-
version = "v0.6.0"
6+
version = "v0.7.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)