From 9c41ecaf2bebe3967bc31059849a5e0535372a32 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Fri, 7 Jul 2023 07:18:45 -0400 Subject: [PATCH] Update project version to 1.41.0 --- kogito-base-builder-image.yaml | 4 +- kogito-data-index-ephemeral-image.yaml | 4 +- kogito-data-index-infinispan-image.yaml | 4 +- kogito-data-index-mongodb-image.yaml | 4 +- kogito-data-index-oracle-image.yaml | 4 +- kogito-data-index-postgresql-image.yaml | 4 +- kogito-explainability-image.yaml | 4 +- kogito-imagestream.yaml | 132 +++++++++--------- kogito-jit-runner-image.yaml | 4 +- kogito-jobs-service-allinone-image.yaml | 4 +- kogito-jobs-service-ephemeral-image.yaml | 4 +- kogito-jobs-service-infinispan-image.yaml | 4 +- kogito-jobs-service-mongodb-image.yaml | 4 +- kogito-jobs-service-postgresql-image.yaml | 4 +- kogito-management-console-image.yaml | 4 +- kogito-runtime-jvm-image.yaml | 4 +- kogito-runtime-native-image.yaml | 4 +- kogito-s2i-builder-image.yaml | 4 +- kogito-swf-builder-image.yaml | 6 +- kogito-swf-devmode-image.yaml | 6 +- kogito-task-console-image.yaml | 4 +- kogito-trusty-infinispan-image.yaml | 4 +- kogito-trusty-postgresql-image.yaml | 4 +- kogito-trusty-redis-image.yaml | 4 +- kogito-trusty-ui-image.yaml | 4 +- modules/kogito-custom-truststore/module.yaml | 2 +- modules/kogito-data-index-common/module.yaml | 2 +- .../community/module.yaml | 2 +- .../kogito-data-index-infinispan/module.yaml | 2 +- modules/kogito-data-index-mongodb/module.yaml | 2 +- modules/kogito-data-index-oracle/module.yaml | 2 +- .../kogito-data-index-postgresql/module.yaml | 2 +- modules/kogito-dynamic-resources/module.yaml | 2 +- modules/kogito-explainability/module.yaml | 2 +- modules/kogito-graalvm-scripts/module.yaml | 2 +- modules/kogito-image-dependencies/module.yaml | 2 +- modules/kogito-jit-runner/module.yaml | 2 +- .../module.yaml | 2 +- .../kogito-jobs-service-common/module.yaml | 2 +- .../kogito-jobs-service-ephemeral/module.yaml | 2 +- .../module.yaml | 2 +- .../kogito-jobs-service-mongodb/module.yaml | 2 +- .../module.yaml | 2 +- modules/kogito-kubernetes-client/module.yaml | 2 +- modules/kogito-launch-scripts/module.yaml | 2 +- modules/kogito-logging/module.yaml | 2 +- modules/kogito-management-console/module.yaml | 2 +- modules/kogito-persistence/module.yaml | 2 +- modules/kogito-pkg-update/module.yaml | 2 +- modules/kogito-project-versions/module.yaml | 4 +- modules/kogito-runtime-jvm/module.yaml | 2 +- modules/kogito-runtime-native/module.yaml | 2 +- modules/kogito-s2i-builder/module.yaml | 2 +- modules/kogito-s2i-core/module.yaml | 2 +- .../builder/build-config/module.yaml | 2 +- .../builder/runtime/community/module.yaml | 2 +- modules/kogito-swf/common/build/module.yaml | 2 +- modules/kogito-swf/common/scripts/module.yaml | 2 +- .../devmode/build-config/module.yaml | 2 +- .../devmode/runtime/common/module.yaml | 2 +- .../devmode/runtime/community/module.yaml | 2 +- modules/kogito-system-user/module.yaml | 2 +- modules/kogito-task-console/module.yaml | 2 +- modules/kogito-trusty-common/module.yaml | 2 +- modules/kogito-trusty-infinispan/module.yaml | 2 +- modules/kogito-trusty-postgresql/module.yaml | 2 +- modules/kogito-trusty-redis/module.yaml | 2 +- modules/kogito-trusty-ui/module.yaml | 2 +- .../kogito-common-builder-jvm.feature | 28 ++-- .../kogito-s2i-builder-native.feature | 16 +-- tests/features/kogito-s2i-builder.feature | 20 +-- .../features/rhpam-kogito-builder-jvm.feature | 16 +-- tests/test-apps/clone-repo.sh | 2 +- 73 files changed, 201 insertions(+), 201 deletions(-) diff --git a/kogito-base-builder-image.yaml b/kogito-base-builder-image.yaml index c4bb09522..859c0fdd3 100644 --- a/kogito-base-builder-image.yaml +++ b/kogito-base-builder-image.yaml @@ -1,7 +1,7 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-base-builder" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Image with JDK and Maven, used as a base image. It is used by Web Tools !" @@ -15,7 +15,7 @@ labels: - name: "io.quarkus.platform.version" value: "2.16.7.Final" - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-data-index-ephemeral-image.yaml b/kogito-data-index-ephemeral-image.yaml index 54373a238..82b79921b 100644 --- a/kogito-data-index-ephemeral-image.yaml +++ b/kogito-data-index-ephemeral-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-data-index-ephemeral" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-data-index-infinispan-image.yaml b/kogito-data-index-infinispan-image.yaml index ff56a119f..c1886a5fa 100644 --- a/kogito-data-index-infinispan-image.yaml +++ b/kogito-data-index-infinispan-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-data-index-infinispan" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Data Index Service for Infinispan persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-data-index-mongodb-image.yaml b/kogito-data-index-mongodb-image.yaml index 33edb2b01..b744f6f83 100644 --- a/kogito-data-index-mongodb-image.yaml +++ b/kogito-data-index-mongodb-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-data-index-mongodb" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Data Index Service for Mongodb persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-data-index-oracle-image.yaml b/kogito-data-index-oracle-image.yaml index 3b406e9a7..b00c00e50 100644 --- a/kogito-data-index-oracle-image.yaml +++ b/kogito-data-index-oracle-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-data-index-oracle" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Data Index Service for Oracle persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-data-index-postgresql-image.yaml b/kogito-data-index-postgresql-image.yaml index 96cc14940..b10456157 100644 --- a/kogito-data-index-postgresql-image.yaml +++ b/kogito-data-index-postgresql-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-data-index-postgresql" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Data Index Service for PostgreSQL persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-explainability-image.yaml b/kogito-explainability-image.yaml index 7568c7973..766ebca6d 100644 --- a/kogito-explainability-image.yaml +++ b/kogito-explainability-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-explainability" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Explainability Service" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-imagestream.yaml b/kogito-imagestream.yaml index ed0431513..3a7d53d1b 100644 --- a/kogito-imagestream.yaml +++ b/kogito-imagestream.yaml @@ -15,18 +15,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for Kogito based on Quarkus native image iconClass: icon-jbpm tags: runtime,kogito,quarkus supports: quarkus - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-runtime-native:1.41.0-snapshot + name: quay.io/kiegroup/kogito-runtime-native:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -36,18 +36,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for Kogito based on Quarkus or Springboot JVM image iconClass: icon-jbpm tags: runtime,kogito,quarkus,springboot,jvm supports: quarkus - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-runtime-jvm:1.41.0-snapshot + name: quay.io/kiegroup/kogito-runtime-jvm:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -57,18 +57,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Platform for building Kogito based on Quarkus or Springboot iconClass: icon-jbpm tags: s2i-builder,kogito,quarkus,springboot supports: quarkus - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-s2i-builder:1.41.0-snapshot + name: quay.io/kiegroup/kogito-s2i-builder:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -78,18 +78,18 @@ items: openshift.io/provider-display-name: KIE Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Kogito Serverless Workflow builder with minimum Quarkus extensions libraries preinstalled iconClass: icon-jbpm tags: kogito,quarkus,swf,maven supports: quarkus - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-swf-builder:1.41.0-snapshot + name: quay.io/kiegroup/kogito-swf-builder:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -99,18 +99,18 @@ items: openshift.io/provider-display-name: KIE Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Kogito base builder iconClass: icon-jbpm tags: kogito,jdk,maven supports: quarkus - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-base-builder:1.41.0-snapshot + name: quay.io/kiegroup/kogito-base-builder:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -120,18 +120,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Data Index Service with Infinispan iconClass: icon-jbpm tags: kogito,data-index,data-index-infinispan supports: persistence backed by Infinispan Server - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-data-index-infinispan:1.41.0-snapshot + name: quay.io/kiegroup/kogito-data-index-infinispan:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -141,18 +141,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Data Index Service with ephemeral PostgreSQL iconClass: icon-jbpm tags: kogito,data-index,data-index-ephemeral supports: persistence backed by ephemeral PostgreSQL Server - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-data-index-ephemeral:1.41.0-snapshot + name: quay.io/kiegroup/kogito-data-index-ephemeral:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -162,18 +162,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Data Index Service with Mongodb iconClass: icon-jbpm tags: kogito,data-index,data-index-mongodb supports: persistence backed by Mongodb server - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-data-index-mongodb:1.41.0-snapshot + name: quay.io/kiegroup/kogito-data-index-mongodb:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -183,18 +183,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Data Index Service with PostgreSQL iconClass: icon-jbpm tags: kogito,data-index,data-index-postgresql supports: persistence backed by PostgreSQL server - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-data-index-postgresql:1.41.0-snapshot + name: quay.io/kiegroup/kogito-data-index-postgresql:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -204,18 +204,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Trusty Service with Infinispan iconClass: icon-jbpm tags: kogito,trusty,trusty-infinispan supports: persistence backed by Infinispan server - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-trusty-infinispan:1.41.0-snapshot + name: quay.io/kiegroup/kogito-trusty-infinispan:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -225,18 +225,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Trusty Service with Redis iconClass: icon-jbpm tags: kogito,trusty,trusty-redis supports: persistence backed by Redis server - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-trusty-redis:1.41.0-snapshot + name: quay.io/kiegroup/kogito-trusty-redis:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -246,18 +246,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Trusty Service with PostgreSQL iconClass: icon-jbpm tags: kogito,trusty,trusty-postgresql supports: persistence backed by PostgreSQL RDBMS - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-trusty-postgresql:1.41.0-snapshot + name: quay.io/kiegroup/kogito-trusty-postgresql:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -267,18 +267,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Trusty UI Service iconClass: icon-jbpm tags: kogito,trusty-ui supports: Audit UI - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-trusty-ui:1.41.0-snapshot + name: quay.io/kiegroup/kogito-trusty-ui:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -288,18 +288,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito JIT Runner iconClass: icon-jbpm tags: kogito,jit-runner supports: JIT Runner - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-jit-runner:1.41.0-snapshot + name: quay.io/kiegroup/kogito-jit-runner:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -309,18 +309,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Explainability Service iconClass: icon-jbpm tags: kogito,explainability supports: explainability for decisions - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-explainability:1.41.0-snapshot + name: quay.io/kiegroup/kogito-explainability:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -330,18 +330,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for Kogito in memory Jobs Service iconClass: icon-jbpm tags: kogito,jobs-service supports: out-of-box process timers - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-jobs-service-ephemeral:1.41.0-snapshot + name: quay.io/kiegroup/kogito-jobs-service-ephemeral:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -351,18 +351,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for Kogito Jobs Service based on Infinispan iconClass: icon-jbpm tags: kogito,jobs-service supports: out-of-box process timers - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-jobs-service-infinispan:1.41.0-snapshot + name: quay.io/kiegroup/kogito-jobs-service-infinispan:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -372,18 +372,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for Kogito Jobs Service based on Mongodb iconClass: icon-jbpm tags: kogito,jobs-service supports: out-of-box process timers - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-jobs-service-mongodb:1.41.0-snapshot + name: quay.io/kiegroup/kogito-jobs-service-mongodb:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -393,18 +393,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for Kogito Jobs Service based on Postgresql iconClass: icon-jbpm tags: kogito,jobs-service supports: out-of-box process timers - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-jobs-service-postgresql:1.41.0-snapshot + name: quay.io/kiegroup/kogito-jobs-service-postgresql:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -414,18 +414,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: All in One Runtime image for Kogito Jobs Service iconClass: icon-jbpm tags: kogito,jobs-service, all-in-one supports: out-of-box process timers - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-jobs-service-allinone:1.41.0-snapshot + name: quay.io/kiegroup/kogito-jobs-service-allinone:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -435,18 +435,18 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Management Console iconClass: icon-jbpm tags: kogito,management-console supports: business process management - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-management-console:1.41.0-snapshot + name: quay.io/kiegroup/kogito-management-console:1.41.0 - kind: ImageStream apiVersion: v1 metadata: @@ -456,15 +456,15 @@ items: openshift.io/provider-display-name: Kie Group. spec: tags: - - name: '1.41.0-snapshot' + - name: '1.41.0' annotations: description: Runtime image for the Kogito Task Console iconClass: icon-jbpm tags: kogito,task-console supports: business process management - version: '1.41.0-snapshot' + version: '1.41.0' referencePolicy: type: Local from: kind: DockerImage - name: quay.io/kiegroup/kogito-task-console:1.41.0-snapshot + name: quay.io/kiegroup/kogito-task-console:1.41.0 diff --git a/kogito-jit-runner-image.yaml b/kogito-jit-runner-image.yaml index 6bc95a148..a42a26682 100644 --- a/kogito-jit-runner-image.yaml +++ b/kogito-jit-runner-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-jit-runner" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito JIT Runner" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-jobs-service-allinone-image.yaml b/kogito-jobs-service-allinone-image.yaml index 025c0389b..3381affda 100644 --- a/kogito-jobs-service-allinone-image.yaml +++ b/kogito-jobs-service-allinone-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-jobs-service-allinone" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Jobs Service with all available jdbc providers" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-jobs-service-ephemeral-image.yaml b/kogito-jobs-service-ephemeral-image.yaml index cefb005af..9ef0e512d 100644 --- a/kogito-jobs-service-ephemeral-image.yaml +++ b/kogito-jobs-service-ephemeral-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-jobs-service-ephemeral" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito in memory Jobs Service" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-jobs-service-infinispan-image.yaml b/kogito-jobs-service-infinispan-image.yaml index b424e6f6f..5c035c32d 100644 --- a/kogito-jobs-service-infinispan-image.yaml +++ b/kogito-jobs-service-infinispan-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-jobs-service-infinispan" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Jobs Service based on Infinispan" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-jobs-service-mongodb-image.yaml b/kogito-jobs-service-mongodb-image.yaml index d2cde67a3..5ae247ee7 100644 --- a/kogito-jobs-service-mongodb-image.yaml +++ b/kogito-jobs-service-mongodb-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-jobs-service-mongodb" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Jobs Service based on MongoDB" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-jobs-service-postgresql-image.yaml b/kogito-jobs-service-postgresql-image.yaml index d56d4fb2f..396b6ba76 100644 --- a/kogito-jobs-service-postgresql-image.yaml +++ b/kogito-jobs-service-postgresql-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-jobs-service-postgresql" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Jobs Service based on Postgresql" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-management-console-image.yaml b/kogito-management-console-image.yaml index 6b74056f9..53c14ee06 100644 --- a/kogito-management-console-image.yaml +++ b/kogito-management-console-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-management-console" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Management Console" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-runtime-jvm-image.yaml b/kogito-runtime-jvm-image.yaml index 215cd3658..e6407d0e2 100644 --- a/kogito-runtime-jvm-image.yaml +++ b/kogito-runtime-jvm-image.yaml @@ -1,7 +1,7 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-runtime-jvm" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito based on Quarkus or Springboot JVM image" @@ -15,7 +15,7 @@ labels: - name: "io.quarkus.platform.version" value: "2.16.7.Final" - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-runtime-native-image.yaml b/kogito-runtime-native-image.yaml index 49ec2c232..4f1af20e9 100644 --- a/kogito-runtime-native-image.yaml +++ b/kogito-runtime-native-image.yaml @@ -1,7 +1,7 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-runtime-native" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito based on Quarkus native image" @@ -15,7 +15,7 @@ labels: - name: "io.quarkus.platform.version" value: "2.16.7.Final" - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-s2i-builder-image.yaml b/kogito-s2i-builder-image.yaml index e66b9b586..60a347dfa 100644 --- a/kogito-s2i-builder-image.yaml +++ b/kogito-s2i-builder-image.yaml @@ -1,7 +1,7 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-s2i-builder" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Platform for building Kogito based on Quarkus or Springboot" @@ -15,7 +15,7 @@ labels: - name: "io.quarkus.platform.version" value: "2.16.7.Final" - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-swf-builder-image.yaml b/kogito-swf-builder-image.yaml index 44da45d89..c4df2a422 100644 --- a/kogito-swf-builder-image.yaml +++ b/kogito-swf-builder-image.yaml @@ -1,6 +1,6 @@ - name: builder from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" - version: "1.41.0-snapshot" + version: "1.41.0" modules: repositories: - path: modules @@ -24,7 +24,7 @@ - name: "quay.io/kiegroup/kogito-swf-builder" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" - version: "1.41.0-snapshot" + version: "1.41.0" description: "Kogito Serverless Workflow base builder with Quarkus extensions libraries preinstalled" labels: @@ -35,7 +35,7 @@ - name: "io.quarkus.platform.version" value: "2.16.7.Final" - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-swf-devmode-image.yaml b/kogito-swf-devmode-image.yaml index 18146d71f..5845b6f71 100644 --- a/kogito-swf-devmode-image.yaml +++ b/kogito-swf-devmode-image.yaml @@ -1,6 +1,6 @@ - name: builder from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" - version: "1.41.0-snapshot" + version: "1.41.0" modules: repositories: - path: modules @@ -24,14 +24,14 @@ - name: "quay.io/kiegroup/kogito-swf-devmode" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" - version: "1.41.0-snapshot" + version: "1.41.0" description: "Kogito Serverless Workflow development mode with Quarkus extensions libraries preinstalled" labels: - name: "io.quarkus.platform.version" value: "2.16.7.Final" - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-task-console-image.yaml b/kogito-task-console-image.yaml index 5dd62f247..031d5e3b3 100644 --- a/kogito-task-console-image.yaml +++ b/kogito-task-console-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-task-console" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Task Console" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-trusty-infinispan-image.yaml b/kogito-trusty-infinispan-image.yaml index 4dcb13d68..def203ab4 100644 --- a/kogito-trusty-infinispan-image.yaml +++ b/kogito-trusty-infinispan-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-trusty-infinispan" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Trusty Service for Infinispan persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-trusty-postgresql-image.yaml b/kogito-trusty-postgresql-image.yaml index d26c905d4..4459797f7 100644 --- a/kogito-trusty-postgresql-image.yaml +++ b/kogito-trusty-postgresql-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-trusty-postgresql" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Trusty Service for PostgreSQL persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-trusty-redis-image.yaml b/kogito-trusty-redis-image.yaml index b142c9b00..eded35a6e 100644 --- a/kogito-trusty-redis-image.yaml +++ b/kogito-trusty-redis-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-trusty-redis" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Trusty Service for Redis persistence provider" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/kogito-trusty-ui-image.yaml b/kogito-trusty-ui-image.yaml index 23babd280..383f98c28 100644 --- a/kogito-trusty-ui-image.yaml +++ b/kogito-trusty-ui-image.yaml @@ -1,13 +1,13 @@ schema_version: 1 name: "quay.io/kiegroup/kogito-trusty-ui" -version: "1.41.0-snapshot" +version: "1.41.0" from: "registry.access.redhat.com/ubi8/ubi-minimal:latest" description: "Runtime image for Kogito Trusty UI" labels: - name: "org.kie.kogito.version" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" - name: "maintainer" value: "kogito " - name: "io.k8s.description" diff --git a/modules/kogito-custom-truststore/module.yaml b/modules/kogito-custom-truststore/module.yaml index 47cbfa345..7692266a7 100644 --- a/modules/kogito-custom-truststore/module.yaml +++ b/modules/kogito-custom-truststore/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.security.custom.truststores -version: "1.41.0-snapshot" +version: "1.41.0" description: "Adds the capability of configuring a custom Java Truststore to replace the original cacerts" envs: diff --git a/modules/kogito-data-index-common/module.yaml b/modules/kogito-data-index-common/module.yaml index 4261a9d0e..bfb1f6bd7 100644 --- a/modules/kogito-data-index-common/module.yaml +++ b/modules/kogito-data-index-common/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dataindex.common -version: "1.41.0-snapshot" +version: "1.41.0" description: "Common modules for data-index persistence provider images, any addition that is common must be added in this module" envs: diff --git a/modules/kogito-data-index-ephemeral/community/module.yaml b/modules/kogito-data-index-ephemeral/community/module.yaml index 7985759b7..9837b6b2a 100644 --- a/modules/kogito-data-index-ephemeral/community/module.yaml +++ b/modules/kogito-data-index-ephemeral/community/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dataindex.community.ephemeral -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-data-index-infinispan/module.yaml b/modules/kogito-data-index-infinispan/module.yaml index 3a7dd4da4..58ace08da 100644 --- a/modules/kogito-data-index-infinispan/module.yaml +++ b/modules/kogito-data-index-infinispan/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dataindex.infinispan -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-data-index-mongodb/module.yaml b/modules/kogito-data-index-mongodb/module.yaml index 001293b4c..fdfe0bb1c 100644 --- a/modules/kogito-data-index-mongodb/module.yaml +++ b/modules/kogito-data-index-mongodb/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dataindex.mongodb -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-data-index-oracle/module.yaml b/modules/kogito-data-index-oracle/module.yaml index 52c1295f5..b9869badb 100644 --- a/modules/kogito-data-index-oracle/module.yaml +++ b/modules/kogito-data-index-oracle/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dataindex.oracle -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-data-index-postgresql/module.yaml b/modules/kogito-data-index-postgresql/module.yaml index 3974a7036..61ab5b37f 100644 --- a/modules/kogito-data-index-postgresql/module.yaml +++ b/modules/kogito-data-index-postgresql/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dataindex.postgresql -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-dynamic-resources/module.yaml b/modules/kogito-dynamic-resources/module.yaml index 6df38128e..4c6c87c72 100644 --- a/modules/kogito-dynamic-resources/module.yaml +++ b/modules/kogito-dynamic-resources/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.dynamic.resources -version: "1.41.0-snapshot" +version: "1.41.0" description: -| Module retrieved from https://github.com/jboss-openshift/cct_module/blob/master/jboss/container/java/jvm/bash However it contains a few customizations to fit Kogito needs. diff --git a/modules/kogito-explainability/module.yaml b/modules/kogito-explainability/module.yaml index a626d4b2d..cfb35eecb 100644 --- a/modules/kogito-explainability/module.yaml +++ b/modules/kogito-explainability/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.explainability -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-graalvm-scripts/module.yaml b/modules/kogito-graalvm-scripts/module.yaml index 04544e7f3..5465b0b4a 100644 --- a/modules/kogito-graalvm-scripts/module.yaml +++ b/modules/kogito-graalvm-scripts/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.graalvm.scripts -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: configure diff --git a/modules/kogito-image-dependencies/module.yaml b/modules/kogito-image-dependencies/module.yaml index f93cc6f56..bd941a8a2 100644 --- a/modules/kogito-image-dependencies/module.yaml +++ b/modules/kogito-image-dependencies/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.image.dependencies -version: "1.41.0-snapshot" +version: "1.41.0" description: holds common dependencies across images execute: diff --git a/modules/kogito-jit-runner/module.yaml b/modules/kogito-jit-runner/module.yaml index 4c60553d5..02ddbfb05 100644 --- a/modules/kogito-jit-runner/module.yaml +++ b/modules/kogito-jit-runner/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jit-runner -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-jobs-service-all-in-one/module.yaml b/modules/kogito-jobs-service-all-in-one/module.yaml index a9fcb07da..c62bb9049 100644 --- a/modules/kogito-jobs-service-all-in-one/module.yaml +++ b/modules/kogito-jobs-service-all-in-one/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jobs.service.allinone -version: "1.41.0-snapshot" +version: "1.41.0" artifacts: - path: /tmp/build/jobs-service-inmemory-all-in-one/jobs-service-inmemory-quarkus-app.zip diff --git a/modules/kogito-jobs-service-common/module.yaml b/modules/kogito-jobs-service-common/module.yaml index 17b752bce..e2d9e7652 100644 --- a/modules/kogito-jobs-service-common/module.yaml +++ b/modules/kogito-jobs-service-common/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jobs.service.common -version: "1.41.0-snapshot" +version: "1.41.0" description: "This module needs to be run last, if adding it, add in the last position." execute: diff --git a/modules/kogito-jobs-service-ephemeral/module.yaml b/modules/kogito-jobs-service-ephemeral/module.yaml index af22f78d5..249190b61 100644 --- a/modules/kogito-jobs-service-ephemeral/module.yaml +++ b/modules/kogito-jobs-service-ephemeral/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jobs.service.ephemeral -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-jobs-service-infinispan/module.yaml b/modules/kogito-jobs-service-infinispan/module.yaml index 7036ea86c..7e187e523 100644 --- a/modules/kogito-jobs-service-infinispan/module.yaml +++ b/modules/kogito-jobs-service-infinispan/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jobs.service.infinispan -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-jobs-service-mongodb/module.yaml b/modules/kogito-jobs-service-mongodb/module.yaml index 02b4a6c3c..460ca53c3 100644 --- a/modules/kogito-jobs-service-mongodb/module.yaml +++ b/modules/kogito-jobs-service-mongodb/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jobs.service.mongodb -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-jobs-service-postgresql/module.yaml b/modules/kogito-jobs-service-postgresql/module.yaml index e9b994647..d60d2710a 100644 --- a/modules/kogito-jobs-service-postgresql/module.yaml +++ b/modules/kogito-jobs-service-postgresql/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.jobs.service.postgresql -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-kubernetes-client/module.yaml b/modules/kogito-kubernetes-client/module.yaml index 42974da9e..9fee66dc5 100644 --- a/modules/kogito-kubernetes-client/module.yaml +++ b/modules/kogito-kubernetes-client/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.kubernetes.client -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: configure diff --git a/modules/kogito-launch-scripts/module.yaml b/modules/kogito-launch-scripts/module.yaml index 5a6d2db89..396558c35 100644 --- a/modules/kogito-launch-scripts/module.yaml +++ b/modules/kogito-launch-scripts/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.launch.scripts -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: configure diff --git a/modules/kogito-logging/module.yaml b/modules/kogito-logging/module.yaml index 2d3958bfd..687887bf5 100644 --- a/modules/kogito-logging/module.yaml +++ b/modules/kogito-logging/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.logging -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: configure diff --git a/modules/kogito-management-console/module.yaml b/modules/kogito-management-console/module.yaml index 007d7c178..7a85c08ad 100644 --- a/modules/kogito-management-console/module.yaml +++ b/modules/kogito-management-console/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.management.console -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-persistence/module.yaml b/modules/kogito-persistence/module.yaml index 46146ba45..5f680a540 100644 --- a/modules/kogito-persistence/module.yaml +++ b/modules/kogito-persistence/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.persistence -version: "1.41.0-snapshot" +version: "1.41.0" modules: install: diff --git a/modules/kogito-pkg-update/module.yaml b/modules/kogito-pkg-update/module.yaml index 5d0e5b89e..71a506ec5 100644 --- a/modules/kogito-pkg-update/module.yaml +++ b/modules/kogito-pkg-update/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.pkg-update -version: "1.41.0-snapshot" +version: "1.41.0" description: "Perform a system update via the package manager." execute: diff --git a/modules/kogito-project-versions/module.yaml b/modules/kogito-project-versions/module.yaml index 58d27944d..e71b1188f 100644 --- a/modules/kogito-project-versions/module.yaml +++ b/modules/kogito-project-versions/module.yaml @@ -1,11 +1,11 @@ schema_version: 1 name: org.kie.kogito.project.versions -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Project versions information" envs: - name: "KOGITO_VERSION" - value: "1.41.0-SNAPSHOT" + value: "1.41.0.Final" description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user. - name: "QUARKUS_PLATFORM_VERSION" value: "2.16.7.Final" diff --git a/modules/kogito-runtime-jvm/module.yaml b/modules/kogito-runtime-jvm/module.yaml index dff03e78d..3671bae1f 100644 --- a/modules/kogito-runtime-jvm/module.yaml +++ b/modules/kogito-runtime-jvm/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.runtime.jvm -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: configure diff --git a/modules/kogito-runtime-native/module.yaml b/modules/kogito-runtime-native/module.yaml index 90bee8e14..33a561df0 100644 --- a/modules/kogito-runtime-native/module.yaml +++ b/modules/kogito-runtime-native/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.runtime.native -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: configure diff --git a/modules/kogito-s2i-builder/module.yaml b/modules/kogito-s2i-builder/module.yaml index 347614e84..97efb54a3 100644 --- a/modules/kogito-s2i-builder/module.yaml +++ b/modules/kogito-s2i-builder/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.s2i.builder -version: "1.41.0-snapshot" +version: "1.41.0" labels: - name: "io.openshift.s2i.scripts-url" diff --git a/modules/kogito-s2i-core/module.yaml b/modules/kogito-s2i-core/module.yaml index bb50bfb60..33b9d4581 100644 --- a/modules/kogito-s2i-core/module.yaml +++ b/modules/kogito-s2i-core/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.s2i.core -version: '1.41.0-snapshot' +version: '1.41.0' description: Kogito s2i core module. All s2i files shoul be placed here. labels: diff --git a/modules/kogito-swf/builder/build-config/module.yaml b/modules/kogito-swf/builder/build-config/module.yaml index 0c226e42c..8234d1bbf 100644 --- a/modules/kogito-swf/builder/build-config/module.yaml +++ b/modules/kogito-swf/builder/build-config/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.builder.build-config -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow builder image build configuration" envs: diff --git a/modules/kogito-swf/builder/runtime/community/module.yaml b/modules/kogito-swf/builder/runtime/community/module.yaml index ee27f0f54..fb52c4a08 100644 --- a/modules/kogito-swf/builder/runtime/community/module.yaml +++ b/modules/kogito-swf/builder/runtime/community/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.builder.runtime.community -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow builder runtime module" artifacts: diff --git a/modules/kogito-swf/common/build/module.yaml b/modules/kogito-swf/common/build/module.yaml index 9f6198a7e..25b18fd43 100644 --- a/modules/kogito-swf/common/build/module.yaml +++ b/modules/kogito-swf/common/build/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.common.build -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow image build process" packages: diff --git a/modules/kogito-swf/common/scripts/module.yaml b/modules/kogito-swf/common/scripts/module.yaml index 5e64456ac..09e42036a 100644 --- a/modules/kogito-swf/common/scripts/module.yaml +++ b/modules/kogito-swf/common/scripts/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.common.scripts -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow image common scripts" envs: diff --git a/modules/kogito-swf/devmode/build-config/module.yaml b/modules/kogito-swf/devmode/build-config/module.yaml index b035896ad..d6e293c99 100644 --- a/modules/kogito-swf/devmode/build-config/module.yaml +++ b/modules/kogito-swf/devmode/build-config/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.devmode.build-config -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow devmode image build configuration" envs: diff --git a/modules/kogito-swf/devmode/runtime/common/module.yaml b/modules/kogito-swf/devmode/runtime/common/module.yaml index 40668d4e0..f29d30de3 100644 --- a/modules/kogito-swf/devmode/runtime/common/module.yaml +++ b/modules/kogito-swf/devmode/runtime/common/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.devmode.runtime.common -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow devmode common module" execute: diff --git a/modules/kogito-swf/devmode/runtime/community/module.yaml b/modules/kogito-swf/devmode/runtime/community/module.yaml index 86f1e0e59..f0db5c2aa 100644 --- a/modules/kogito-swf/devmode/runtime/community/module.yaml +++ b/modules/kogito-swf/devmode/runtime/community/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.swf.devmode.runtime.community -version: "1.41.0-snapshot" +version: "1.41.0" description: "Kogito Serverless Workflow devmode with required extensions" envs: diff --git a/modules/kogito-system-user/module.yaml b/modules/kogito-system-user/module.yaml index 019fa70dd..408541979 100644 --- a/modules/kogito-system-user/module.yaml +++ b/modules/kogito-system-user/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.system.user -version: "1.41.0-snapshot" +version: "1.41.0" execute: - script: add-user diff --git a/modules/kogito-task-console/module.yaml b/modules/kogito-task-console/module.yaml index 2df4b671b..677d99255 100644 --- a/modules/kogito-task-console/module.yaml +++ b/modules/kogito-task-console/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.task.console -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-trusty-common/module.yaml b/modules/kogito-trusty-common/module.yaml index 6a0dcc102..effd7b1c6 100644 --- a/modules/kogito-trusty-common/module.yaml +++ b/modules/kogito-trusty-common/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.trusty.common -version: "1.41.0-snapshot" +version: "1.41.0" description: "Common modules for trusty provider images, any addition that is common must be added in this module" execute: diff --git a/modules/kogito-trusty-infinispan/module.yaml b/modules/kogito-trusty-infinispan/module.yaml index 22cb64300..6b9be2a60 100644 --- a/modules/kogito-trusty-infinispan/module.yaml +++ b/modules/kogito-trusty-infinispan/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.trusty.infinispan -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-trusty-postgresql/module.yaml b/modules/kogito-trusty-postgresql/module.yaml index 51dfba6cf..4ba1a15c4 100644 --- a/modules/kogito-trusty-postgresql/module.yaml +++ b/modules/kogito-trusty-postgresql/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.trusty.postgresql -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-trusty-redis/module.yaml b/modules/kogito-trusty-redis/module.yaml index f753d17ee..89f6e6cec 100644 --- a/modules/kogito-trusty-redis/module.yaml +++ b/modules/kogito-trusty-redis/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.trusty.redis -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/modules/kogito-trusty-ui/module.yaml b/modules/kogito-trusty-ui/module.yaml index a39d3089c..45ae37204 100644 --- a/modules/kogito-trusty-ui/module.yaml +++ b/modules/kogito-trusty-ui/module.yaml @@ -1,6 +1,6 @@ schema_version: 1 name: org.kie.kogito.trusty.ui -version: "1.41.0-snapshot" +version: "1.41.0" # see build-kogito-apps-components.sh script, responsible for build it. # called by the Makefile before builds diff --git a/tests/features/kogito-common-builder-jvm.feature b/tests/features/kogito-common-builder-jvm.feature index 338717f17..7af2de62a 100644 --- a/tests/features/kogito-common-builder-jvm.feature +++ b/tests/features/kogito-common-builder-jvm.feature @@ -8,7 +8,7 @@ Feature: kogito-s2i-builder image JVM build tests And run sh -c 'echo $JAVA_HOME' in container and immediately check its output for /usr/lib/jvm/java-11 Scenario: Verify if the s2i build is finished as expected with non native build and no runtime image - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x | variable | value | | NATIVE | false | | RUNTIME_TYPE | quarkus | @@ -26,7 +26,7 @@ Feature: kogito-s2i-builder image JVM build tests And file /home/kogito/cacerts should exist Scenario: Verify if the s2i build is finished as expected with non native build and no runtime image and no RUNTIME_TYPE defined - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x | variable | value | | NATIVE | false | Then check that page is served @@ -43,7 +43,7 @@ Feature: kogito-s2i-builder image JVM build tests And file /home/kogito/cacerts should exist Scenario: Verify if the s2i build is finished as expected performing a non native build with runtime image - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | NATIVE | false | | RUNTIME_TYPE | quarkus | @@ -62,7 +62,7 @@ Feature: kogito-s2i-builder image JVM build tests And run sh -c 'echo $JAVA_OPTIONS' in container and immediately check its output for -Dquarkus.log.level=DEBUG Scenario: Verify if the s2i build is finished as expected performing a non native build and if it is listening on the expected port , test uses custom properties file to test the port configuration. - Given s2i build /tmp/kogito-examples from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build /tmp/kogito-examples from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | @@ -78,7 +78,7 @@ Feature: kogito-s2i-builder image JVM build tests And file /home/kogito/bin/quarkus-run.jar should exist Scenario: Verify if the multi-module s2i build is finished as expected performing a non native build - Given s2i build https://github.com/kiegroup/kogito-examples.git from . using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from . using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | @@ -96,7 +96,7 @@ Feature: kogito-s2i-builder image JVM build tests And file /home/kogito/bin/quarkus-run.jar should exist Scenario: Perform a incremental s2i build using quarkus runtime type - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using 1.41.x | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | @@ -114,7 +114,7 @@ Feature: kogito-s2i-builder image JVM build tests # Since the same image is used we can do a subsequent incremental build and verify if it is working as expected. Scenario: Perform a second incremental s2i build using quarkus runtime type - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using 1.41.x | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | @@ -135,7 +135,7 @@ Feature: kogito-s2i-builder image JVM build tests #### SpringBoot Scenarios Scenario: Verify if the s2i build is finished as expected with debug enabled - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | RUNTIME_TYPE | springboot | | JAVA_OPTIONS | -Ddebug=true | @@ -153,7 +153,7 @@ Feature: kogito-s2i-builder image JVM build tests And run sh -c 'echo $JAVA_OPTIONS' in container and immediately check its output for -Ddebug=true Scenario: Verify if the s2i build is finished as expected with no runtime image and debug enabled - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example using 1.41.x | variable | value | | JAVA_OPTIONS | -Ddebug=true | | RUNTIME_TYPE | springboot | @@ -171,7 +171,7 @@ Feature: kogito-s2i-builder image JVM build tests And run sh -c 'echo $JAVA_OPTIONS' in container and immediately check its output for -Ddebug=true Scenario: Verify if the s2i build is finished as expected and if it is listening on the expected port, test uses custom properties file to test the port configuration. - Given s2i build /tmp/kogito-examples from kogito-springboot-examples/process-springboot-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build /tmp/kogito-examples from kogito-springboot-examples/process-springboot-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest # Leave those here as placeholder for scripts adding variable to the test. No impact on tests if empty. | variable | value | | RUNTIME_TYPE | springboot | @@ -188,7 +188,7 @@ Feature: kogito-s2i-builder image JVM build tests And container log should contain Tomcat initialized with port(s): 8080 (http) Scenario: Verify if the s2i build is finished as expected using multi-module build with debug enabled - Given s2i build https://github.com/kiegroup/kogito-examples.git from . using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from . using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | JAVA_OPTIONS | -Ddebug=true | | RUNTIME_TYPE | springboot | @@ -208,7 +208,7 @@ Feature: kogito-s2i-builder image JVM build tests And run sh -c 'echo $JAVA_OPTIONS' in container and immediately check its output for -Ddebug=true Scenario: Perform a incremental s2i build using springboot runtime type - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example with env and incremental using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example with env and incremental using 1.41.x # Leave those here as placeholder for scripts adding variable to the test. No impact on tests if empty. | variable | value | | RUNTIME_TYPE | springboot | @@ -225,7 +225,7 @@ Feature: kogito-s2i-builder image JVM build tests # Since the same image is used we can do a subsequent incremental build and verify if it is working as expected. Scenario: Perform a second incremental s2i build using springboot runtime type - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example with env and incremental using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example with env and incremental using 1.41.x # Leave those here as placeholder for scripts adding variable to the test. No impact on tests if empty. | variable | value | | RUNTIME_TYPE | springboot | @@ -233,7 +233,7 @@ Feature: kogito-s2i-builder image JVM build tests And s2i build log should not contain WARNING: Clean build will be performed because of error saving previous build artifacts Scenario: Verify if the s2i build is finished as expected with uber-jar package type built - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/process-quarkus-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/process-quarkus-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | MAVEN_ARGS_APPEND | -Dquarkus.package.type=uber-jar | | RUNTIME_TYPE | quarkus | diff --git a/tests/features/kogito-s2i-builder-native.feature b/tests/features/kogito-s2i-builder-native.feature index 365637f3d..cc2792d71 100644 --- a/tests/features/kogito-s2i-builder-native.feature +++ b/tests/features/kogito-s2i-builder-native.feature @@ -15,7 +15,7 @@ Feature: kogito-s2i-builder image native build tests And run sh -c 'echo $GRAALVM_VERSION' in container and immediately check its output for 22.3.2 Scenario: Verify if the s2i build is finished as expected using native build and runtime image - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest | variable | value | | NATIVE | true | | RUNTIME_TYPE | quarkus | @@ -33,7 +33,7 @@ Feature: kogito-s2i-builder image native build tests And s2i build log should contain -J-Xmx2576980378 Scenario: Verify if the s2i build is finished as expected using native build and no runtime image - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x | variable | value | | NATIVE | true | | RUNTIME_TYPE | quarkus | @@ -53,7 +53,7 @@ Feature: kogito-s2i-builder image native build tests And s2i build log should contain -J-Xmx2576980378 Scenario: Verify if the s2i build is finished as expected performing a native build and if it is listening on the expected port, test uses custom properties file to test the port configuration. - Given s2i build /tmp/kogito-examples from kogito-quarkus-examples/rules-quarkus-helloworld using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest + Given s2i build /tmp/kogito-examples from kogito-quarkus-examples/rules-quarkus-helloworld using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest | variable | value | | NATIVE | true | | RUNTIME_TYPE | quarkus | @@ -71,7 +71,7 @@ Feature: kogito-s2i-builder image native build tests And s2i build log should contain -J-Xmx5153960755 Scenario: Verify if the s2i build is finished as expected performing a native build with persistence enabled - Step 1: build the application and copy to the runtime image - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/process-quarkus-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/process-quarkus-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | true | @@ -84,7 +84,7 @@ Feature: kogito-s2i-builder image native build tests And s2i build log should contain -J-Xmx5153960755 Scenario: Perform a incremental s2i build for native test - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using 1.41.x | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | @@ -102,7 +102,7 @@ Feature: kogito-s2i-builder image native build tests # Since the same image is used we can do a subsequent incremental build and verify if it is working as expected. Scenario:Perform a second incremental s2i build for native scenario, this time, with native enabled - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using nightly-1.41.x + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/rules-quarkus-helloworld with env and incremental using 1.41.x | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | true | @@ -122,12 +122,12 @@ Feature: kogito-s2i-builder image native build tests And s2i build log should contain -J-Xmx5153960755 Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly using native build - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-native:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | true | | LIMIT_MEMORY | 6442450944 | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | Then file /home/kogito/bin/project-1.0-SNAPSHOT-runner should exist And check that page is served | property | value | diff --git a/tests/features/kogito-s2i-builder.feature b/tests/features/kogito-s2i-builder.feature index 8e6bec65b..a2e3439cc 100644 --- a/tests/features/kogito-s2i-builder.feature +++ b/tests/features/kogito-s2i-builder.feature @@ -23,7 +23,7 @@ Feature: kogito-s2i-builder image tests And file /home/kogito/.m2/settings.xml should not contain https://maven.repository.redhat.com/techpreview/all Scenario: Verify if the s2i build is finished as expected performing a non native build with persistence enabled - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/process-quarkus-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-quarkus-examples/process-quarkus-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | NATIVE | false | | RUNTIME_TYPE | quarkus | @@ -33,7 +33,7 @@ Feature: kogito-s2i-builder image tests And s2i build log should contain '/home/kogito/bin/persons.proto' -> '/home/kogito/data/protobufs/persons.proto' Scenario: Verify if the s2i build is finished as expected with persistence enabled - Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build https://github.com/kiegroup/kogito-examples.git from kogito-springboot-examples/process-springboot-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | MAVEN_ARGS_APPEND | -Ppersistence | | RUNTIME_TYPE | springboot | @@ -42,11 +42,11 @@ Feature: kogito-s2i-builder image tests And s2i build log should contain '/home/kogito/bin/persons.proto' -> '/home/kogito/data/protobufs/persons.proto' Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | Then file /home/kogito/bin/quarkus-run.jar should exist And s2i build log should contain Generating quarkus project structure for project... And s2i build log should contain Using Quarkus io.quarkus.platform:quarkus-maven-plugin: @@ -70,11 +70,11 @@ Feature: kogito-s2i-builder image tests Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly with custom group id, archetype & version - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | | PROJECT_GROUP_ID | com.mycompany | | PROJECT_ARTIFACT_ID | myproject | | PROJECT_VERSION | 2.0-SNAPSHOT | @@ -91,11 +91,11 @@ Feature: kogito-s2i-builder image tests | request_body | {"Driver": {"Points": 2}, "Violation": {"Type": "speed","Actual Speed": 120,"Speed Limit": 100}} | Scenario: Verify that the Kogito Quarkus Serverless Workflow Extension is building the service properly - Given s2i build /tmp/kogito-examples from serverless-workflow-examples/serverless-workflow-order-processing/src/main/resources using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build /tmp/kogito-examples from serverless-workflow-examples/serverless-workflow-order-processing/src/main/resources using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | | PROJECT_GROUP_ID | com.mycompany | | PROJECT_ARTIFACT_ID | myproject | | PROJECT_VERSION | 2.0-SNAPSHOT | @@ -117,9 +117,9 @@ Feature: kogito-s2i-builder image tests #### SpringBoot Scenarios Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly when runtime is springboot - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | | RUNTIME_TYPE | springboot | Then file /home/kogito/bin/project-1.0-SNAPSHOT.jar should exist And s2i build log should contain Generating springboot project structure for project... diff --git a/tests/features/rhpam-kogito-builder-jvm.feature b/tests/features/rhpam-kogito-builder-jvm.feature index 39d57a88f..cde061847 100644 --- a/tests/features/rhpam-kogito-builder-jvm.feature +++ b/tests/features/rhpam-kogito-builder-jvm.feature @@ -25,19 +25,19 @@ Feature: rhpam-kogito-builder-rhel8 feature. And file /home/kogito/.m2/settings.xml should contain https://maven.repository.redhat.com/techpreview/all Scenario: Check if the expected message is printed if native build is enabled - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | true | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | Then s2i build log should contain Container Image rhpam-7/rhpam-kogito-builder-rhel8 does not supports native builds, please refer to the documentation. Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | Then file /home/kogito/bin/quarkus-run.jar should exist And s2i build log should contain Generating quarkus project structure for project... And s2i build log should contain Using Quarkus com.redhat.quarkus.platform:quarkus-maven-plugin @@ -60,11 +60,11 @@ Feature: rhpam-kogito-builder-rhel8 feature. | request_body | {"status": "UP", "checks": []} | Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly with custom group id, archetype & version - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | | PROJECT_GROUP_ID | com.mycompany | | PROJECT_ARTIFACT_ID | myproject | | PROJECT_VERSION | 2.0-SNAPSHOT | @@ -83,9 +83,9 @@ Feature: rhpam-kogito-builder-rhel8 feature. #### SpringBoot Scenarios Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly when runtime is springboot - Given s2i build /tmp/kogito-examples from dmn-example using nightly-1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest + Given s2i build /tmp/kogito-examples from dmn-example using 1.41.x and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest | variable | value | - | KOGITO_VERSION | 1.41.0-SNAPSHOT | + | KOGITO_VERSION | 1.41.0.Final | | RUNTIME_TYPE | springboot | Then file /home/kogito/bin/project-1.0-SNAPSHOT.jar should exist And s2i build log should contain Generating springboot project structure for project... diff --git a/tests/test-apps/clone-repo.sh b/tests/test-apps/clone-repo.sh index 5cb6d0c61..8837fa877 100755 --- a/tests/test-apps/clone-repo.sh +++ b/tests/test-apps/clone-repo.sh @@ -40,7 +40,7 @@ git clone https://github.com/kiegroup/kogito-examples.git cd kogito-examples/ git fetch origin git fetch origin --tags -git checkout -b nightly-1.41.x +git checkout -b 1.41.x # make a new copy of rules-quarkus-helloworld for native tests cp -rv /tmp/kogito-examples/kogito-quarkus-examples/rules-quarkus-helloworld/ /tmp/kogito-examples/kogito-quarkus-examples/rules-quarkus-helloworld-native/