Skip to content

Commit a58dd8f

Browse files
Generator: Update SDK /services/iaas (#488)
Co-authored-by: Marcel Jacek <Marcel.Jacek@digits.schwarz>
1 parent 9d53fcc commit a58dd8f

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Release (2026-MM-DD)
2+
- `iaas`: [v1.0.1](services/iaas/CHANGELOG.md#v101)
3+
- **Docs:** Extend docs of class `PortRange`
4+
15
## Release (2026-03-24)
26
- `alb`:
37
- [v0.4.0](services/alb/CHANGELOG.md#v040)

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.1
2+
- **Docs:** Extend docs of class `PortRange`
3+
14
## v1.0.0
25
- **Breaking Change:** Add required `region` parameter to most API methods in `DefaultApi` class.
36
- **Breaking Change:** Removal of API methods from `DefaultApi` class: `listSnapshots`, `updateImageScopeLocal`, `updateImageScopePublic`.

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

services/iaas/oas_commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
779c34469d663919ed700f2c69487eb5cccf70f3

services/iaas/src/main/java/cloud/stackit/sdk/iaas/model/PortRange.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
import java.util.Map;
3131
import java.util.Objects;
3232

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

0 commit comments

Comments
 (0)