Skip to content

Commit 3bc6621

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 959d7fd commit 3bc6621

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release (2025-xx-xx)
2+
- `iaas`: [v1.1.0](services/iaas/CHANGELOG.md#v110)
3+
- **Feature:** Add `CreateIsolatedNetwork` functionality
4+
- **Feature:** Add `ImageFromVolumePayload` functionality
5+
- **Feature:** Add `SystemRoutes` to `UpdateRoutingTableOfAreaPayload`
6+
17
## Release (2025-12-08)
28
- `scf`: [v0.3.0](services/scf/CHANGELOG.md#v030)
39
- **Feature:** Add new model `IsolationSegment` and `IsolationSegmentsList`

services/iaas/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.1.0
2+
- **Feature:** Add `CreateIsolatedNetwork` functionality
3+
- **Feature:** Add `ImageFromVolumePayload` functionality
4+
- **Feature:** Add `SystemRoutes` to `UpdateRoutingTableOfAreaPayload`
5+
16
## v1.0.0
27
- **Breaking Change:** Add required `region` parameter to most API methods in `DefaultApi` class.
38
- **Breaking Change:** Removal of API methods from `DefaultApi` class: `list_snapshots`, `update_image_scope_local`, `update_image_scope_public`.

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 = "v1.0.0"
6+
version = "v1.1.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)