Kogito Operator and CLI Version 0.9.1
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 Micro release we improved the way that Operator will handle the Images version, in the prior versions, the Operator is deploying automatically the images with the same full version, e.g. X.Y.z, in this way, if a new micro release of the Images is done, a new micro release of operator would be needed as well even if nothing has been changed on Operator, however, now the Operator will always point to the latest Major version not taking care which is the current Micro version since this Image tag will be always point to the latest version.
Enhancements:
KOGITO-1771 - Updated runtimes/apps/images/operator documentations with new examples's names
KOGITO-1688 - Consistency in Kogito services naming
KOGITO-1663 - Operator should not take care of which micro version of images to deploy
KOGITO-1365 - Update Kogito CLI distro name
KOGITO-678 - Operator CLI: Provide command to delete data-index
Bug Fixes:
KOGITO-1715 - S2I build failure if Kogito runner is packed as uberjar
KOGITO-1703 - Wrong build resource description in KogitoApp CRD
KOGITO-1258 - CLI "remove" command must be in-sync with "install" command
A more detailed information about all the issues fixed on this release can be found on this link.