Changelog for Altworx 23.10.0
Breaking changes
-
Runbox was updated to 6.0.0. Scenarios need to be updated. Refer to the
changelog in Runbox, versions 5.0.0 and 6.0.0.
-
New section
[users] was introduced in config.ini to deal with user management.
The following configuration sections were moved under [users] and the original
configuration is no longer supported:
-
[asset_map]guest_user_id
-
[rest.auth_providers.{type}]
-
[rest]auth_methods
Changes
-
Update Runbox (5.0.0) and Toolbox (4.0.1)
(PR)
-
Handle new output actions.
(PR),
#6129
-
Handle refactored output actions.
(PR),
#6177
-
Admin UI: Display normalizer definition in pipeline details
(PR,
#6123)
-
Admin UI: Fix new get run API crashes when run is deleted.
(PR,
#6122)
-
Runtime: Move run pool audit log to syslog audit log.
(PR,
#6114)
-
Asset Map: Fix formatting and incident severity for future severities API
(PR,
#6178)
-
Turn off IPv6 in Admin UI and Docker.
(PR,
#6088)
-
REST: Ability to choose final redirection URI when preparing OAuth request
(PR,
#6143)
-
REST: Add user ID to REST access log.
(PR,
#6124)
-
Move user management configuration to new users section
(PR,
#6140)
-
Runtime: Add new API to retrieve a single run based on ID
(PR,
#6122)
-
Limit ulimits for Altworx container in Prod compose. This should solve high memory usage.
(PR)