Kogito Operator and CLI Version 0.4.0
Pre-releaseKogito Operator is an OpenShift based operator for deployment of Kogito Runtimes from source. Additionally, to facilitate interactions with the operator we also offer a CLI (Command Line Interface) that can deploy Kogito applications for you.
In this release we introduced the install
CLI command to deploy the new CRD KogitoDataIndex
, enabling data index services for Kogito Runtimes.
Kogito Services builds are much faster now with the JVM build option. Ideal for quick checks and development purposes. Please note that for the real deal native build stills the recommended approach.
Enhancements:
KOGITO-161 - Upgrade Kogito Operator image to ubi8
KOGITO-187 - Allow jvm based build on Operator/CLI
KOGITO-222 - Kogito Operator to deploy Data Index Service
KOGITO-242 - Operator should be able to delete Kogito applications
KOGITO-248 - Improve Kogito CLI
Bug Fixes:
KOGITO-163 - Handle Cleanup event on Kogito Operator
Known issues:
KOGITO-192 - Review update logic for Operator
KOGITO-107 - Kogito Operator is not reconciling builds
KOGITO-307 - Properly update KogitoApp CR status when the builds failing