Skip to content

Commit 08a51ac

Browse files
committed
add changelog entries
1 parent 45c4180 commit 08a51ac

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release (2025-MM-DD)
2+
- `kms`: [v0.4.0](services/kms/CHANGELOG.md#v040)
3+
- Switch to API version `v1` of STACKIT KMS service (previously `v1beta`)
4+
- **Breaking Change:** Removal of deprecated `Backend` model
5+
- **Breaking Change:** Mark `protection` attribute as required in `Key`, `CreateKeyPayload`, `CreateWrappingKeyPayload` and `WrappingKey` model
6+
17
## Release (2025-08-29)
28
- `kms`: [v0.3.0](services/kms/CHANGELOG.md#v030)
39
- **Breaking Change:** Updated `create_key()` and `create_wrapping_key()` method signatures to require new `access_scope` parameter

services/kms/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.4.0
2+
- Switch to API version `v1` of STACKIT KMS service (previously `v1beta`)
3+
- **Breaking Change:** Removal of deprecated `Backend` model
4+
- **Breaking Change:** Mark `protection` attribute as required in `Key`, `CreateKeyPayload`, `CreateWrappingKeyPayload` and `WrappingKey` model
5+
16
## v0.3.0
27
- **Breaking Change:** Updated `create_key()` and `create_wrapping_key()` method signatures to require new `access_scope` parameter
38
- **Breaking Change:** Added new required `access_scope` field to `Key` and `WrappingKey` models

services/kms/pyproject.toml

Lines changed: 2 additions & 2 deletions
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.3.0"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -96,4 +96,4 @@ docstring-quotes = '"""'
9696
multiline-quotes = '"""'
9797
ban-relative-imports = true
9898
# Exclude generated code
99-
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]
99+
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]

0 commit comments

Comments
 (0)