Release notes
What’s new in 3.6.2
Features
-
Bonita LA deployer upgraded to
0.1.41
and including the version0.0.10
of bonita-java-client -
Adds support for Bonita 2023.1 Runtime
What’s new in 3.6.1
Features
-
Bonita LA deployer upgraded to
0.1.39
and including the version0.0.8
of bonita-java-client
What’s new in 3.6.0
Features
-
Added test toolkit support in BCD commands
-
Added logback config file (
/usr/local/lib/logback.xml
) to offer finer la-deployer log management.
Breaking changes
-
Some scenario variables have been renamed to a more coherent name (see BCD Scenario reference)
-
renamed :
bonita_tenant_login
tobonita_technical_username
-
renamed :
bonita_tenant_password
tobonita_technical_password
-
What’s new in 3.5.0
Breaking changes
-
As announced in version 3.4.4,
stack
andlicense
commands are now removed from the CLI.
As a result, scenario files must be updated since a lot of parameters are now obsolete and a few remains mandatory (see BCD Scenario reference) -
For the same reason,
openssh-client
package was removed from the docker controller image.
You can re-add this package if needed by building a custom image of the controller.
FROM quay.io/bonitasoft/bcd-controller:{bcdVersion}
USER root
RUN apt update && apt install -y openssh-client
USER bonita