|
1 | 1 | ## v0.2.0 (2024-12-23) |
2 | 2 |
|
3 | | -- **Feature:** Add method to list quotas: `ListQuotas` |
4 | | -- **Feature:** Add methods to change image scope: `UpdateImageScopeLocal` and `UpdateImageScopePublic` |
5 | | -- **Feature:** Add new methods to manage affinity groups: `CreateAffinityGroup`, `DeleteAffinityGroup`, `GetAffinityGroup`, and `ListAffinityGroup` |
6 | | -- **Feature:** Add new methods to manage backups: `CreateBackup`, `DeleteBackup`, `GetBackup`, `ListBackup`, `RestoreBackup`, `ExecuteBackup`,`UpdateBackup` |
7 | | -- **Feature:** Add new methods to manage images: `CreateImage`, `DeleteImage`, `GetImage`, `ListImage`,`UpdateImage` |
8 | | -- **Feature:** Add new methods to manage imageshares: `DeleteImageShare`, `GetImageShare`, `SetImageShare`,`UpdateImageShare` |
9 | | -- **Feature:** Add new methods to manage imageshare consumers: `DeleteImageShareConsumer`, `GetImageShareConsumer`, `SetImageShare`,`UpdateImageShare` |
10 | | -- **Feature:** Add new methods to manage project NICs: `GetProjectNIC`, `ListProjectNICs` |
11 | | -- **Feature:** Add new methods to manage snapshots: `CreateSnapshot`, `DeleteSnapshot`, `GetSnapshot`, `ListSnapshot`, `UpdateSnapshot` |
12 | | -- **Bugfix:** Correctly handle nullable attributes in model types |
| 3 | +- **Feature:** Add new methods to manage affinity groups: `create_affinity_group`, `delete_affinity_group`, `get_affinity_group`, and `list_affinity_group` |
| 4 | +- **Feature:** Add new methods to manage backups: `create_backup`, `delete_backup`, `get_backup`, `list_backup`, `restore_backup`, `execute_backup`, `update_backup` |
| 5 | +- **Feature:** Add new methods to manage images: `create_image`, `delete_image`, `get_image`, `list_image`, `update_image` |
| 6 | +- **Feature:** Add new methods to manage imageshares: `delete_image_share`, `get_image_share`, `set_image_share`, `update_image_share` |
| 7 | +- **Feature:** Add new methods to manage imageshare consumers: `delete_image_share_consumer`, `get_image_share_consumer`, `set_image_share`, `update_image_share` |
| 8 | +- **Feature:** Add new methods to manage project NICs: `get_project_nic`, `list_project_nics` |
| 9 | +- **Feature:** Add new methods to manage snapshots: `create_snapshot`, `delete_snapshot`, `get_snapshot`, `list_snapshot`, `update_snapshot` |
13 | 10 |
|
14 | 11 | ## v0.1.0 (2024-12-04) |
15 | 12 |
|
|
0 commit comments