File tree Expand file tree Collapse file tree 7 files changed +21
-3
lines changed
Expand file tree Collapse file tree 7 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-kms"
33
44[tool .poetry ]
55name = " stackit-kms"
6- version = " v0.6 .0"
6+ version = " v0.7 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-logs"
33
44[tool .poetry ]
55name = " stackit-logs"
6- version = " v0.1 .0"
6+ version = " v0.2 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-runcommand"
33
44[tool .poetry ]
55name = " stackit-runcommand"
6- version = " v1.1.0 "
6+ version = " v1.1.1 "
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments