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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
- `serverbackup`: [v1.3.5](services/serverbackup/CHANGELOG.md#v135)
- **Bugfix:** Update backup status codes to match the backup status codes actually returned by the server backup API
- `runcommand`: [v1.4.0](services/runcommand/CHANGELOG.md#v140)
- **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api

## Release (2025-12-05)
- `alb`:
Expand Down
9 changes: 6 additions & 3 deletions services/runcommand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## v1.4.0
- **Bugfix:** Rename field `ParameterSchema` to `ParametersSchema` in `CommandTemplateSchema` model to match the actually attribute sent by the api

## v1.3.3
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`

## v1.3.2
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`

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

## v1.3.0
- Add `required:"true"` tags to model structs
Expand Down
2 changes: 1 addition & 1 deletion services/runcommand/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.3
v1.4.0
50 changes: 25 additions & 25 deletions services/runcommand/model_command_template_schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading