Skip to content

Commit 9aec98e

Browse files
Generator: Update SDK /services/iaas (#877)
* Generate iaas * Update Changelog --------- Co-authored-by: Vicente Pinto <[email protected]>
1 parent ba61ab5 commit 9aec98e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- **Feature:** Add `CreatedAt` and `UpdatedAt` fields to several data models
1010
- `core`: [v0.14.0](core/CHANGELOG.md#v0140-2024-10-10)
1111
- **Feature:**: Added `IntermediateStateReached` to `AsyncActionHandler` that can be used to check for an intermediate state when executing the wait function of a wait handler
12+
- `iaas`: [v0.11.0](services/iaas/CHANGELOG.md#v0110-2024-10-11)
13+
- **Feature:** Filter networks by labels using the new `LabelSelector` method on `ApiListNetworksRequest`
1214

1315
## Release (2024-09-19)
1416

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.11.0 (2024-10-11)
2+
3+
- **Feature:** Filter networks by labels using the new `LabelSelector` method on `ApiListNetworksRequest`
4+
15
## v0.10.0 (2024-10-01)
26

37
- **Feature:** Add `CreatedAt` and `UpdatedAt` fields to several data models

services/iaas/api_default.go

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

0 commit comments

Comments
 (0)