Skip to content

Commit 69e04e0

Browse files
committed
add changelog entries
1 parent 1ad93c6 commit 69e04e0

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
- **Chore:** Bump minimum Python version to 3.10
5454
- **Chore:** Update dependencies
5555
- `iaas`
56+
- [v1.6.0](services/iaas/CHANGELOG.md#v160)
57+
- **Docs:** Extend some descriptions
58+
- **Feature:** Add support for configuring a `vpc_network_range_id` in `CreateNetworkIPv4WithPrefix`, `CreateNetworkIPv4WithPrefixLength`, `CreateNetworkIPv6WithPrefix` and `CreateNetworkIPv6WithPrefixLength` model
59+
- **Feature:** Add support for configuring a `vpc_id` in `CreateNetworkPayload` model
60+
- **Feature:** Add support for configuring a `availability_zone` in `CreateSnapshotPayload` model
5661
- [v1.5.0](services/iaas/CHANGELOG.md#v150)
5762
- **Chore:** Bump minimum Python version to 3.10
5863
- **Chore:** Update dependencies

services/iaas/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.6.0
2+
- **Docs:** Extend some descriptions
3+
- **Feature:** Add support for configuring a `vpc_network_range_id` in `CreateNetworkIPv4WithPrefix`, `CreateNetworkIPv4WithPrefixLength`, `CreateNetworkIPv6WithPrefix` and `CreateNetworkIPv6WithPrefixLength` model
4+
- **Feature:** Add support for configuring a `vpc_id` in `CreateNetworkPayload` model
5+
- **Feature:** Add support for configuring a `availability_zone` in `CreateSnapshotPayload` model
6+
17
## v1.5.0
28
- **Chore:** Bump minimum Python version to 3.10
39
- **Chore:** Update dependencies

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-iaas"
3-
version = "v1.5.0"
3+
version = "v1.6.0"
44
description = "IaaS-API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)