File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3333 - ** Version** : Minimal version is now python 3.9
3434- ` intake ` : [ v0.1.0] ( services/intake/CHANGELOG.md#v010 )
3535 - ** New** : STACKIT Intake module can be used to manage the STACKIT Intake. Manage your ` IntakeRunners ` , ` Intakes ` and ` IntakeUsers `
36- - ` kms ` : [ v0.1.0] ( services/kms/CHANGELOG.md#v010 )
37- - ** Version** : Minimal version is now python 3.9
36+ - ` kms ` :
37+ - [ v0.2.0] ( services/kms/CHANGELOG.md#v011 )
38+ - ** Breaking Change:** Change return type from ` Key ` to ` Version ` for ` import_key() ` and ` rotate_key() ` methods
39+ - ** Internal:** Add HTTP 409 (Conflict) error handling to API methods
40+ - [ v0.1.0] ( services/kms/CHANGELOG.md#v010 )
41+ - ** Version** : Minimal version is now python 3.9
3842- ` lbapplication ` : [ v0.4.0] ( services/lbapplication/CHANGELOG.md#v040 )
3943 - ** Version** : Minimal version is now python 3.9
4044- ` loadbalancer ` : [ v0.6.0] ( services/loadbalancer/CHANGELOG.md#v060 )
Original file line number Diff line number Diff line change 1+ ## v0.2.0
2+ - ** Breaking Change:** Change return type from ` Key ` to ` Version ` for ` import_key() ` and ` rotate_key() ` methods
3+ - ** Internal:** Add HTTP 409 (Conflict) error handling to API methods
4+
15## v0.1.0
26- ** Version** : Minimal version is now python 3.9
37
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.1 .0"
6+ version = " v0.2 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments