Skip to content
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Release (2026-MM-DD)
- `iaas`: [v1.0.1](services/iaas/CHANGELOG.md#v101)
- **Docs:** Extend docs of class `PortRange`

## Release (2026-03-24)
- `alb`:
- [v0.4.0](services/alb/CHANGELOG.md#v040)
Expand Down
3 changes: 3 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.1
- **Docs:** Extend docs of class `PortRange`

## v1.0.0
- **Breaking Change:** Add required `region` parameter to most API methods in `DefaultApi` class.
- **Breaking Change:** Removal of API methods from `DefaultApi` class: `listSnapshots`, `updateImageScopeLocal`, `updateImageScopePublic`.
Expand Down
2 changes: 1 addition & 1 deletion services/iaas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
1 change: 1 addition & 0 deletions services/iaas/oas_commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
779c34469d663919ed700f2c69487eb5cccf70f3
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
import java.util.Map;
import java.util.Objects;

/** Object that represents a range of ports. */
/**
* Object that represents a range of ports (this will be omitted if it covers the full default range
* 0/1-65535).
*/
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
Expand Down