Skip to content

Commit

Permalink
feature: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bahkauv70 committed Dec 16, 2024
1 parent b30a25a commit bf8023b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.17.0 (2024-12-13)

- **Feature:** Add new methods to manage affinity groups: `CreateAffinityGroup`, `UpdateAffinityGroup`, `DeleteAffinityGroup`, `GetAffinityGroup`, and `ListAffinityGroup`
- **Feature:** Add new methods to manage backups: `CreateBackup`, `DeleteBackup`, `GetBackup`, `ListBackup`, `RestoreBackup`, `ExecuteBackup`,`UpdateBackup`
- **Feature:** Add new methods to manage images: `CreateImage`, `DeleteImage`, `GetImage`, `ListImage`,`UpdateImage`
- **Feature:** Add new methods to manage imageshares: `DeleteImageShare`, `GetImageShare`, `SetImageShare`,`UpdateImageShare`
- **Feature:** Add new methods to manage imageshare consumers: `DeleteImageShareConsumer`, `GetImageShareConsumer`, `SetImageShare`,`UpdateImageShare`
- **Feature:** Add new methods to manage project NICs: `GetProjectNIC`, `ListProjectNICs`
- **Feature:** Add new methods to manage snapshots: `CreateSnapshot`, `DeleteSnapshot`, `GetSnapshot`, `ListSnapshot`, `UpdateSnapshot`
- **Bugfix:** Correctly handle nullable attributes in model types

## v0.16.0 (2024-11-08)

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

0 comments on commit bf8023b

Please sign in to comment.