File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1818 - ** Version** : Minimal version is now python 3.9
1919- ` git ` : [ v0.4.0] ( services/git/CHANGELOG.md#v040 )
2020 - ** Version** : Minimal version is now python 3.9
21- - ` iaas ` : [ v0.6.0] ( services/iaas/CHANGELOG.md#v060 )
22- - ** Version** : Minimal version is now python 3.9
21+ - ` iaas ` :
22+ - [ v0.7.0] ( services/iaas/CHANGELOG.md#v070 )
23+ - ** Docs:** Improved descriptions of properties in structs with their possible values
24+ - ** Feature:** Add ` Agent ` field to ` CreateImagePayload ` , ` UpdateImagePayload ` and ` Image ` model
25+ - ** Feature:** Add ` Encrypted ` and ` EncryptionsParameters ` fields to ` CreateVolumePayload ` model
26+ - [ v0.6.0] ( services/iaas/CHANGELOG.md#v060 )
27+ - ** Version** : Minimal version is now python 3.9
2328- ` intake ` : [ v0.1.0] ( services/intake/CHANGELOG.md#v010 )
2429 - ** New** : STACKIT Intake module can be used to manage the STACKIT Intake. Manage your ` IntakeRunners ` , ` Intakes ` and ` IntakeUsers `
2530- ` kms ` : [ v0.1.0] ( services/kms/CHANGELOG.md#v010 )
Original file line number Diff line number Diff line change 1+ ## v0.7.0
2+ - ** Docs:** Improved descriptions of properties in structs with their possible values
3+ - ** Feature:** Add ` Agent ` field to ` CreateImagePayload ` , ` UpdateImagePayload ` and ` Image ` model
4+ - ** Feature:** Add ` Encrypted ` and ` EncryptionsParameters ` fields to ` CreateVolumePayload ` model
5+
16## v0.6.0
27- ** Version** : Minimal version is now python 3.9
38
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-iaas"
33
44[tool .poetry ]
55name = " stackit-iaas"
6- version = " v0.6 .0"
6+ version = " v0.7 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments