Skip to content

Kogito Operator, Images and CLI Version 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@spolti spolti released this 12 Mar 14:32
84d9aa8

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 refactoring in the Data Index (KogitoDataIndex) and Jobs Service (KogitoJobsService) deployment (breaking the CR interface). Therefore you must update any deployed instance of those services.

Enhancements:

  • KOGITO-1256 - Add json output format to the Kogito CLI
  • KOGITO-1240 - Add command line completion to the Kogito CLI
  • KOGITO-993 - Get rid of symlinks on Data Index configMap proto mount
  • KOGITO-921 - Operator CLI: Provide commands to create/delete keycloak instance
  • KOGITO-909 - Operator CLI: Provide command to create/delete kafka instance
  • KOGITO-904 - Follow up with the new topic added to Data Index: "kogito-jobs-events"
  • KOGITO-857 - Upgrade Operator SDK to 0.15.1 and Go to 1.13
  • KOGITO-853 - Data index CR improvements
  • KOGITO-839 - [Istio] Allow configuring annotations via Kogito CLI
  • KOGITO-829 - Change Data index StatefulSet to Deployment
  • KOGITO-771 - Upgrade GraalVM to 19.3.1
  • KOGITO-511 - Kogito Data Index image - allow quarkus.http.port to be defined via env variable
  • KOGITO-492 - CLI: Provide option to force operator installation even if present in OperatorHub
  • KOGITO-305 - Add an option to add a maven mirror URL through CLI/CR

Bug Fixes:

  • KOGITO-1255 - Operator: 2 replicaSet created on first creation of Deployment of Jobs service
  • KOGITO-842 - Operator: jbpm-quarkus-example not starting after native build due to missing protobuf files
  • KOGITO-692 - Operator allow to define different versions in KogitoApp CR but does not allow them to be different when executing

Known issues:

  • KOGITO-615 - Operator error report "Status: True" when error on kogitoapp
  • KOGITO-995 - KogitoInfra should have default status definition
  • KOGITO-1258 - CLI "remove" command must be in-sync with "install" command
  • KOGITO-1277 - S2I image is not rebuilt when imageVersion is modified
  • KOGITO-1376 - Kogito operator cannot start if dependent crds (kafka, keycloak and maybe infinspan) are not present into the cluster
  • KOGITO-1397 - S2I build with quarkus.native.enable-server is crashing