Skip to content

Commit

Permalink
Merge pull request #395 from bsig-gh-bot/1.4.0-z1yvz77qtq
Browse files Browse the repository at this point in the history
[1.4.x] Update project version to 1.4.0
  • Loading branch information
Jenkins CI committed Mar 17, 2021
2 parents 87b2e7a + 30dcc34 commit 6809d55
Show file tree
Hide file tree
Showing 26 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "kogito-image-real-name-on-overrides-file"
version: "1.4.0-snapshot"
version: "1.4.0"
# until this issue is not fixed use 8.0 tag.
# https://github.com/rpm-software-management/microdnf/issues/50
# https://bugzilla.redhat.com/show_bug.cgi?id=1769831
Expand All @@ -23,7 +23,7 @@ modules:

envs:
- name: "KOGITO_VERSION"
value: "1.4.0-SNAPSHOT"
value: "1.4.0.Final"

packages:
manager: microdnf
Expand Down
78 changes: 39 additions & 39 deletions kogito-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for Kogito based on Quarkus native image
iconClass: icon-jbpm
tags: runtime,kogito,quarkus
supports: quarkus
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-runtime-native:1.4.0-snapshot
name: quay.io/kiegroup/kogito-runtime-native:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -36,18 +36,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.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.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-runtime-jvm:1.4.0-snapshot
name: quay.io/kiegroup/kogito-runtime-jvm:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -57,18 +57,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Platform for building Kogito based on Quarkus or Springboot
iconClass: icon-jbpm
tags: builder,kogito,quarkus,springboot
supports: quarkus
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-builder:1.4.0-snapshot
name: quay.io/kiegroup/kogito-builder:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -78,18 +78,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.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.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-data-index-infinispan:1.4.0-snapshot
name: quay.io/kiegroup/kogito-data-index-infinispan:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -99,18 +99,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.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.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-data-index-mongodb:1.4.0-snapshot
name: quay.io/kiegroup/kogito-data-index-mongodb:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -120,18 +120,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.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.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-trusty-infinispan:1.4.0-snapshot
name: quay.io/kiegroup/kogito-trusty-infinispan:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -141,18 +141,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.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.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-trusty-redis:1.4.0-snapshot
name: quay.io/kiegroup/kogito-trusty-redis:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -162,18 +162,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for the Kogito Trusty UI Service
iconClass: icon-jbpm
tags: kogito,trusty-ui
supports: Audit UI
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-trusty-ui:1.4.0-snapshot
name: quay.io/kiegroup/kogito-trusty-ui:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -183,18 +183,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for the Kogito JIT Runner
iconClass: icon-jbpm
tags: kogito,jit-runner
supports: JIT Runner
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-jit-runner:1.4.0-snapshot
name: quay.io/kiegroup/kogito-jit-runner:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -204,18 +204,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for the Kogito Explainability Service
iconClass: icon-jbpm
tags: kogito,explainability
supports: explainability for decisions
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-explainability:1.4.0-snapshot
name: quay.io/kiegroup/kogito-explainability:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -225,18 +225,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for the Kogito Jobs Service
iconClass: icon-jbpm
tags: kogito,jobs-service
supports: out-of-box process timers
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-jobs-service:1.4.0-snapshot
name: quay.io/kiegroup/kogito-jobs-service:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -246,18 +246,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for the Kogito Management Console
iconClass: icon-jbpm
tags: kogito,management-console
supports: business process management
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-management-console:1.4.0-snapshot
name: quay.io/kiegroup/kogito-management-console:1.4.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -267,15 +267,15 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.4.0-snapshot'
- name: '1.4.0'
annotations:
description: Runtime image for the Kogito Task Console
iconClass: icon-jbpm
tags: kogito,task-console
supports: business process management
version: '1.4.0-snapshot'
version: '1.4.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-task-console:1.4.0-snapshot
name: quay.io/kiegroup/kogito-task-console:1.4.0
2 changes: 1 addition & 1 deletion modules/kogito-builder/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.builder
version: "1.4.0-snapshot"
version: "1.4.0"

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-data-index-common/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.dataindex.common
version: "1.4.0-snapshot"
version: "1.4.0"
description: "Common modules for data-index persistence provider images, any addition that is common must be added in this module"

execute:
Expand Down
6 changes: 3 additions & 3 deletions modules/kogito-data-index-infinispan/module.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
schema_version: 1
name: org.kie.kogito.dataindex.infinispan
version: "1.4.0-snapshot"
version: "1.4.0"

artifacts:
- name: data-index-service-infinispan.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/data-index-service-infinispan/1.4.0-SNAPSHOT/data-index-service-infinispan-1.4.0-20210316.052606-5-runner.jar
md5: 7fb2c6d0b2ec0c57d7674582587958ae
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/data-index-service-infinispan/1.4.0.Final/data-index-service-infinispan-1.4.0.Final-runner.jar
md5: 2a9b77f1f4fd779ad8392303a512cab0

execute:
- script: configure
Expand Down
6 changes: 3 additions & 3 deletions modules/kogito-data-index-mongodb/module.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
schema_version: 1
name: org.kie.kogito.dataindex.mongodb
version: "1.4.0-snapshot"
version: "1.4.0"

artifacts:
- name: data-index-service-mongodb.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/data-index-service-mongodb/1.4.0-SNAPSHOT/data-index-service-mongodb-1.4.0-20210316.052649-5-runner.jar
md5: 8fc15d2ff0e200845fb5d6c07b0532c9
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/data-index-service-mongodb/1.4.0.Final/data-index-service-mongodb-1.4.0.Final-runner.jar
md5: e48c7b90408f55dc289126990b95e38f

execute:
- script: configure
Expand Down
10 changes: 5 additions & 5 deletions modules/kogito-explainability/module.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
schema_version: 1
name: org.kie.kogito.explainability
version: "1.4.0-snapshot"
version: "1.4.0"

artifacts:
- name: kogito-explainability-rest-runner.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-rest/1.4.0-SNAPSHOT/explainability-service-rest-1.4.0-20210316.053344-5-runner.jar
md5: 584dd3e1965384cdc88e7ab2f91cf278
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-rest/1.4.0.Final/explainability-service-rest-1.4.0.Final-runner.jar
md5: 45f663dd40812100306013c70ec3ff35
- name: kogito-explainability-messaging-runner.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-messaging/1.4.0-SNAPSHOT/explainability-service-messaging-1.4.0-20210316.053310-5-runner.jar
md5: 1700955ba9b0f0331959e68127e48b8c
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-messaging/1.4.0.Final/explainability-service-messaging-1.4.0.Final-runner.jar
md5: c225b2a4e26d1b3bdb13f681da389e12

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-image-dependencies/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.image.dependencies
version: "1.4.0-snapshot"
version: "1.4.0"
description: holds common dependencies across images

execute:
Expand Down
6 changes: 3 additions & 3 deletions modules/kogito-jit-runner/module.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
schema_version: 1
name: org.kie.kogito.jit-runner
version: "1.4.0-snapshot"
version: "1.4.0"

artifacts:
- name: kogito-jit-runner.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/jitexecutor-runner/1.4.0-SNAPSHOT/jitexecutor-runner-1.4.0-20210316.053647-5-runner.jar
md5: 584d29540f4563bacceb41f1041c62c7
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/jitexecutor-runner/1.4.0.Final/jitexecutor-runner-1.4.0.Final-runner.jar
md5: d75658ebe72ccca2907c46afe7fe6020

execute:
- script: configure
Expand Down
Loading

0 comments on commit 6809d55

Please sign in to comment.