Release Notes - Kogito - Version 1.1.0.Final - HTML format

Sub-task

  • [KOGITO-3174] - Show link to job on timer related nodes in process instance timeline

Feature Request

  • [KOGITO-896] - Consider using Dekorate/JKube to generate YAML manifests
  • [KOGITO-3252] - REST endpoint that returns the process SVG
  • [KOGITO-3254] - [MC] - SVG Processing to apply executed path color changes
  • [KOGITO-3255] - [MC] - Instance details new panel that shows the Process diagram
  • [KOGITO-3343] - Failover scenario for scaling Infinispan to 0 using BDD tests
  • [KOGITO-3604] - Expose process SVG via REST endpoint as Quarkus addon

Story

  • [KOGITO-906] - Research on having a Dev and Prod mode for Operator
  • [KOGITO-2759] - Kogito operator support for MongoDB persistence
  • [KOGITO-2869] - Review persistence deployment on Operator
  • [KOGITO-3130] - Correlate Job and Node in process timeline
  • [KOGITO-3215] - Support cluster-scoped deployment for operator
  • [KOGITO-3225] - SA deployments for cluster/multi-scoped operator
  • [KOGITO-3435] - Process execution visualization - SVG managed at MC backend (version 1)
  • [KOGITO-4092] - Quarkus 1.11.0

Bug

  • [KOGITO-1497] - Data Index stops working and proto files are lost on Infinispan running on OpenShift
  • [KOGITO-2621] - Literal expressions don't get passed to sub-processes
  • [KOGITO-3253] - UX assessment on loadmore spinner border
  • [KOGITO-3406] - JAX-RS on SpringBoot generated code is missing Application registration
  • [KOGITO-3659] - SW Codegen should check if a class for function was already been created before creating it again
  • [KOGITO-3754] - Use Infinispan operator 2.0.x to have Infinispan 11+
  • [KOGITO-3797] - Infinispan SocketTimeoutException: AdminOperation
  • [KOGITO-3819] - Processs.findProcessById returns a new instance every time
  • [KOGITO-3829] - Remove ugly border in loadmore component when focused
  • [KOGITO-3861] - kogito user does not have permission on home directory when running on OCP
  • [KOGITO-3864] - KogitoInfra gets deleted when refering KogitoRuntime/KogitoSupportingService delete
  • [KOGITO-3866] - Operator print error logs when KogitoRuntime delete
  • [KOGITO-3877] - Data Index Queries are not filtering by DateTime fields
  • [KOGITO-3908] - Release pipeline is updating go.mod and go.sum files
  • [KOGITO-3934] - CORS error on Task Console (runner + auth)
  • [KOGITO-3947] - Infinite reconciliation loop when Jobs service is deployed
  • [KOGITO-3984] - SpringBoot application generated by archetype missing http package scan
  • [KOGITO-3994] - NoSuchFileException when starting Quarkus in dev mode
  • [KOGITO-4016] - BDD tests: Don't deploy Kogito operator when building example images
  • [KOGITO-4046] - Deploying a new Kogito service from files in CLI not reading all files in the directory
  • [KOGITO-4110] - Single namespaced operator reacts on CRs created in different namespaces
  • [KOGITO-4115] - Due to removal of `target/classes/persistence` path, S2I tests of images are failing with persistence enabled
  • [KOGITO-4146] - Following update to Quarkus 1.11.0.CR1, onboarding-quarkus does not compile in native anymore

