Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Kogito Operator Version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ricardozanini ricardozanini released this 23 Aug 16:57
371df58

Kogito 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 did a major code refactoring in the Operator aiming to create a more reliable and maintainable code base. Also, the first release of the CLI is available for download below.

Notable changes:

KOGITO-66 - Add support for creation of service account to Kogito Operator
KOGITO-82 - Add support for service label definitions in Kogito Operator
KOGITO-84 - Kogito Operator controller redesign
KOGITO-138 - Upgrade operator to use Go Mod instead of Dep
KOGITO-147 - Implement new-app feature to Kogito CLI
KOGITO-148 - Implement deploy app feature to Kogito CLI