Skip to content

Commit 7cbcd79

Browse files
Generator: Update SDK /services/iaas (#941)
* Generate iaas * Update changelog --------- Co-authored-by: Vicente Pinto <[email protected]>
1 parent 21abcd0 commit 7cbcd79

File tree

5 files changed

+418
-0
lines changed

5 files changed

+418
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- `iaas`: [v0.14.0](services/iaas/CHANGELOG.md#v0140-2024-10-18)
44
- **Feature:** Add waiter methods for `Volume`, `Server` and `AttachedVolume`
5+
- `iaas`: [v0.15.0](services/iaas/CHANGELOG.md#v0150-2024-10-21)
6+
- **Feature:** Filter network area routes by labels using the new `LabelSelector` method on `ApiListNetworkAreaRoutesRequest`
7+
- **Feature:** Update network area route using the new method `UpdateNetworkAreaRoute`
58

69
## Release (2024-10-18)
710

services/iaas/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.15.0 (2024-10-21)
2+
3+
- **Feature:** Filter network area routes by labels using the new `LabelSelector` method on `ApiListNetworkAreaRoutesRequest`
4+
- **Feature:** Update network area route using the new method `UpdateNetworkAreaRoute`
5+
16
## v0.14.0 (2024-10-18)
27

38
- **Feature:** Add waiter methods for `Volume`, `Server` and `AttachedVolume`

services/iaas/api_default.go

Lines changed: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/iaas/api_default_test.go

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)