Skip to content

Commit

Permalink
Merge pull request #447 from bsig-gh-bot/1.6.0-yv94rf70lq
Browse files Browse the repository at this point in the history
[1.6.x] Update project version to 1.6.0
  • Loading branch information
Jenkins CI committed May 4, 2021
2 parents 667b024 + 7695ae5 commit ce5ceef
Show file tree
Hide file tree
Showing 28 changed files with 91 additions and 91 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.6.0-snapshot"
version: "1.6.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.6.0-SNAPSHOT"
value: "1.6.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.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Runtime image for Kogito based on Quarkus native image
iconClass: icon-jbpm
tags: runtime,kogito,quarkus
supports: quarkus
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-runtime-native:1.6.0-snapshot
name: quay.io/kiegroup/kogito-runtime-native:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -36,18 +36,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.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.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-runtime-jvm:1.6.0-snapshot
name: quay.io/kiegroup/kogito-runtime-jvm:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -57,18 +57,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Platform for building Kogito based on Quarkus or Springboot
iconClass: icon-jbpm
tags: builder,kogito,quarkus,springboot
supports: quarkus
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-builder:1.6.0-snapshot
name: quay.io/kiegroup/kogito-builder:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -78,18 +78,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.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.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-data-index-infinispan:1.6.0-snapshot
name: quay.io/kiegroup/kogito-data-index-infinispan:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -99,18 +99,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.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.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-data-index-mongodb:1.6.0-snapshot
name: quay.io/kiegroup/kogito-data-index-mongodb:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -120,18 +120,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.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.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-trusty-infinispan:1.6.0-snapshot
name: quay.io/kiegroup/kogito-trusty-infinispan:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -141,18 +141,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.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.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-trusty-redis:1.6.0-snapshot
name: quay.io/kiegroup/kogito-trusty-redis:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -162,18 +162,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Runtime image for the Kogito Trusty UI Service
iconClass: icon-jbpm
tags: kogito,trusty-ui
supports: Audit UI
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-trusty-ui:1.6.0-snapshot
name: quay.io/kiegroup/kogito-trusty-ui:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -183,18 +183,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Runtime image for the Kogito JIT Runner
iconClass: icon-jbpm
tags: kogito,jit-runner
supports: JIT Runner
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-jit-runner:1.6.0-snapshot
name: quay.io/kiegroup/kogito-jit-runner:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -204,18 +204,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Runtime image for the Kogito Explainability Service
iconClass: icon-jbpm
tags: kogito,explainability
supports: explainability for decisions
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-explainability:1.6.0-snapshot
name: quay.io/kiegroup/kogito-explainability:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -225,18 +225,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.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.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-jobs-service:1.6.0-snapshot
name: quay.io/kiegroup/kogito-jobs-service:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -246,18 +246,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Runtime image for the Kogito Management Console
iconClass: icon-jbpm
tags: kogito,management-console
supports: business process management
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-management-console:1.6.0-snapshot
name: quay.io/kiegroup/kogito-management-console:1.6.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -267,15 +267,15 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.6.0-snapshot'
- name: '1.6.0'
annotations:
description: Runtime image for the Kogito Task Console
iconClass: icon-jbpm
tags: kogito,task-console
supports: business process management
version: '1.6.0-snapshot'
version: '1.6.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-task-console:1.6.0-snapshot
name: quay.io/kiegroup/kogito-task-console:1.6.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.6.0-snapshot"
version: "1.6.0"

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-custom-truststore/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.security.custom.truststores
version: "1.6.0-snapshot"
version: "1.6.0"
description: "Adds the capability of configuring a custom Java Truststore to replace the original cacerts"

envs:
Expand Down
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.6.0-snapshot"
version: "1.6.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.6.0-snapshot"
version: "1.6.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.6.0-SNAPSHOT/data-index-service-infinispan-1.6.0-20210429.064241-3-runner.jar
md5: d601886675d26c0d560739c25ae6fb0b
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/data-index-service-infinispan/1.6.0.Final/data-index-service-infinispan-1.6.0.Final-runner.jar
md5: e7f2e9ee62f1cfbef374d58c374dc5dd

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.6.0-snapshot"
version: "1.6.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.6.0-SNAPSHOT/data-index-service-mongodb-1.6.0-20210429.064404-3-runner.jar
md5: 1b83bf5d32d5f867a4c5071fc1e89390
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/data-index-service-mongodb/1.6.0.Final/data-index-service-mongodb-1.6.0.Final-runner.jar
md5: ecd05eaa04fffc7c49223fc8c3c3b3e5

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.6.0-snapshot"
version: "1.6.0"

artifacts:
- name: kogito-explainability-rest-runner.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-rest/1.6.0-SNAPSHOT/explainability-service-rest-1.6.0-20210429.065442-3-runner.jar
md5: d261dbd570e9c65e6b2e6d8d4929a2ed
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-rest/1.6.0.Final/explainability-service-rest-1.6.0.Final-runner.jar
md5: 14de800fe0914f49a97b06332340222f
- name: kogito-explainability-messaging-runner.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-messaging/1.6.0-SNAPSHOT/explainability-service-messaging-1.6.0-20210429.065402-3-runner.jar
md5: 9611e0db75539a517e19004e8141f029
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/explainability-service-messaging/1.6.0.Final/explainability-service-messaging-1.6.0.Final-runner.jar
md5: ef831fa677868cd491a65ed579639c7e

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.6.0-snapshot"
version: "1.6.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.6.0-snapshot"
version: "1.6.0"

artifacts:
- name: kogito-jit-runner.jar
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/jitexecutor-runner/1.6.0-SNAPSHOT/jitexecutor-runner-1.6.0-20210429.065850-3-runner.jar
md5: 541d67abbd5442ecfeef66302f019e36
url: https://repository.jboss.org/nexus/content/groups/public/org/kie/kogito/jitexecutor-runner/1.6.0.Final/jitexecutor-runner-1.6.0.Final-runner.jar
md5: 12ea7aa8d261fe92ebb7d6360ea12ac7

execute:
- script: configure
Loading

0 comments on commit ce5ceef

Please sign in to comment.