Skip to content

Commit fe677cd

Browse files
Generate kms
1 parent 315629e commit fe677cd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

services/kms/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## v0.6.0
2-
- Set fields `description` and `import_only` to required in response struct `Key`
3-
- Set fields `description` and `public_key` to required in response struct `WrappingKey`
4-
- Set field `description` to required in response struct `KeyRing`
5-
- Set field `disabled` to required in response struct `Version`
6-
71
## v0.5.0
82
- **Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
93

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.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)