Skip to content

Commit 97ea931

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent f8d7641 commit 97ea931

File tree

7 files changed

+21
-3
lines changed

7 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release (2026-xx-xx)
2+
3+
- `runcommand`: [v1.1.1](services/runcommand/CHANGELOG.md#v111)
4+
- **Bugfix**: Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
5+
- `kms`: [v0.7.0](services/kms/CHANGELOG.md#v070)
6+
- Set fields `description` to optional in for `Key`, `KeyRing` and `WrappingKey`
7+
- `logs`: [v0.2.0](services/logs/CHANGELOG.md#v020)
8+
- **Feature:** Switch from `v1beta` version to `v1` version of the API.
9+
110
## Release (2026-01-27)
211
- `serverbackup`: [v1.1.1](services/serverbackup/CHANGELOG.md#v111)
312
- **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
]

services/runcommand/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.1.1
2+
- **Bugfix**: Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
3+
14
## v1.1.0
25
- **Version**: Minimal version is now python 3.9
36

services/runcommand/pyproject.toml

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

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

0 commit comments

Comments
 (0)