Skip to content

Commit fc93fd4

Browse files
Update changelog
1 parent 5b8a061 commit fc93fd4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

services/iaas/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.2.0 (2024-12-23)
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
13+
114
## v0.1.0 (2024-12-04)
215

316
- Manage your STACKIT Infrastructure as a Service (IaaS) resources

0 commit comments

Comments
 (0)