Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator: Update SDK /services/iaas #877

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- **Feature:** Add `CreatedAt` and `UpdatedAt` fields to several data models
- `core`: [v0.14.0](core/CHANGELOG.md#v0140-2024-10-10)
- **Feature:**: Added `IntermediateStateReached` to `AsyncActionHandler` that can be used to check for an intermediate state when executing the wait function of a wait handler
- `iaas`: [v0.11.0](services/iaas/CHANGELOG.md#v0110-2024-10-11)
- **Feature:** Filter networks by labels using the new `LabelSelector` method on `ApiListNetworksRequest`

## Release (2024-09-19)

Expand Down
4 changes: 4 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.11.0 (2024-10-11)

- **Feature:** Filter networks by labels using the new `LabelSelector` method on `ApiListNetworksRequest`

## v0.10.0 (2024-10-01)

- **Feature:** Add `CreatedAt` and `UpdatedAt` fields to several data models
Expand Down
17 changes: 14 additions & 3 deletions services/iaas/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading