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

Kogito Operator and CLI Version 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ricardozanini ricardozanini released this 15 Oct 01:53
6241436

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 introduced the possibility to install the operator via CLI interface in clusters that don't have OLM enabled. Also a lot of bug and stability fixes regarding the resource update process in the operator.

Enhancements:

  • KOGITO-67 - Add Kogito Operator to OperatorHub.io
  • KOGITO-169 - Add possibility to install Kogito Operator into namespace in Kogito CLI
  • KOGITO-192 - Review update logic for Operator
  • KOGITO-290 - Operator discover and automatically register metrics endpoints in OpenShift provisioned Prometheus
  • KOGITO-306 - Limiting GraalVM memory usage on Quarkus s2i images builds

Bug Fixes:

  • KOGITO-376 - Kogito CLI fails to read local config file and test fails on CI
  • KOGITO-107 - Kogito Operator is not reconciling builds
  • KOGITO-415 - Update of BuildConfig resources is failing while comparing unit values

Known issues:

  • KOGITO-160 - Add capability to create Kogito image streams in case they are missing
  • KOGITO-246 - Integrate Strimzi Operator with Kogito Data Index controller
  • KOGITO-287 - Add generated protobuf files from Kogito Runtime Services during build into Kogito Data Index configMap
  • KOGITO-307 - Properly update KogitoApp CR status when the builds failing
  • KOGITO-341 - Kogito CLI install operator to verify if the Operator is deployed in the catalog
  • KOGITO-378 - Integrate Kogito Operator with Prometheus Operator