File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-kms"
33
44[tool .poetry ]
55name = " stackit-kms"
6- version = " v0.6 .0"
6+ version = " v0.7 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments