Skip to content

Commit 9564e50

Browse files
committed
update CHANGELOG.md and version in pyproject.toml
1 parent 1cdc78c commit 9564e50

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@
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)

services/iaas/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

services/iaas/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-iaas"
6-
version = "v0.6.0"
6+
version = "v0.7.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)