Skip to content

Commit 079d396

Browse files
Generator: Update SDK /services/iaas (#3464)
* Generate iaas v0.29.0 - Feature: Add new method to get project details `GetProjectDetails` --------- Co-authored-by: Marcel Jacek <Marcel.Jacek@stackit.cloud>
1 parent 1431d9a commit 079d396

11 files changed

+962
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
- `git`: [v0.7.1](services/git/CHANGELOG.md#v071)
2828
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
2929
- `iaas`:
30+
- [v0.29.0](services/iaas/CHANGELOG.md#v0290)
31+
- **Feature:** Add new method to get project details `GetProjectDetails`
3032
- [v0.28.0](services/iaas/CHANGELOG.md#v0280)
3133
- **Docs:** Improved descriptions of properties in structs with their possible values
3234
- **Feature:** Add `Agent` field to `CreateImagePayload`, `UpdateImagePayload` and `Image` model

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.29.0
2+
- **Feature:** Add new method to get project details `GetProjectDetails`
3+
14
## v0.28.0
25
- **Docs:** Improved descriptions of properties in structs with their possible values
36
- **Feature:** Add `Agent` field to `CreateImagePayload`, `UpdateImagePayload` and `Image` model

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.28.0
1+
v0.29.0

services/iaas/api_default.go

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

services/iaas/api_default_test.go

Lines changed: 52 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)