Skip to content

Commit e284bdf

Browse files
Generator: Update SDK /services/runcommand (#4224)
1 parent 60aae05 commit e284bdf

File tree

4 files changed

+34
-29
lines changed

4 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
8989
- `serverbackup`: [v1.3.5](services/serverbackup/CHANGELOG.md#v135)
9090
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
91+
- `runcommand`: [v1.4.0](services/runcommand/CHANGELOG.md#v140)
92+
- **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
9193

9294
## Release (2025-12-05)
9395
- `alb`:

services/runcommand/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
## v1.4.0
2+
- **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api
3+
14
## v1.3.3
2-
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
5+
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
36

47
## v1.3.2
5-
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
8+
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
69

710
## v1.3.1
8-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
11+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
912

1013
## v1.3.0
1114
- Add `required:"true"` tags to model structs

services/runcommand/VERSION

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

services/runcommand/model_command_template_schema.go

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

0 commit comments

Comments
 (0)