File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8181 - ** Version** : Minimal version is now python 3.9
8282- ` serverupdate ` : [ v1.1.0] ( services/serverupdate/CHANGELOG.md#v110 )
8383 - ** Version** : Minimal version is now python 3.9
84- - ` serviceaccount ` : [ v0.3.0] ( services/serviceaccount/CHANGELOG.md#v030 )
85- - ** Version** : Minimal version is now python 3.9
84+ - ` serviceaccount ` :
85+ - [ v0.4.0] ( services/serviceaccount/CHANGELOG.md#v040 )
86+ - ** Feature:** Add new ` algorithm ` field to ` CreateServiceAccountKeyPayload ` model with enum values ` RSA_2048 ` and ` RSA_4096 `
87+ - [ v0.3.0] ( services/serviceaccount/CHANGELOG.md#v030 )
88+ - ** Version** : Minimal version is now python 3.9
8689- ` serviceenablement ` : [ v1.1.0] ( services/serviceenablement/CHANGELOG.md#v110 )
8790 - ** Version** : Minimal version is now python 3.9
8891- ` ske ` :
Original file line number Diff line number Diff line change 1+ ## v0.4.0
2+ - ** Feature:** Add new ` algorithm ` field to ` CreateServiceAccountKeyPayload ` model with enum values ` RSA_2048 ` and ` RSA_4096 `
3+
14## v0.3.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-serviceaccount"
33
44[tool .poetry ]
55name = " stackit-serviceaccount"
6- version = " v0.3 .0"
6+ version = " v0.4 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments