Release 5.30
Docker image ace-designer-server
has been renamed to ace-runtime-server
to avoid ambiguity.
Keycloak was made mandatory in 5.29.0, but it is now possible to disable Keycloak for transition period.
After transition period Keycloak will be mandatory.
To disable Keycloak authorization set ACE_UI_AUTH_STRATEGY
to empty value, and ACE_DEV_API_AUTH_DISABLE
to true
for corresponding services.
JS Code Functions
step is now deprecated. It is recommended to use a new step JS Code
which uses more secure implementation (isolated-vm
).
Differences between steps:
JS Code
requires to return value usingreturn
keywordJS Code
doesn't merge global code variables intodoc
JS Code
doesn't haverequire
support (also not enabled by default inJS Code Functions
)
It is possible to disable new step execution using DISABLE_CODE_IVM_STEP
flag.
Configuration changes
Environment variable changes are described below.
Designer Web
- Modified
ACE_UI_AUTH_STRATEGY
- it's possible to set value to empty string and disable Keycloak authorization
Runtime server
- Added
DISABLE_CODE_IVM_STEP
- defaultfalse
. Allows to disableJS Code
step.
Release notes
See docker images below.
ACE 5.30.1
October 27, 2023
Features
- DIG2022-22051Update ACE docker image names
- DIG2022-20671JS Code step: isolated-vm
- DIG2022-22191Option to disable Keycloak authorization in Designer Web
- DIG2022-16743Deploy workspace command (CLI)
- DIG2022-14688ACE workspace import from Zip to Mongo (API)
- DIG2022-14687Workspace caching for Mongo repository
- DIG2022-17060Redis connection per tenant
- DIG2022-17320Encrypt Git token in Mongo
ACE 5.30.2
October 30, 2023
Bug Fixes
- DIG2022-22687Not possible to turn off Keycloak authorization
Docker images
Designer Web
docker pull euadigportalcoredev02acr.azurecr.io/ace-designer:5.30.2
Runtime server
docker pull euadigportalcoredev02acr.azurecr.io/ace-runtime-server:5.30.2
Versioning CLI
docker pull euadigportalcoredev02acr.azurecr.io/ace-versioning:5.30.2
Scheduled job (BullMQ) administration
docker pull euadigportalcoredev02acr.azurecr.io/bull-board:5.30.2
Designer Desktop
ACE Designer Desktop is not available in this release. It will be available in future releases.