Skip to content

Commit 5e6c278

Browse files
committed
feature: updated changelog
1 parent 44f9249 commit 5e6c278

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

services/iaas/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.17.0 (2024-12-13)
2+
3+
- **Feature:** Add new methods to manage affinity groups: `CreateAffinityGroup`, `UpdateAffinityGroup`, `DeleteAffinityGroup`, `GetAffinityGroup`, and `ListAffinityGroup`
4+
- **Feature:** Add new methods to manage backups: `CreateBackup`, `DeleteBackup`, `GetBackup`, `ListBackup`, `RestoreBackup`, `ExecuteBackup`,`UpdateBackup` (_beta_)
5+
- **Feature:** Add new methods to manage images: `CreateImage`, `DeleteImage`, `GetImage`, `ListImage`,`UpdateImage`
6+
- **Feature:** Add new methods to manage imageshares: `DeleteImageShare`, `GetImageShare`, `SetImageShare`,`UpdateImageShare`
7+
- **Feature:** Add new methods to manage imageshare consumers: `DeleteImageShareConsumer`, `GetImageShareConsumer`, `SetImageShare`,`UpdateImageShare`
8+
- **Feature:** Add new methods to manage project NICs: `GetProjectNIC`, `ListProjectNICs`
9+
- **Feature:** Add new methods to manage snapshots: `CreateSnapshot` (_beta_), `DeleteSnapshot` (_beta_), `GetSnapshot` (_beta_), `ListSnapshot` (_beta_), `UpdateSnapshot` (_beta_)
10+
111
## v0.16.0 (2024-11-08)
212

313
- **Feature:** Add new methods to manage key pairs: `CreateKeyPair`, `UpdateKeyPair`, `DeleteKeyPair`, `GetKeyPair`, and `ListKeyPairs`

0 commit comments

Comments
 (0)