Skip to content

Commit f709b6e

Browse files
authored
Merge pull request #240 from ASzc/RHSSO-1824
RHSSO-1824 Update versions for RH-SSO 7.5.2
2 parents 58daf1c + a5127fb commit f709b6e

11 files changed

+42
-42
lines changed

image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ labels:
1212
- name: "org.jboss.product"
1313
value: &product "sso"
1414
- name: "org.jboss.product.version"
15-
value: &product_version "7.5.1.GA"
15+
value: &product_version "7.5.2.GA"
1616
- name: "org.jboss.product.sso.version"
1717
value: *product_version
1818
- name: "io.k8s.description"
@@ -78,12 +78,12 @@ modules:
7878
- name: jboss-eap-modules
7979
git:
8080
url: https://github.com/jboss-container-images/jboss-eap-modules.git
81-
ref: EAP_742_CR1
81+
ref: EAP_743_CR3
8282

8383
- name: jboss-eap-image
8484
git:
8585
url: https://github.com/jboss-container-images/jboss-eap-7-image.git
86-
ref: EAP_742_CR1_2
86+
ref: EAP_743_CR3
8787

8888
- name: wildfly-cekit-modules
8989
git:

modules/eap/setup/eap/modules/module.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ ports:
3131
artifacts:
3232
- name: eap-image-maven-repo
3333
target: maven-repo.zip
34-
md5: 115acd5c7fbcaea84f843c593e850515
35-
url: http://$DOWNLOAD_SERVER/released/middleware/eap7/7.4.2/jboss-eap-7.4.2-image-builder-maven-repository.zip
36-
# CIAM-711: Update RH-SSO server overlay to 'RH-SSO 7.5.0.CR4' build
34+
md5: 2c0ab034200cafbffb0b808bf2f59e67
35+
url: http://$DOWNLOAD_SERVER/released/middleware/eap7/7.4.3/jboss-eap-7.4.3-image-builder-maven-repository.zip
36+
# RHSSO-1824: Update RH-SSO server overlay to 'RH-SSO 7.5.2.CR1' build
3737
- name: keycloak-server-overlay.zip
38-
md5: 4150d09f7bf5d524b4173f8850a06617
38+
md5: 7ea126bb6d903c88727fa3636150c63a
3939
# List remaining (particular RH-SSO build independent) artifacts below
4040
- name: txn-recovery-marker-jdbc-common
4141
target: txn-recovery-marker-jdbc-common-1.1.4.Final-redhat-00001.jar
@@ -72,9 +72,9 @@ labels:
7272
- name: "org.jboss.product"
7373
value: "eap"
7474
- name: "org.jboss.product.version"
75-
value: "7.4.2"
75+
value: "7.4.3"
7676
- name: "org.jboss.product.eap.version"
77-
value: "7.4.2"
77+
value: "7.4.3"
7878
- name: "com.redhat.deployments-dir"
7979
value: "/opt/eap/standalone/deployments"
8080
- name: "com.redhat.dev-mode"
@@ -94,15 +94,15 @@ labels:
9494
envs:
9595
- name: "WILDFLY_VERSION"
9696
description: "Mandatory. WildFly server version."
97-
value: "7.4.2.GA-redhat-00002"
97+
value: "7.4.3.GA-redhat-00002"
9898
- name: "LAUNCH_JBOSS_IN_BACKGROUND"
9999
value: "true"
100100
- name: "JBOSS_PRODUCT"
101101
value: "eap"
102102
- name: "JBOSS_EAP_VERSION"
103-
value: "7.4.2"
103+
value: "7.4.3"
104104
- name: "PRODUCT_VERSION"
105-
value: "7.4.2"
105+
value: "7.4.3"
106106
- name: "EAP_FULL_GROUPID"
107107
value: "org.jboss.eap"
108108
- name: "JBOSS_HOME"

modules/sso/apply/patches/module.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ schema_version: 1
22
name: sso.apply.patches
33
version: '1.0'
44
description: Module to apply any possibly needed EAP / RH-SSO one-off patches via jboss-cli.sh
5-
execute:
6-
- script: apply-eap-rh-sso-one-off-patches.sh
7-
8-
artifacts:
9-
# CIAM-1975
10-
- md5: 8f54d950472fb9abf34e2f965303a5fc
11-
name: rhsso-1974.zip
12-
target: eap-one-off-rhsso-1974.zip
13-
url: http://$DOWNLOAD_SERVER/released/JBoss-middleware/sso/7.5.1/patches/rhsso-1974.zip
14-
# CIAM-2055
15-
- md5: e131a6a7ab26779951981665b9e63919
16-
name: rhsso-2054.zip
17-
target: eap-one-off-rhsso-2054.zip
18-
url: http://$DOWNLOAD_SERVER/released/JBoss-middleware/sso/7.5.1/patches/rhsso-2054.zip
5+
#execute:
6+
#- script: apply-eap-rh-sso-one-off-patches.sh
7+
#
8+
#artifacts:
9+
## CIAM-1975
10+
#- md5: 8f54d950472fb9abf34e2f965303a5fc
11+
# name: rhsso-1974.zip
12+
# target: eap-one-off-rhsso-1974.zip
13+
# url: http://$DOWNLOAD_SERVER/released/JBoss-middleware/sso/7.5.1/patches/rhsso-1974.zip
14+
## CIAM-2055
15+
#- md5: e131a6a7ab26779951981665b9e63919
16+
# name: rhsso-2054.zip
17+
# target: eap-one-off-rhsso-2054.zip
18+
# url: http://$DOWNLOAD_SERVER/released/JBoss-middleware/sso/7.5.1/patches/rhsso-2054.zip
1919

