Skip to content

Commit ad6ec2b

Browse files
Update changelog, release iaas, certificates, lbapplication and serverupdate (#476)
1 parent e071454 commit ad6ec2b

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
- Manage your STACKIT Load Balancer certificates
77
- `lbapplication`: [v0.1.0](services/lbapplication/CHANGELOG.md#v010-2024-12-23)
88
- Manage your STACKIT Load Balancer applications
9+
- `iaas`: [v0.2.0](services/iaas/CHANGELOG.md#v020-2024-12-23)
10+
- **Feature:** Add new methods to manage affinity groups: `create_affinity_group`, `delete_affinity_group`, `get_affinity_group`, and `list_affinity_group`
11+
- **Feature:** Add new methods to manage backups: `create_backup`, `delete_backup`, `get_backup`, `list_backup`, `restore_backup`, `execute_backup`, `update_backup`
12+
- **Feature:** Add new methods to manage images: `create_image`, `delete_image`, `get_image`, `list_image`, `update_image`
13+
- **Feature:** Add new methods to manage imageshares: `delete_image_share`, `get_image_share`, `set_image_share`, `update_image_share`
14+
- **Feature:** Add new methods to manage imageshare consumers: `delete_image_share_consumer`, `get_image_share_consumer`, `set_image_share`, `update_image_share`
15+
- **Feature:** Add new methods to manage project NICs: `get_project_nic`, `list_project_nics`
16+
- **Feature:** Add new methods to manage snapshots: `create_snapshot`, `delete_snapshot`, `get_snapshot`, `list_snapshot`, `update_snapshot`
17+
- `serverupdate`: [v0.1.1](services/serverupdate/CHANGELOG.md#v011-2024-12-23)
18+
- **Bugfix:** `Id` field of `Update` model is now of type `int64` (was `string`)
919

1020
## Release (2024-12-04)
1121

services/certificates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-certificates"
3-
version = "v0.0.1a"
3+
version = "v0.1.0"
44
authors = [
55
"STACKIT Developer Tools <[email protected]>",
66
]

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-iaas"
3-
version = "v0.1.0"
3+
version = "v0.2.0"
44
authors = [
55
"STACKIT Developer Tools <[email protected]>",
66
]

services/lbapplication/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-lbapplication"
3-
version = "v0.0.1a"
3+
version = "v0.1.0"
44
authors = [
55
"STACKIT Developer Tools <[email protected]>",
66
]

services/serverupdate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-serverupdate"
3-
version = "v0.1.0"
3+
version = "v0.1.1"
44
authors = [
55
"STACKIT Developer Tools <[email protected]>",
66
]

0 commit comments

Comments
 (0)