Skip to content

Commit fef3044

Browse files
authored
[KIECLOUD-551] - Prepare RHPAM and RHDM for 7.11.1 release (#552)
Signed-off-by: spolti <[email protected]>
1 parent daf2718 commit fef3044

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+97
-97
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ make generate_adocs
121121
122122
It will use the `master` branch from *jboss-kie-modules* using the current branch from RHPAM git repository.
123123
124-
To generate the adocs for, example, 7.10.x branch, first, switch the git branch from RHPAM repository then execute the
124+
To generate the adocs for, example, 7.11.x branch, first, switch the git branch from RHPAM repository then execute the
125125
following command:
126126
127127
```bash
128128
make generate_adocs branch=7.11.x
129129
```
130130
131-
It will use the `7.10.x` branch from *jboss-kie-modules* using the checked out branch on RHPAM repository based from 7.10.x.
131+
It will use the `7.11.x` branch from *jboss-kie-modules* using the checked out branch on RHPAM repository based from 7.11.x.
132132
133133
##### Found an issue?
134134

businesscentral-monitoring/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
name: "rhpam-7/rhpam-businesscentral-monitoring-rhel8"
44
description: "Red Hat Business Central Monitoring 7.11 OpenShift container image"
5-
version: "7.11.0"
5+
version: "7.11.1"
66
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
77
labels:
88
- name: "com.redhat.component"

businesscentral-monitoring/tag-overrides.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ modules:
2727
- name: rhpam-7-image
2828
git:
2929
url: https://github.com/jboss-container-images/rhpam-7-image.git
30-
ref: 7.11.0.GA
30+
ref: 7.11.1.GA
3131
- name: jboss-kie-modules
3232
git:
3333
url: https://github.com/jboss-container-images/jboss-kie-modules.git
34-
ref: rhpam-7.11.0.GA
34+
ref: rhpam-7.11.1.GA

businesscentral/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
name: "rhpam-7/rhpam-businesscentral-rhel8"
44
description: "Red Hat Business Central 7.11 OpenShift container image"
5-
version: "7.11.0"
5+
version: "7.11.1"
66
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
77
labels:
88
- name: "com.redhat.component"

businesscentral/tag-overrides.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ modules:
2727
- name: rhpam-7-image
2828
git:
2929
url: https://github.com/jboss-container-images/rhpam-7-image.git
30-
ref: 7.11.0.GA
30+
ref: 7.11.1.GA
3131
- name: jboss-kie-modules
3232
git:
3333
url: https://github.com/jboss-container-images/jboss-kie-modules.git
34-
ref: rhpam-7.11.0.GA
34+
ref: rhpam-7.11.1.GA

controller/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
name: "rhpam-7/rhpam-controller-rhel8"
44
description: "Red Hat Process Automation Manager Standalone Controller 7.11 container image"
5-
version: "7.11.0"
5+
version: "7.11.1"
66
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
77
labels:
88
- name: "com.redhat.component"

controller/tag-overrides.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ modules:
2727
- name: rhpam-7-image
2828
git:
2929
url: https://github.com/jboss-container-images/rhpam-7-image.git
30-
ref: 7.11.0.GA
30+
ref: 7.11.1.GA
3131
- name: jboss-kie-modules
3232
git:
3333
url: https://github.com/jboss-container-images/jboss-kie-modules.git
34-
ref: rhpam-7.11.0.GA
34+
ref: rhpam-7.11.1.GA

dashbuilder/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
name: "rhpam-7/rhpam-dashbuilder-rhel8"
44
description: "Red Hat Process Automation Manager Standalone Dashbuilder 7.11 container image"
5-
version: "7.11.0"
5+
version: "7.11.1"
66
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
77
labels:
88
- name: "com.redhat.component"

dashbuilder/tag-overrides.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ modules:
2727
- name: rhpam-7-image
2828
git:
2929
url: https://github.com/jboss-container-images/rhpam-7-image.git
30-
ref: 7.11.0.GA
30+
ref: 7.11.1.GA
3131
- name: jboss-kie-modules
3232
git:
3333
url: https://github.com/jboss-container-images/jboss-kie-modules.git
34-
ref: rhpam-7.11.0.GA
34+
ref: rhpam-7.11.1.GA

kieserver/image.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
name: "rhpam-7/rhpam-kieserver-rhel8"
44
description: "Red Hat Process Automation Manager Kie Server 7.11 container image"
5-
version: "7.11.0"
5+
version: "7.11.1"
66
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
77
labels:
88
- name: "com.redhat.component"
@@ -233,19 +233,19 @@ envs:
233233
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_ENABLED"
234234
example: "true"
235235
description: "If true, will configure the jBPM Kafka events integration, when true the kafka bootstrap servers must be set."
236-
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_ACKS"
236+
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_ACKS"
237237
example: "3"
238238
description: "The number of acknowledgments that the emitter requires the leader to have received before considering a request to be complete, not set by default. This environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.acks' system property."
239-
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_BOOTSTRAP_SERVERS"
239+
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_BOOTSTRAP_SERVERS"
240240
example: "localhost:9092"
241241
description: "Comma separated list of host/port pairs to use for establishing the initial connection to the Kafka cluster, this environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.bootstrap.servers' system property."
242-
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_CLIENT_ID"
242+
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_CLIENT_ID"
243243
example: "client.id"
244244
description: "This configuration allows users to set an ID to provide a logical application name for logging purposes, not set by default.This environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.client.id' system property."
245-
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_MAX_BLOCK_MS"
245+
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_MAX_BLOCK_MS"
246246
example: "2000"
247247
description: "Value in milliseconds that indicates how long the 'publish' method will block the operation. Default 2000 milliseconds (2 seconds), this environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.max.block.ms' system property."
248-
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_DATE_FORMAT"
248+
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_DATE_FORMAT"
249249
example: "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
250250
description: "Date and time format to be sent to Kafka. Default format is yyyy-MM-dd'T'HH:mm:ss.SSSZ, this environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.date_format' system property."
251251
- name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_PROCESSES_TOPIC_NAME"

0 commit comments

Comments
 (0)