Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Releases: apache/incubator-kie-kogito-images

Kogito Images Version 1.19.0

18 Mar 08:39
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.19.0 release is now available!

Enhancements

Bug Fixes

  • KOGITO-6215 - Improve logs on kogito-builder image while trying to get project version

Kogito Images Version 1.18.0

03 Mar 12:31
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.18.0 release is now available!
There are no changes made at the images level on this release.

Kogito Images Version 1.17.0

15 Feb 20:06
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.17.0 release is now available!

Enhancements

KOGITO-6596 - Create image for kogito-data-index-oracle service

Kogito Images Version 1.16.1

03 Feb 19:30
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.16.1 release is now available!

Kogito Images Version 1.16.0

19 Jan 22:43
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.16.0 release is now available! This goes hand in hand with Kogito Tooling 0.15.0, Kogito Images, Operator, and CLI 1.16.0 release.

From a feature point of view, we included a series of new features and bug fixes, including:

  • Serverless Workflow example demonstrating SAGA pattern
  • The OpenAPI generated REST Client adds process metadata to the HTTP requests. These metadata include process instance ID, process state, and so on. In callback scenarios, clients can add this information when returning a response to a given running process instance
  • Serverless Workflow support for State data filters
  • Serverless Workflow data merging support for action data filters
  • Serverless Workflow support for data merging and event data filters

For more details head to the complete release notes. All artifacts are available now:

  • Kogito runtime artifacts are available on Maven Central.
  • Kogito examples can be found here.
  • Kogito images are available on Quay.io.
  • Kogito operator is available in the OperatorHub in OpenShift and Kubernetes.
  • Kogito tooling 0.15.0 artifacts are available at the Visual Studio Marketplace.

A detailed changelog for 1.16.0 can be found in Atlassian Jira.
New to Kogito? Check out our website https://kogito.kie.org. Click the "Get Started" button.

Kogito Images Version 1.15.0

07 Jan 14:38
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.15.0 release is now available! This goes hand in hand with Kogito Tooling 0.15.0, Kogito Images, Operator, and CLI 1.15.0 release.

From a feature point of view, we included a series of new features and bug fixes, including:

  • Quarkus Dev Service for Data Index, see Dev Services for Kogito
  • Enhanced support for multi instance sub-process.
  • Support using Quarkus config mecanish, including profiles and YAML files.

Breaking Changes

  • Data Index PostgreSQL schema changes, please review release notes for more information.

For more details head to the complete release notes.
All artifacts are available now:

  • Kogito runtime artifacts are available on Maven Central.
  • Kogito examples can be found here.
  • Kogito images are available on Quay.io.
  • Kogito operator is available in the OperatorHub in OpenShift and Kubernetes.
  • Kogito tooling 0.15.0 artifacts are available at the Visual Studio Marketplace.

A detailed changelog for 1.15.0 can be found in Atlassian Jira.
New to Kogito? Check out our website https://kogito.kie.org. Click the "Get Started" button.

Kogito Images Version 1.14.0

10 Dec 08:28
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.14.0 release is now available! This goes hand in hand with Kogito Tooling 0.15.0, Kogito Images, Operator, and CLI 1.14.0 release.

From a feature point of view, we included a series of new features and bug fixes, including:

  • Quarkus Dev Service for Data Index
  • Introduction of the new Kubernetes Add-On. For more details about this feature, please see the OnBoarding example.

For more details head to the complete release notes.
All artifacts are available now:

  • Kogito runtime artifacts are available on Maven Central.
  • Kogito examples can be found here.
  • Kogito images are available on Quay.io.
  • Kogito operator is available in the OperatorHub in OpenShift and Kubernetes.
  • Kogito tooling 0.14.0 artifacts are available at the Visual Studio Marketplace.

A detailed changelog for 1.14.0 can be found in Atlassian Jira.

New to Kogito? Check out our website https://kogito.kie.org. Click the "Get Started" button.

Kogito Images Version 1.13.0

08 Nov 14:14
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.13.0 release is now available! This goes hand in hand with Kogito Tooling 0.14.0, Kogito Images, Operator, and CLI 1.13.0 release.

From a feature point of view, we included a series of new features and bug fixes, including:

  • Data Index service new Gateway API methods for handling human task comments and attachments.
  • Data Index support for storing information about human task comments and attachments
  • Fixed memory leak in Kogito process runtime
  • MongoDB performance improvements with index creation for process instance ID.

Breaking Changes

  • quarkus-resteasy and quarkus-resteasy-jackson are now optional dependencies of the extension. If you omit these dependencies, you will then have to opt-out of the REST endpoint generation with kogito.generate.rest=false
  • existing projects will have to explicitly put quarkus-resteasy and quarkus-resteasy-jackson in their dependencies, or the Kogito extensions will raise an error.
  • Kogito Operator is now installed on Cluster Scope when using OLM. For more information please take a look on KOGITO-5976.

For more details head to the complete release notes.

All artifacts are available now:

  • Kogito runtime artifacts are available on Maven Central.
  • Kogito examples can be found here.
  • Kogito images are available on Quay.io.
  • Kogito operator is available in the OperatorHub in OpenShift and Kubernetes.
  • Kogito tooling 0.14.0 artifacts are available at the Visual Studio Marketplace.

A detailed changelog for 1.13.0 can be found in Atlassian Jira.

New to Kogito? Check out our website Click the "Get Started" button.

Kogito Images Version 1.12.0

14 Oct 15:35
Compare
Choose a tag to compare

We are glad to announce that the Kogito 1.12.0 release is now available! This goes hand in hand with Kogito Tooling 0.13.0, Kogito Images, Operator, and CLI 1.12.0 release.

From a feature point of view, we included a series of new features and bug fixes, including:

  • Improvement in protobuf persistence generation: support for fields inherited from parent classes and ability to disable protobuf generation
  • Ability to create custom REST endpoints using Kogito incubator API
  • Data Index service new Gateway API methods for handling process instances, human tasks and jobs
  • JDBC persistence addon now has been tested with Oracle and should work with any ANSI SQL compatible storage (thanks Scuilion for the contribution)
  • Kogito event driven DRL: ability to trigger DRL evaluation via CloudEvent Kafka messages
  • Kogito event driven PMML: ability to trigger PMML evaluation via CloudEvent Kafka messages
  • Support for FEEL expression in BPMN Gateways
  • Added BPMN validations around data input and and output types where they should match the expected type from the target/source process variable.

Breaking Changes

Operator OLM installation, today we support OwnNamespace and SingleNamespace install modes, however, when using OLM, AllNamesapces mode will be used.

For more details head to the complete release notes.

All artifacts are available now:

  • Kogito runtime artifacts are available on Maven Central.
  • Kogito examples can be found here.
  • Kogito images are available on Quay.io.
  • Kogito operator is available in the OperatorHub in OpenShift and Kubernetes.
  • Kogito tooling 0.12.0 artifacts are available at the Visual Studio Marketplace.

A detailed changelog for 1.12.0 can be found in Atlassian Jira.
New to Kogito? Check out our website https://kogito.kie.org. Click the "Get Started" button.

Kogito Images Version 1.11.1

15 Sep 12:13
Compare
Choose a tag to compare

Small changes made on this release.

  • Align Kogito Runtimes with Quarkus 2.2.x release
  • KOGITO-5851 - Build and deploy Quarkus from source files cannot be accessed once running on Openshift