Release notes
What’s new in 4.0
The original BCD controller is now provided as two separated Java CLIs.
Breaking changes
-
Removal of docker, docker-compose, python, ansible and bash scripts
-
Removal of scenario files in favor of CLI arguments.
-
Ansible Vault removal as announced in version 3.6.0
-
Deprecation of quay.io : configure your maven installation to download dependencies from Bonita Artifact Repository
BCD deployer is now deprecated. As of september 2023 BCD deployer is deprecated. The deployer supports Bonita 2023.2, but support for future versions is not guaranteed. Bonita artifacts deployment & update is now made at startup, through the self-contained application feature. |
Quay.io deprecation
Quay.io is now deprecated in favor of our Bonita Artifact Repository. Support delay is based on 2023.1-GA release date (May 2023).
Docker image | Quay.io | Bonita Artifact Repository |
---|---|---|
BCD 3.X Controller |
kept for 18 months |
not available |
BCD 3.X dependencies for Bonita < 2023.1 |
kept for 18 months |
not available |
BCD 3.X dependencies for Bonita >= 2023.1 |
not available |
not available |
BCD 4 dependencies for Bonita < 2023.1 |
not available |
versions unsupported ⇒ not available |
BCD 4 dependencies for Bonita >= 2023.1 |
not available |
available |
Deployer
The bonita-la-deployer release 1.0.0 is now available.
Reminder:
-
the bonita-la-deployer requires authentication and authorization on the Rest API by passing credentials (username/password). To ensure that all operations can be performed, we advise you to use the credentials of the Tenant Administrator. It is mandatory to deploy a Business Data Model.
-
you can only log to the default tenant (id 1). Multi-tenant is removed from Bonita Platform 2023.1 (8.0).
-
Prior to deploying a Business Data Model, the bonita-la-deployer put the Tenant in the paused state. It then restarts it after deployment of the BDM. So a downtime of the related Bonita Tenant occurs in this case
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
-
renamed :
bonita_tenant_login
tobonita_technical_username
-
renamed :
bonita_tenant_password
tobonita_technical_password
-