Skip to content

Commit 99179ea

Browse files
Generator: Update SDK /services/iaas (#5880)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 0ae9595 commit 99179ea

28 files changed

+1048
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,23 @@
198198
- `v1api`: New package which should be used for communication with the STACKIT scf API in the future
199199
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v1api` package instead.
200200
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
201-
- `iaas`: [v1.4.0](services/iaas/CHANGELOG.md#v140)
202-
- **Feature:** Introduction of multi API version support for the iaas SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
203-
- `v1api`: New package which can be used for communication with the iaas v1 API
204-
- `v2api`: New package which can be used for communication with the iaas v2 API
205-
- `v2alpha1api`: New package which can be used for communication with the iaas v2 alpha1 API
206-
- `v2beta1api`: New package which can be used for communication with the iaas v2 beta1 API
207-
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
208-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
201+
- `iaas`:
202+
- [v1.4.0](services/iaas/CHANGELOG.md#v140)
203+
- **Feature:** Introduction of multi API version support for the iaas SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
204+
- `v1api`: New package which can be used for communication with the iaas v1 API
205+
- `v2api`: New package which can be used for communication with the iaas v2 API
206+
- `v2alpha1api`: New package which can be used for communication with the iaas v2 alpha1 API
207+
- `v2beta1api`: New package which can be used for communication with the iaas v2 beta1 API
208+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead.
209+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
210+
- [v1.5.0](services/iaas/CHANGELOG.md#v150)
211+
- `v1api`:
212+
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
213+
- `v2api`:
214+
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
215+
- Deprecated SDK layer in root of the module:
216+
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
217+
- `v2beta1api`: Align package to latest API specification
209218
- `mongodbflex`: [v1.6.0](services/mongodbflex/CHANGELOG.md#v160)
210219
- **Feature:** Introduction of multi API version support for the mongodbflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
211220
- `v1api`: New package which can be used for communication with the mongodbflex v1 API

services/iaas/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.5.0
2+
- `v1api`:
3+
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
4+
- `v2api`:
5+
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
6+
- Deprecated SDK layer in root of the module:
7+
- **Feature:** Add new field `Description` in `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`, `Snapshot`, `CreateSnapshotPayload`, `UpdateSnapshotPayload` model struct
8+
- `v2beta1api`: Align package to latest API specification
9+
110
## v1.4.0
211
- **Feature:** Introduction of multi API version support for the iaas SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
312
- `v1api`: New package which can be used for communication with the iaas v1 API

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.5.0

services/iaas/model_backup.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.

services/iaas/model_create_backup_payload.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.

services/iaas/model_create_snapshot_payload.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)