Skip to content

Commit

Permalink
chore: release 5.0.22 (#1564)
Browse files Browse the repository at this point in the history
* chore: update admin ui and flex version

* chore: modify app_info.json and python version files

* chore: update flex helm chart image tags

* chore: update version files
  • Loading branch information
mo-auto authored Feb 13, 2024
1 parent 28ce8d3 commit 53bbad5
Show file tree
Hide file tree
Showing 40 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gluu-admin-ui",
"version": "1.0.21",
"version": "1.0.22",
"description": "UI to administer the jans-sever features",
"keywords": [
"jans-server",
Expand Down
4 changes: 2 additions & 2 deletions charts/gluu-all-in-one/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
catalog.cattle.io/release-name: gluu-all-in-one
catalog.cattle.io/display-name: Gluu Flex Cloud Identity and Access Management All-in-One
apiVersion: v2
appVersion: "5.0.0"
appVersion: "5.0.22"
icon: >-
https://gluu.org/docs/gluu-server/favicon.ico
home: https://docs.gluu.org
Expand All @@ -21,4 +21,4 @@ maintainers:
email: [email protected]
description: Gluu Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
name: gluu-all-in-one
version: 1.0.22-dev
version: 1.0.22
4 changes: 2 additions & 2 deletions charts/gluu-all-in-one/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gluu-all-in-one

![Version: 1.0.22-dev](https://img.shields.io/badge/Version-1.0.22--dev-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 1.0.22](https://img.shields.io/badge/Version-1.0.22-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Gluu Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.

Expand Down Expand Up @@ -334,4 +334,4 @@ Kubernetes: `>=v1.22.0-0`
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
54 changes: 27 additions & 27 deletions charts/gluu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: auth-server
image: ghcr.io/janssenproject/jans/auth-server:1.0.22_dev
image: ghcr.io/janssenproject/jans/auth-server:1.0.22-1
- name: auth-server-key-rotation
image: ghcr.io/janssenproject/jans/certmanager:1.0.22_dev
image: ghcr.io/janssenproject/jans/certmanager:1.0.22-1
- name: configuration-manager
image: ghcr.io/janssenproject/jans/configurator:1.0.22_dev
image: ghcr.io/janssenproject/jans/configurator:1.0.22-1
- name: config-api
image: ghcr.io/janssenproject/jans/config-api:1.0.22_dev
image: ghcr.io/janssenproject/jans/config-api:1.0.22-1
- name: fido2
image: ghcr.io/janssenproject/jans/fido2:1.0.22_dev
image: ghcr.io/janssenproject/jans/fido2:1.0.22-1
- name: persistence
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.22_dev
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.22-1
- name: scim
image: ghcr.io/janssenproject/jans/scim:1.0.22_dev
image: ghcr.io/janssenproject/jans/scim:1.0.22-1
- name: casa
image: ghcr.io/janssenproject/jans/casa:1.0.22_dev
image: ghcr.io/janssenproject/jans/casa:1.0.22-1
- name: admin-ui
image: ghcr.io/gluufederation/flex/admin-ui:1.0.22_dev
image: ghcr.io/gluufederation/flex/admin-ui:1.0.22-1
- name: link
image: ghcr.io/janssenproject/jans/link:1.0.22_dev
image: ghcr.io/janssenproject/jans/link:1.0.22-1
- name: saml
image: ghcr.io/janssenproject/jans/saml:1.0.22_dev
image: ghcr.io/janssenproject/jans/saml:1.0.22-1
artifacthub.io/license: Apache-2.0
catalog.cattle.io/certified: partner
catalog.cattle.io/release-name: gluu
catalog.cattle.io/display-name: Gluu Cloud Identity and Access Management
apiVersion: v2
appVersion: "5.0.0"
appVersion: "5.0.22"
icon: https://gluu.org/docs/gluu-server/favicon.ico
home: https://www.gluu.org
sources:
Expand All @@ -39,60 +39,60 @@ maintainers:
email: [email protected]
description: Gluu Access and Identity Management
name: gluu
version: 5.0.25-dev
version: 5.0.25
dependencies:
- name: config
condition: global.config.enabled
version: 5.0.25-dev
version: 5.0.25

- name: config-api
condition: global.config-api.enabled
version: 5.0.25-dev
version: 5.0.25

- name: opendj
condition: global.opendj.enabled
version: 5.0.25-dev
version: 5.0.25

- name: auth-server
condition: global.auth-server.enabled
version: 5.0.25-dev
version: 5.0.25

- name: admin-ui
condition: global.admin-ui.enabled
version: 5.0.25-dev
version: 5.0.25

- name: fido2
condition: global.fido2.enabled
version: 5.0.25-dev
version: 5.0.25

- name: scim
condition: global.scim.enabled
version: 5.0.25-dev
version: 5.0.25

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 5.0.25-dev
version: 5.0.25

- name: casa
version: 5.0.25-dev
version: 5.0.25
condition: global.casa.enabled

- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
version: 5.0.25-dev
version: 5.0.25

- name: persistence
condition: global.persistence.enabled
version: 5.0.25-dev
version: 5.0.25

- name: cn-istio-ingress
condition: global.istio.ingress
version: 5.0.25-dev
version: 5.0.25

- name: link
condition: global.link.enabled
version: 5.0.25-dev
version: 5.0.25

- name: saml
condition: global.saml.enabled
version: 5.0.25-dev
version: 5.0.25
32 changes: 16 additions & 16 deletions charts/gluu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gluu

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Gluu Access and Identity Management

Expand All @@ -22,20 +22,20 @@ Kubernetes: `>=v1.21.0-0`

| Repository | Name | Version |
|------------|------|---------|
| | admin-ui | 5.0.25-dev |
| | auth-server | 5.0.25-dev |
| | auth-server-key-rotation | 5.0.25-dev |
| | casa | 5.0.25-dev |
| | cn-istio-ingress | 5.0.25-dev |
| | config | 5.0.25-dev |
| | config-api | 5.0.25-dev |
| | fido2 | 5.0.25-dev |
| | link | 5.0.25-dev |
| | nginx-ingress | 5.0.25-dev |
| | opendj | 5.0.25-dev |
| | persistence | 5.0.25-dev |
| | saml | 5.0.25-dev |
| | scim | 5.0.25-dev |
| | admin-ui | 5.0.25 |
| | auth-server | 5.0.25 |
| | auth-server-key-rotation | 5.0.25 |
| | casa | 5.0.25 |
| | cn-istio-ingress | 5.0.25 |
| | config | 5.0.25 |
| | config-api | 5.0.25 |
| | fido2 | 5.0.25 |
| | link | 5.0.25 |
| | nginx-ingress | 5.0.25 |
| | opendj | 5.0.25 |
| | persistence | 5.0.25 |
| | saml | 5.0.25 |
| | scim | 5.0.25 |

## Values

Expand Down Expand Up @@ -650,4 +650,4 @@ Kubernetes: `>=v1.21.0-0`
| scim.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/admin-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: admin-ui
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: Admin GUI. Requires license.
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://gluu.org/docs/gluu-server/favicon.ico
appVersion: "5.0.0"
appVersion: "5.0.22"
4 changes: 2 additions & 2 deletions charts/gluu/charts/admin-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin-ui

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Admin GUI. Requires license.

Expand Down Expand Up @@ -57,4 +57,4 @@ Kubernetes: `>=v1.21.0-0`
| volumes | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/auth-server-key-rotation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server-key-rotation
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: Responsible for regenerating auth-keys per x hours
type: application
Expand All @@ -16,4 +16,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://gluu.org/docs/gluu-server/favicon.ico
appVersion: "5.0.0"
appVersion: "5.0.22"
4 changes: 2 additions & 2 deletions charts/gluu/charts/auth-server-key-rotation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server-key-rotation

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Responsible for regenerating auth-keys per x hours

Expand Down Expand Up @@ -50,4 +50,4 @@ Kubernetes: `>=v1.21.0-0`
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Gluu. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.
type: application
Expand All @@ -18,4 +18,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://gluu.org/docs/gluu-server/favicon.ico
appVersion: "5.0.0"
appVersion: "5.0.22"
4 changes: 2 additions & 2 deletions charts/gluu/charts/auth-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Gluu. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.

Expand Down Expand Up @@ -59,4 +59,4 @@ Kubernetes: `>=v1.21.0-0`
| volumes | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/casa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: casa
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: Jans Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Jans Server.
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "5.0.0"
appVersion: "5.0.22"
4 changes: 2 additions & 2 deletions charts/gluu/charts/casa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# casa

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Jans Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Jans Server.

Expand Down Expand Up @@ -63,4 +63,4 @@ Kubernetes: `>=v1.21.0-0`
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/cn-istio-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: cn-istio-ingress
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: Istio Gateway
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://gluu.org/docs/gluu-server/favicon.ico
appVersion: "5.0.0"
appVersion: "5.0.22"
4 changes: 2 additions & 2 deletions charts/gluu/charts/cn-istio-ingress/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cn-istio-ingress

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Istio Gateway

Expand All @@ -22,4 +22,4 @@ Istio Gateway
Kubernetes: `>=v1.21.0-0`

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/config-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config-api
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)
type: application
Expand All @@ -18,4 +18,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://gluu.org/docs/gluu-server/favicon.ico
appVersion: "5.0.0"
appVersion: "5.0.22"
4 changes: 2 additions & 2 deletions charts/gluu/charts/config-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config-api

![Version: 5.0.25-dev](https://img.shields.io/badge/Version-5.0.25--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.22](https://img.shields.io/badge/AppVersion-5.0.22-informational?style=flat-square)

Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)

Expand Down Expand Up @@ -63,4 +63,4 @@ Kubernetes: `>=v1.21.0-0`
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
4 changes: 2 additions & 2 deletions charts/gluu/charts/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config
version: 5.0.25-dev
version: 5.0.25
kubeVersion: ">=v1.21.0-0"
description: Configuration parameters for setup and initial configuration secret and config layers used by Gluu services.
type: application
Expand All @@ -18,4 +18,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://gluu.org/docs/gluu-server/favicon.ico
appVersion: "5.0.0"
appVersion: "5.0.22"
Loading

0 comments on commit 53bbad5

Please sign in to comment.