Task

  • [KOGITO-221] - kogito-api: move unused legacy APIs to `internal`
  • [KOGITO-1874] - Daily builds: Create PR for kogito-images if success
  • [KOGITO-3589] - Nightly/Release pipeline: Extract kogito-apps from runtimes
  • [KOGITO-3615] - Run OptaPlanner tests in kogito-runtimes PR build
  • [KOGITO-3642] - Knative blog about SW events orchestration
  • [KOGITO-3689] - BDD tests: Create scenarios to test runtimes/data-index with MongoDB
  • [KOGITO-3700] - Update and Activate Spring MVC templates for Processes
  • [KOGITO-3701] - Add DMN REST Templated endpoiint for Spring MVC support
  • [KOGITO-3702] - Add PMML REST Templated endpoiint for Spring MVC support
  • [KOGITO-3720] - BDD tests: Add test coverage for Grafana dashboard
  • [KOGITO-3750] - Add Process Management addon REST endpoints for Spring Web
  • [KOGITO-3751] - Add Job Management addon REST endpoints for Spring Web
  • [KOGITO-3752] - Add Rules REST Templated endpoint for Spring MVC support
  • [KOGITO-3766] - Integrate Shellcheck for all shell scripts
  • [KOGITO-3786] - [MC] - Add pagination at Jobs table
  • [KOGITO-3787] - [MC] - Add columns to jobs table
  • [KOGITO-3788] - [MC] - Allow sorting jobs by columns at jobs table
  • [KOGITO-3824] - Topic Information and Cloud events Endpoints migration to Spring Web API
  • [KOGITO-3844] - Add explainability-springboot-addon REST endpoints for Spring Web
  • [KOGITO-3852] - Extend GitHub actions to cover all branches
  • [KOGITO-3869] - Docs: Improve Management Console doc
  • [KOGITO-3893] - Nightly/Release pipeline does no unit test
  • [KOGITO-3899] - BDD tests: Add build check steps in source files feature
  • [KOGITO-3935] - BDD tests: Adjust Prometheus test for metric change
  • [KOGITO-3937] - Move probe configuration in to `probes` subproperty
  • [KOGITO-3939] - BDD tests: Adjust readiness and liveness probes
  • [KOGITO-3960] - BDD tests: Add log monitoring for OLM namespace
  • [KOGITO-3961] - BDD tests: Adjust clean-stuck-namespaces.sh with Kogito CRs
  • [KOGITO-3962] - BDD tests nightlies/release: Set load_factor back to 1
  • [KOGITO-3976] - Release pipeline: Setup `continue` step
  • [KOGITO-3977] - Release pipeline: Add branch name to PR creation
  • [KOGITO-3978] - Promote job: Remove verification step
  • [KOGITO-3997] - [SW] Functions REST example calling remote services
  • [KOGITO-4068] - Update 1.1.x versions to 1.1.0-SNAPSHOT
  • [KOGITO-4093] - Bump Quarkus 1.11.0 Beta2
  • [KOGITO-4128] - Bump Quarkus 1.11.0 CR1
  • [KOGITO-4170] - Bump Quarkus 1.11.0.Final

Enhancement

  • [KOGITO-3377] - Fetch the Grafana generated files from the Kogito service and create dashboards
  • [KOGITO-3610] - Topic names should be read from Microprofile API
  • [KOGITO-3831] - BDD tests: Store ClusterServiceVersions used in tests
  • [KOGITO-3862] - Review Docker images usage for TestContainers
  • [KOGITO-3863] - Nightly/Release pipelines: Setup timeouts to jobs
  • [KOGITO-3874] - Allow configuration of readiness and liveness probes
  • [KOGITO-3879] - UserTaskInstances query can't filter by processId
  • [KOGITO-3898] - Provide CLI flags for subset of probe parameters
  • [KOGITO-3910] - BDD tests: Add option to run tests with cluster wide operators
  • [KOGITO-3930] - Align Kogito archtype with Quarkus generated archtype
  • [KOGITO-3938] - BDD tests: Add option to run tests with Kogito cluster wide operator
  • [KOGITO-3957] - Upgrade Quarkus to version 1.10.3.Final
  • [KOGITO-3968] - [SW] Add support to build and deploy sw.json and sw.yaml files from source
  • [KOGITO-4002] - Move process serialization to jbpm-serialization-protobuf
  • [KOGITO-4159] - BDD tests concurrency lock in pipeline should consider the OPENSHIFT_API

Edit/Copy Release Notes

The text area below allows the project release notes to be edited and copied to another document.