Skip to content

Commit 916eb11

Browse files
committed
add changelog entries
1 parent cd31c11 commit 916eb11

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
- **Feature:** Add `CreateIsolatedNetwork` functionality
66
- **Feature:** Add `ImageFromVolumePayload` functionality
77
- **Feature:** Add `SystemRoutes` to `UpdateRoutingTableOfAreaPayload`
8-
- `kms`: [v0.5.0](services/kms/CHANGELOG.md#v050)
9-
- **Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
8+
- `kms`:
9+
- [v0.6.0](services/kms/CHANGELOG.md#v060)
10+
- Set fields `description` and `import_only` to required in response struct `Key`
11+
- Set fields `description` and `public_key` to required in response struct `WrappingKey`
12+
- Set field `description` to required in response struct `KeyRing`
13+
- Set field `disabled` to required in response struct `Version`
14+
- [v0.5.0](services/kms/CHANGELOG.md#v050)
15+
- **Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
1016
- `sqlserverflex`: [v1.1.1](services/sqlserverflex/CHANGELOG.md#v111)
1117
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
1218
- `mongodbflex`: [v1.2.2](services/mongodbflex/CHANGELOG.md#v122)

services/kms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## v0.5.0
28
- **Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
39

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

0 commit comments

Comments
 (0)