From 5738562b5a0d46709275a8e04ca41dbc8cbca2f7 Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Wed, 30 Dec 2020 12:33:43 -0500 Subject: [PATCH] feat(release): release 1.3.0 Gluu 4.2.2 --- pygluu/kubernetes/__init__.py | 4 +-- .../templates/helm/gluu-gateway-ui/Chart.yaml | 2 +- .../templates/helm/gluu-upgrade/Chart.yaml | 2 +- .../kubernetes/templates/helm/gluu/Chart.yaml | 36 +++++++++---------- .../helm/gluu/charts/casa/Chart.yaml | 2 +- .../helm/gluu/charts/config/Chart.yaml | 2 +- .../helm/gluu/charts/cr-rotate/Chart.yaml | 2 +- .../helm/gluu/charts/fido2/Chart.yaml | 2 +- .../gluu/charts/gluu-istio-ingress/Chart.yaml | 2 +- .../helm/gluu/charts/jackrabbit/Chart.yaml | 2 +- .../helm/gluu/charts/nginx/Chart.yaml | 2 +- .../helm/gluu/charts/opendj/Chart.yaml | 2 +- .../charts/oxauth-key-rotation/Chart.yaml | 2 +- .../helm/gluu/charts/oxauth/Chart.yaml | 2 +- .../helm/gluu/charts/oxd-server/Chart.yaml | 2 +- .../helm/gluu/charts/oxpassport/Chart.yaml | 2 +- .../helm/gluu/charts/oxshibboleth/Chart.yaml | 2 +- .../helm/gluu/charts/oxtrust/Chart.yaml | 2 +- .../helm/gluu/charts/persistence/Chart.yaml | 2 +- .../helm/gluu/charts/radius/Chart.yaml | 2 +- .../helm/gluu/charts/scim/Chart.yaml | 2 +- .../templates/helm/ldap-backup/Chart.yaml | 2 +- 22 files changed, 40 insertions(+), 40 deletions(-) diff --git a/pygluu/kubernetes/__init__.py b/pygluu/kubernetes/__init__.py index 62b736363..74b0a546a 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.23" -__previous_version__ = "1.2.22" +__version__ = "1.3.0" +__previous_version__ = "1.2.23" diff --git a/pygluu/kubernetes/templates/helm/gluu-gateway-ui/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu-gateway-ui/Chart.yaml index 46283ac16..fb5ec418a 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.24 +version: 1.3.0 diff --git a/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml index 4605d56ae..e445284b9 100644 --- a/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gluu-upgrade description: A Helm chart for upgrading gluu server type: application -version: 1.2.24 +version: 1.3.0 appVersion: 4.2.2 maintainers: - name: Gluu diff --git a/pygluu/kubernetes/templates/helm/gluu/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/Chart.yaml index e63ac0930..f38f6bc56 100644 --- a/pygluu/kubernetes/templates/helm/gluu/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/Chart.yaml @@ -8,72 +8,72 @@ maintainers: email: support@gluu.org description: A Helm chart for Gluu IDP name: gluu -version: 1.2.24 +version: 1.3.0 dependencies: - name: config condition: global.config.enabled - version: 1.2.24 + version: 1.3.0 - name: opendj condition: global.opendj.enabled - version: 1.2.24 + version: 1.3.0 - name: jackrabbit condition: global.jackrabbit.enabled - version: 1.2.24 + version: 1.3.0 - name: oxauth condition: global.oxauth.enabled - version: 1.2.24 + version: 1.3.0 - name: fido2 condition: global.fido2.enabled - version: 1.2.24 + version: 1.3.0 - name: scim condition: global.scim.enabled - version: 1.2.24 + version: 1.3.0 - name: oxtrust condition: global.oxtrust.enabled - version: 1.2.24 + version: 1.3.0 - name: nginx-ingress condition: global.nginx-ingress.enabled - version: 1.2.24 + version: 1.3.0 - name: oxshibboleth condition: global.oxshibboleth.enabled - version: 1.2.24 + version: 1.3.0 - name: oxpassport - version: 1.2.24 + version: 1.3.0 condition: config.configmap.gluuPassportEnabled - name: casa - version: 1.2.24 + version: 1.3.0 condition: config.configmap.gluuCasaEnabled - name: oxauth-key-rotation condition: global.oxauth-key-rotation.enabled - version: 1.2.24 + version: 1.3.0 - name: cr-rotate - version: 1.2.24 + version: 1.3.0 condition: global.cr-rotate.enabled - name: radius condition: config.configmap.gluuRadiusEnabled - version: 1.2.24 + version: 1.3.0 - name: oxd-server condition: global.oxd-server.enabled - version: 1.2.24 + version: 1.3.0 - name: persistence condition: global.persistence.enabled - version: 1.2.24 + version: 1.3.0 - name: gluu-istio-ingress condition: global.istio.ingress - version: 1.2.24 + version: 1.3.0 diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml index 31f28fe07..51b3eb04d 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: A Helm chart for casa name: casa -version: 1.2.24 +version: 1.3.0 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 162005b0e..0ef75f984 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: A Helm chart for Gluu server name: config -version: 1.2.24 +version: 1.3.0 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 27baca963..88c6090d4 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: A Helm chart for Kubernetes name: cr-rotate -version: 1.2.24 +version: 1.3.0 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 45bb31823..cb00cb4e2 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: Helm chart for fido2 service name: fido2 -version: 1.2.24 +version: 1.3.0 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 46b42070a..b09f727ed 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.24 +version: 1.3.0 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 edffbfd94..752b468a0 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: A Helm chart for jackrabbit content repository name: jackrabbit -version: 1.2.24 \ No newline at end of file +version: 1.3.0 \ 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 d71290dc6..b429e5355 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: nginx-ingress chart name: nginx-ingress -version: 1.2.24 +version: 1.3.0 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 fee8679f3..70eb0bb64 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: A Helm chart for the opendj server name: opendj -version: 1.2.24 \ No newline at end of file +version: 1.3.0 \ 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 14abd4b91..28c8f3747 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 @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: A Helm chart for Kubernetes name: oxauth-key-rotation -version: 1.2.24 +version: 1.3.0 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 f8b1cb8d7..6e33605e0 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: Helm chart for oxauth service name: oxauth -version: 1.2.24 +version: 1.3.0 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 6fb273e1e..6987bdd4f 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: oxd-server chart name: oxd-server -version: 1.2.24 +version: 1.3.0 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 99b7a96e4..73041c001 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: oxpassport Helm chart name: oxpassport -version: 1.2.24 +version: 1.3.0 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 41e6c4ad0..4cfa45c2d 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: oxshibboleth Helm chart name: oxshibboleth -version: 1.2.24 +version: 1.3.0 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 a91d17776..4eb327697 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: oxtrust Helm chart name: oxtrust -version: 1.2.24 +version: 1.3.0 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 cbd86a183..70189d00f 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: A Helm chart for persistence layer for Gluu server name: persistence -version: 1.2.24 +version: 1.3.0 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 45a8df669..b7d5be282 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 appVersion: "4.2.2" description: Radius Helm chart name: radius -version: 1.2.24 +version: 1.3.0 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 d9ecc0f3a..a8084a795 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml @@ -8,4 +8,4 @@ maintainers: email: support@gluu.org description: Helm chart for SCIM name: scim -version: 1.2.24 +version: 1.3.0 diff --git a/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml b/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml index d529aa20e..e98c015b4 100644 --- a/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ldap-backup description: A backup strategy for LDAP type: application -version: 1.2.24 +version: 1.3.0 appVersion: 4.2.2 maintainers: - name: Gluu