diff --git a/automation/auto_update_image_pr.py b/automation/auto_update_image_pr.py index 6012f9b7a..74f980a29 100644 --- a/automation/auto_update_image_pr.py +++ b/automation/auto_update_image_pr.py @@ -11,11 +11,11 @@ def determine_final_official_and_dev_version(tag_list): """ - Determine official version i.e 4.1.0 , 4.2.1..etc using oxauths repo + Determine official version i.e 4.1.0 , 4.2.2..etc using oxauths repo @param tag_list: @return: """ - # Check for the highest major.minor.patch i.e 4.2.0 vs 4.2.1 + # Check for the highest major.minor.patch i.e 4.2.0 vs 4.2.2 dev_image = "" patch_list = [] for tag in tag_list: diff --git a/pygluu/kubernetes/__init__.py b/pygluu/kubernetes/__init__.py index 3a7c486b8..62b736363 100644 --- a/pygluu/kubernetes/__init__.py +++ b/pygluu/kubernetes/__init__.py @@ -3,6 +3,6 @@ https://www.apache.org/licenses/LICENSE-2.0 """ -__version__ = "1.2.22" -__previous_version__ = "1.2.21" +__version__ = "1.2.23" +__previous_version__ = "1.2.22" diff --git a/pygluu/kubernetes/templates/helm/gluu-gateway-ui/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu-gateway-ui/Chart.yaml index 7504ab863..a82f45806 100644 --- a/pygluu/kubernetes/templates/helm/gluu-gateway-ui/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu-gateway-ui/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: Helm chart for gluu-gateway-ui service name: gluu-gateway-ui -version: 1.2.22 +version: 1.2.23 diff --git a/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml index 3ef2725e6..220b1027e 100644 --- a/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: gluu-upgrade description: A Helm chart for upgrading gluu server type: application -version: 1.2.22 -appVersion: 4.2.1 +version: 1.2.23 +appVersion: 4.2.2 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/Chart.yaml index 6fed1e5d7..72541fdd0 100644 --- a/pygluu/kubernetes/templates/helm/gluu/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/Chart.yaml @@ -1,79 +1,79 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://www.gluu.org maintainers: - name: Gluu email: support@gluu.org description: A Helm chart for Gluu IDP name: gluu -version: 1.2.22 +version: 1.2.23 dependencies: - name: config condition: global.config.enabled - version: 1.2.22 + version: 1.2.23 - name: opendj condition: global.opendj.enabled - version: 1.2.22 + version: 1.2.23 - name: jackrabbit condition: global.jackrabbit.enabled - version: 1.2.22 + version: 1.2.23 - name: oxauth condition: global.oxauth.enabled - version: 1.2.22 + version: 1.2.23 - name: fido2 condition: global.fido2.enabled - version: 1.2.22 + version: 1.2.23 - name: scim condition: global.scim.enabled - version: 1.2.22 + version: 1.2.23 - name: oxtrust condition: global.oxtrust.enabled - version: 1.2.22 + version: 1.2.23 - name: nginx-ingress condition: global.nginx-ingress.enabled - version: 1.2.22 + version: 1.2.23 - name: oxshibboleth condition: global.oxshibboleth.enabled - version: 1.2.22 + version: 1.2.23 - name: oxpassport - version: 1.2.22 + version: 1.2.23 condition: config.configmap.gluuPassportEnabled - name: casa - version: 1.2.22 + version: 1.2.23 condition: config.configmap.gluuCasaEnabled - name: oxauth-key-rotation condition: global.oxauth-key-rotation.enabled - version: 1.2.22 + version: 1.2.23 - name: cr-rotate - version: 1.2.22 + version: 1.2.23 condition: global.cr-rotate.enabled - name: radius condition: config.configmap.gluuRadiusEnabled - version: 1.2.22 + version: 1.2.23 - name: oxd-server condition: global.oxd-server.enabled - version: 1.2.22 + version: 1.2.23 - name: persistence condition: global.persistence.enabled - version: 1.2.22 + version: 1.2.23 - name: gluu-istio-ingress condition: global.istio.ingress - version: 1.2.22 + version: 1.2.23 diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml index 0d392e10d..e89c1bc47 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: A Helm chart for casa name: casa -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu home: https://gluu.org/docs/casa/ diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml index 400fb18ac..9555bd2d1 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml @@ -1,11 +1,11 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://gluu.org/docs/gluu-server maintainers: - name: gluu email: support@gluu.org description: A Helm chart for Gluu server name: config -version: 1.2.22 +version: 1.2.23 diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml index 9a68af80d..d5b12bf4c 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: A Helm chart for Kubernetes name: cr-rotate -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml index 81cfaac7f..e2f5bb666 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml @@ -1,11 +1,11 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://gluu.org/docs/gluu-server maintainers: - name: Gluu email: support@gluu.org description: Helm chart for fido2 service name: fido2 -version: 1.2.22 +version: 1.2.23 diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml index eb48b5ea1..03ada6c6b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: gluu-istio-ingress description: Istio ingress integration files type: application -version: 1.2.22 -appVersion: 4.2.1 +version: 1.2.23 +appVersion: 4.2.2 diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml index 3ba68f528..39bc63f73 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml @@ -1,11 +1,11 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://gluu.org/docs/gluu-server maintainers: - name: Gluu email: support@gluu.org description: A Helm chart for jackrabbit content repository name: jackrabbit -version: 1.2.22 \ No newline at end of file +version: 1.2.23 \ No newline at end of file diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml index 3dd644fb3..edcd5bdd8 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: nginx-ingress chart name: nginx-ingress -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml index 768ab153e..07ed9801c 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml @@ -1,11 +1,11 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://gluu.org/docs/gluu-server maintainers: - name: Gluu email: support@gluu.org description: A Helm chart for the opendj server name: opendj -version: 1.2.22 \ No newline at end of file +version: 1.2.23 \ No newline at end of file diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml index 304a1d0a1..c7e933784 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: A Helm chart for Kubernetes name: oxauth-key-rotation -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml index c75122c9d..02353ba8a 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml @@ -1,11 +1,11 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://gluu.org/docs/gluu-server maintainers: - name: Gluu email: support@gluu.org description: Helm chart for oxauth service name: oxauth -version: 1.2.22 +version: 1.2.23 diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml index 767e0a8ec..1a98edc63 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: oxd-server chart name: oxd-server -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml index 8a7d899e8..0d8f81d1e 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: oxpassport Helm chart name: oxpassport -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml index 59017bf19..2aade3ee4 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: oxshibboleth Helm chart name: oxshibboleth -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml index 21a94153e..bcab1885b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: oxtrust Helm chart name: oxtrust -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu home: https://gluu.org/docs/gluu-server diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml index 15db2ca4f..abc614b6f 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: A Helm chart for persistence layer for Gluu server name: persistence -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml index f10643c26..f2c5e5fa7 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml @@ -1,10 +1,10 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" description: Radius Helm chart name: radius -version: 1.2.22 +version: 1.2.23 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml index 9d11d05fd..610a3712d 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml @@ -1,11 +1,11 @@ # License terms and conditions for Gluu Cloud Native Edition: # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v1 -appVersion: "4.2.1" +appVersion: "4.2.2" home: https://www.gluu.org maintainers: - name: Gluu email: support@gluu.org description: Helm chart for SCIM name: scim -version: 1.2.22 +version: 1.2.23 diff --git a/pygluu/kubernetes/templates/helm/gluu/values.yaml b/pygluu/kubernetes/templates/helm/gluu/values.yaml index 2980b02b3..1f5b9062d 100644 --- a/pygluu/kubernetes/templates/helm/gluu/values.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/values.yaml @@ -218,7 +218,7 @@ scim: replicas: 1 image: repository: gluufederation/scim - tag: 4.2.1_04 + tag: 4.2.2_01 pullPolicy: Always resources: limits: @@ -263,7 +263,7 @@ oxpassport: replicas: 1 image: repository: gluufederation/oxpassport - tag: 4.2.1_03 + tag: 4.2.2_01 pullPolicy: Always resources: limits: diff --git a/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml b/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml index e95dc3310..956a2e7e8 100644 --- a/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ldap-backup description: A backup strategy for LDAP type: application -version: 1.2.22 -appVersion: 4.2.1 +version: 1.2.23 +appVersion: 4.2.2 maintainers: - name: Gluu email: support@gluu.org diff --git a/pygluu/kubernetes/templates/upgrade/base/jobs.yaml b/pygluu/kubernetes/templates/upgrade/base/jobs.yaml index 3c84a9c94..68039c744 100644 --- a/pygluu/kubernetes/templates/upgrade/base/jobs.yaml +++ b/pygluu/kubernetes/templates/upgrade/base/jobs.yaml @@ -10,7 +10,7 @@ spec: restartPolicy: Never containers: - name: gluu-upgrade-job - image: gluufederation/upgrade:4.2.1_04 + image: gluufederation/upgrade:4.2.2_01 envFrom: - configMapRef: name: upgrade-cm