Skip to content

Commit

Permalink
Release 1.2.23
Browse files Browse the repository at this point in the history
resolves #271
  • Loading branch information
moabu committed Dec 14, 2020
1 parent ffeb257 commit 6ee9723
Show file tree
Hide file tree
Showing 25 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions automation/auto_update_image_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pygluu/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ maintainers:
email: [email protected]
description: Helm chart for gluu-gateway-ui service
name: gluu-gateway-ui
version: 1.2.22
version: 1.2.23
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/gluu-upgrade/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
38 changes: 19 additions & 19 deletions pygluu/kubernetes/templates/helm/gluu/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
description: A Helm chart for Gluu server
name: config
version: 1.2.22
version: 1.2.23
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
description: Helm chart for fido2 service
name: fido2
version: 1.2.22
version: 1.2.23
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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: [email protected]
description: A Helm chart for jackrabbit content repository
name: jackrabbit
version: 1.2.22
version: 1.2.23
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
description: A Helm chart for the opendj server
name: opendj
version: 1.2.22
version: 1.2.23
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
description: Helm chart for oxauth service
name: oxauth
version: 1.2.22
version: 1.2.23
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
description: Helm chart for SCIM
name: scim
version: 1.2.22
version: 1.2.23
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/gluu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pygluu/kubernetes/templates/helm/ldap-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
Loading

0 comments on commit 6ee9723

Please sign in to comment.