2020
# Note:
2121
#

templates/sso75-https.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"annotations": {
66
"iconClass" : "icon-sso",
77
"tags" : "sso,keycloak,jboss,hidden",
8-
"version": "7.5.1.GA",
8+
"version": "7.5.2.GA",
99
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK (Ephemeral with passthrough TLS)",
1010
"openshift.io/provider-display-name": "Red Hat, Inc.",
1111
"description": "An example application based on RH-SSO 7.5 on OpenJDK image. For more information about using this template, see https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-cpaas-dev/docs.",
@@ -17,7 +17,7 @@
1717
},
1818
"labels": {
1919
"template": "sso75-https",
20-
"rhsso": "7.5.1.GA"
20+
"rhsso": "7.5.2.GA"
2121
},
2222
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
2323
"parameters": [

templates/sso75-image-stream.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"description": "Red Hat Single Sign-On 7.5 on OpenJDK",
88
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK",
99
"openshift.io/provider-display-name": "Red Hat, Inc.",
10-
"version": "7.5.1.GA"
10+
"version": "7.5.2.GA"
1111
}
1212
},
1313
"labels": {
14-
"rhsso": "7.5.1.GA"
14+
"rhsso": "7.5.2.GA"
1515
},
1616
"spec": {
1717
"tags": [

templates/sso75-ocp4-x509-https.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"annotations": {
66
"iconClass" : "icon-sso",
77
"tags" : "sso,keycloak,jboss",
8-
"version": "7.5.1.GA",
8+
"version": "7.5.2.GA",
99
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK (Ephemeral)",
1010
"openshift.io/provider-display-name": "Red Hat, Inc.",
1111
"description": "An example application based on RH-SSO 7.5 on OpenJDK image. For more information about using this template, see https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-cpaas-dev/docs.",
@@ -17,7 +17,7 @@
1717
},
1818
"labels": {
1919
"template": "sso75-ocp4-x509-https",
20-
"rhsso": "7.5.1.GA"
20+
"rhsso": "7.5.2.GA"
2121
},
2222
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
2323
"parameters": [

templates/sso75-ocp4-x509-postgresql-persistent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"annotations": {
66
"iconClass" : "icon-sso",
77
"tags" : "sso,keycloak,jboss",
8-
"version": "7.5.1.GA",
8+
"version": "7.5.2.GA",
99
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK + PostgreSQL (Persistent)",
1010
"openshift.io/provider-display-name": "Red Hat, Inc.",
1111
"description": "An example application based on RH-SSO 7.5 on OpenJDK image. For more information about using this template, see https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-cpaas-dev/docs.",
@@ -17,7 +17,7 @@
1717
},
1818
"labels": {
1919
"template": "sso75-ocp4-x509-postgresql-persistent",
20-
"rhsso": "7.5.1.GA"
20+
"rhsso": "7.5.2.GA"
2121
},
2222
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
2323
"parameters": [

templates/sso75-postgresql-persistent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"annotations": {
66
"iconClass" : "icon-sso",
77
"tags" : "sso,keycloak,jboss,hidden",
8-
"version": "7.5.1.GA",
8+
"version": "7.5.2.GA",
99
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK + PostgreSQL (Persistent with passthrough TLS)",
1010
"openshift.io/provider-display-name": "Red Hat, Inc.",
1111
"description": "An example application based on RH-SSO 7.5 on OpenJDK image. For more information about using this template, see https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-cpaas-dev/docs.",
@@ -17,7 +17,7 @@
1717
},
1818
"labels": {
1919
"template": "sso75-postgresql-persistent",
20-
"rhsso": "7.5.1.GA"
20+
"rhsso": "7.5.2.GA"
2121
},
2222
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
2323
"parameters": [

templates/sso75-postgresql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"annotations": {
66
"iconClass" : "icon-sso",
77
"tags" : "sso,keycloak,jboss,hidden",
8-
"version": "7.5.1.GA",
8+
"version": "7.5.2.GA",
99
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK + PostgreSQL (Ephemeral with passthrough TLS)",
1010
"openshift.io/provider-display-name": "Red Hat, Inc.",
1111
"description": "An example application based on RH-SSO 7.5 on OpenJDK image. For more information about using this template, see https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-cpaas-dev/docs.",
@@ -17,7 +17,7 @@
1717
},
1818
"labels": {
1919
"template": "sso75-postgresql",
20-
"rhsso": "7.5.1.GA"
20+
"rhsso": "7.5.2.GA"
2121
},
2222
"message": "A new RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
2323
"parameters": [

templates/sso75-x509-https.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"annotations": {
66
"iconClass" : "icon-sso",
77
"tags" : "sso,keycloak,jboss",
8-
"version": "7.5.1.GA",
8+
"version": "7.5.2.GA",
99
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJDK (Ephemeral)",
1010
"openshift.io/provider-display-name": "Red Hat, Inc.",
1111
"description": "An example application based on RH-SSO 7.5 on OpenJDK image. For more information about using this template, see https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-cpaas-dev/docs.",
@@ -17,7 +17,7 @@
1717
},
1818
"labels": {
1919
"template": "sso75-x509-https",
20-
"rhsso": "7.5.1.GA"
20+
"rhsso": "7.5.2.GA"
2121
},
2222
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
2323
"parameters": [

0 commit comments

Comments
 (0)