Skip to content

Commit a4cb831

Browse files
Generator: Update SDK /services/iaas (#1251)
* Generate iaas * Update CHANGELOG --------- Co-authored-by: Vicente Pinto <[email protected]>
1 parent 631afd7 commit a4cb831

19 files changed

+3047
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Release (2025-xx-yy)
2+
23
- `postgresflex`: [0.16.1](services/postgresflex/CHANGELOG.md#v0161-2025-xx-yy)
34
- **Bugfix:** Correctly handle nullable attributes in model types
5+
- `iaas`: [v0.19.0](services/iaas/CHANGELOG.md#v0190-2024-12-20)
6+
- **Feature:** Add method to list quotas: `ListQuotas`
7+
- **Feature:** Add methods to change image scope: `UpdateImageScopeLocal` and `UpdateImageScopePublic`
48

59
## Release (2024-12-17)
610

@@ -10,7 +14,7 @@
1014
>
1115
> Use `github.com/stackitcloud/stackit-sdk-go/services/authorization` instead.
1216
13-
- `iaas`: [v0.18](services/iaas/CHANGELOG.md#v0180-2024-12-16)
17+
- `iaas`: [v0.18.0](services/iaas/CHANGELOG.md#v0180-2024-12-16)
1418
- **Feature:** Add waiters for async operations: `UploadImageWaitHandler` and `DeleteImageWaitHandler`
1519
- `iaas`: [v0.17.0](services/iaas/CHANGELOG.md#v0170-2024-12-16)
1620
- **Feature:** Add new methods to manage affinity groups: `CreateAffinityGroup`, `DeleteAffinityGroup`, `GetAffinityGroup`, and `ListAffinityGroup`

services/iaas/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.19.0 (2024-12-20)
2+
3+
- **Feature:** Add method to list quotas: `ListQuotas`
4+
- **Feature:** Add methods to change image scope: `UpdateImageScopeLocal` and `UpdateImageScopePublic`
5+
16
## v0.18.0 (2024-12-16)
27

38
- **Feature:** Add waiters for async operations: `UploadImageWaitHandler` and `DeleteImageWaitHandler`

0 commit comments

Comments
 (0)