Skip to main content
Version: ACE 5

Release 5.30

important

Docker image ace-designer-server has been renamed to ace-runtime-server to avoid ambiguity.

caution

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.

caution

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 using return keyword
  • JS Code doesn't merge global code variables into doc
  • JS Code doesn't have require support (also not enabled by default in JS 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 - default false. Allows to disable JS Code step.

Release notes

See docker images below.

ACE 5.30.1

October 27, 2023

Features

  • DIG2022-22051
    Update ACE docker image names
  • DIG2022-20671
    JS Code step: isolated-vm
  • DIG2022-22191
    Option to disable Keycloak authorization in Designer Web
  • DIG2022-16743
    Deploy workspace command (CLI)
  • DIG2022-14688
    ACE workspace import from Zip to Mongo (API)
  • DIG2022-14687
    Workspace caching for Mongo repository
  • DIG2022-17060
    Redis connection per tenant
  • DIG2022-17320
    Encrypt Git token in Mongo

ACE 5.30.2

October 30, 2023

Bug Fixes

  • DIG2022-22687
    Not possible to turn off Keycloak authorization

Docker images

Designer Web

Hash: sha256:c25b143160a6ddfcc83c306375864db9411fbae8f863b4e6190a3f66ed48242c
docker pull euadigportalcoredev02acr.azurecr.io/ace-designer:5.30.2

Runtime server

Hash: sha256:be59df9e2bc1b56a6ea72d9e3b6cbe4effe8ce0c701d01fbc9428e20db4bd3cc
docker pull euadigportalcoredev02acr.azurecr.io/ace-runtime-server:5.30.2

Versioning CLI

Hash: sha256:8fb8272d073275424ce1678cb93a2816573fe54dbd9874042b1e005c3b619ee2
docker pull euadigportalcoredev02acr.azurecr.io/ace-versioning:5.30.2

Scheduled job (BullMQ) administration

Hash: sha256:18ee8a6052c878a4cf771ec2e19908ad1d725113cf2ac33327e594fb2787be43
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.