Skip to content

Commit 29b32e9

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 9464c0e commit 29b32e9

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
- `logs`: [v0.2.0](services/logs/CHANGELOG.md#v020)
6+
- **Feature:** Switch from `v1beta` version to `v1` version of the API.
7+
18
## Release (2026-01-27)
29
- `serverbackup`: [v1.1.1](services/serverbackup/CHANGELOG.md#v111)
310
- **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/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/logs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.2.0
2+
- **Feature:** Switch from `v1beta` version to `v1` version of the API.
3+
14
## v0.1.0
25
- **New**: STACKIT Logs service

services/logs/pyproject.toml

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

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

0 commit comments

Comments
 (0)