-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prepare assets for Gluu v4.5.5 (#651)
* feat: prepare assets for Gluu v4.5.5 Release-As: 1.8.38 Signed-off-by: iromli <[email protected]> * chore: release 1.8.38 * chore: fix index.yaml --------- Signed-off-by: iromli <[email protected]> Co-authored-by: moabu <[email protected]>
- Loading branch information
Showing
55 changed files
with
399 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
{ | ||
"4.5": { | ||
"CASA_IMAGE_NAME": "gluufederation/casa", | ||
"CASA_IMAGE_TAG": "4.5.4-1", | ||
"CASA_IMAGE_TAG": "4.5.5-1", | ||
"FIDO2_IMAGE_NAME": "gluufederation/fido2", | ||
"FIDO2_IMAGE_TAG": "4.5.4-1", | ||
"FIDO2_IMAGE_TAG": "4.5.5-1", | ||
"SCIM_IMAGE_NAME": "gluufederation/scim", | ||
"SCIM_IMAGE_TAG": "4.5.4-1", | ||
"SCIM_IMAGE_TAG": "4.5.5-1", | ||
"CONFIG_IMAGE_NAME": "gluufederation/config-init", | ||
"CONFIG_IMAGE_TAG": "4.5.4-2", | ||
"CONFIG_IMAGE_TAG": "4.5.5-1", | ||
"CACHE_REFRESH_ROTATE_IMAGE_NAME": "gluufederation/cr-rotate", | ||
"CACHE_REFRESH_ROTATE_IMAGE_TAG": "4.5.4-1", | ||
"CACHE_REFRESH_ROTATE_IMAGE_TAG": "4.5.5-1", | ||
"CERT_MANAGER_IMAGE_NAME": "gluufederation/certmanager", | ||
"CERT_MANAGER_IMAGE_TAG": "4.5.4-1", | ||
"CERT_MANAGER_IMAGE_TAG": "4.5.5-1", | ||
"LDAP_IMAGE_NAME": "gluufederation/opendj", | ||
"LDAP_IMAGE_TAG": "4.5.4-1", | ||
"LDAP_IMAGE_TAG": "4.5.5-1", | ||
"JACKRABBIT_IMAGE_NAME": "gluufederation/jackrabbit", | ||
"JACKRABBIT_IMAGE_TAG": "4.5.4-1", | ||
"JACKRABBIT_IMAGE_TAG": "4.5.5-1", | ||
"OXAUTH_IMAGE_NAME": "gluufederation/oxauth", | ||
"OXAUTH_IMAGE_TAG": "4.5.4-2", | ||
"OXAUTH_IMAGE_TAG": "4.5.5-1", | ||
"OXD_IMAGE_NAME": "gluufederation/oxd-server", | ||
"OXD_IMAGE_TAG": "4.5.4-2", | ||
"OXD_IMAGE_TAG": "4.5.5-1", | ||
"OXPASSPORT_IMAGE_NAME": "gluufederation/oxpassport", | ||
"OXPASSPORT_IMAGE_TAG": "4.5.4-2", | ||
"OXPASSPORT_IMAGE_TAG": "4.5.5-1", | ||
"OXSHIBBOLETH_IMAGE_NAME": "gluufederation/oxshibboleth", | ||
"OXSHIBBOLETH_IMAGE_TAG": "4.5.4-1", | ||
"OXSHIBBOLETH_IMAGE_TAG": "4.5.5-1", | ||
"OXTRUST_IMAGE_NAME": "gluufederation/oxtrust", | ||
"OXTRUST_IMAGE_TAG": "4.5.4-1", | ||
"OXTRUST_IMAGE_TAG": "4.5.5-1", | ||
"PERSISTENCE_IMAGE_NAME": "gluufederation/persistence", | ||
"PERSISTENCE_IMAGE_TAG": "4.5.4-2", | ||
"PERSISTENCE_IMAGE_TAG": "4.5.5-1", | ||
"UPGRADE_IMAGE_NAME": "gluufederation/upgrade", | ||
"UPGRADE_IMAGE_TAG": "4.5.4-3" | ||
"UPGRADE_IMAGE_TAG": "4.5.5-1" | ||
}, | ||
"4.5.4_dev": { | ||
"4.5.5_dev": { | ||
"CASA_IMAGE_NAME": "gluufederation/casa", | ||
"CASA_IMAGE_TAG": "4.5.4_dev", | ||
"CASA_IMAGE_TAG": "4.5.5_dev", | ||
"FIDO2_IMAGE_NAME": "gluufederation/fido2", | ||
"FIDO2_IMAGE_TAG": "4.5.4_dev", | ||
"FIDO2_IMAGE_TAG": "4.5.5_dev", | ||
"SCIM_IMAGE_NAME": "gluufederation/scim", | ||
"SCIM_IMAGE_TAG": "4.5.4_dev", | ||
"SCIM_IMAGE_TAG": "4.5.5_dev", | ||
"CONFIG_IMAGE_NAME": "gluufederation/config-init", | ||
"CONFIG_IMAGE_TAG": "4.5.4_dev", | ||
"CONFIG_IMAGE_TAG": "4.5.5_dev", | ||
"CACHE_REFRESH_ROTATE_IMAGE_NAME": "gluufederation/cr-rotate", | ||
"CACHE_REFRESH_ROTATE_IMAGE_TAG": "4.5.4_dev", | ||
"CACHE_REFRESH_ROTATE_IMAGE_TAG": "4.5.5_dev", | ||
"CERT_MANAGER_IMAGE_NAME": "gluufederation/certmanager", | ||
"CERT_MANAGER_IMAGE_TAG": "4.5.4_dev", | ||
"CERT_MANAGER_IMAGE_TAG": "4.5.5_dev", | ||
"LDAP_IMAGE_NAME": "gluufederation/opendj", | ||
"LDAP_IMAGE_TAG": "4.5.4_dev", | ||
"LDAP_IMAGE_TAG": "4.5.5_dev", | ||
"JACKRABBIT_IMAGE_NAME": "gluufederation/jackrabbit", | ||
"JACKRABBIT_IMAGE_TAG": "4.5.4_dev", | ||
"JACKRABBIT_IMAGE_TAG": "4.5.5_dev", | ||
"OXAUTH_IMAGE_NAME": "gluufederation/oxauth", | ||
"OXAUTH_IMAGE_TAG": "4.5.4_dev", | ||
"OXAUTH_IMAGE_TAG": "4.5.5_dev", | ||
"OXD_IMAGE_NAME": "gluufederation/oxd-server", | ||
"OXD_IMAGE_TAG": "4.5.4_dev", | ||
"OXD_IMAGE_TAG": "4.5.5_dev", | ||
"OXPASSPORT_IMAGE_NAME": "gluufederation/oxpassport", | ||
"OXPASSPORT_IMAGE_TAG": "4.5.4_dev", | ||
"OXPASSPORT_IMAGE_TAG": "4.5.5_dev", | ||
"OXSHIBBOLETH_IMAGE_NAME": "gluufederation/oxshibboleth", | ||
"OXSHIBBOLETH_IMAGE_TAG": "4.5.4_dev", | ||
"OXSHIBBOLETH_IMAGE_TAG": "4.5.5_dev", | ||
"OXTRUST_IMAGE_NAME": "gluufederation/oxtrust", | ||
"OXTRUST_IMAGE_TAG": "4.5.4_dev", | ||
"OXTRUST_IMAGE_TAG": "4.5.5_dev", | ||
"PERSISTENCE_IMAGE_NAME": "gluufederation/persistence", | ||
"PERSISTENCE_IMAGE_TAG": "4.5.4_dev", | ||
"PERSISTENCE_IMAGE_TAG": "4.5.5_dev", | ||
"UPGRADE_IMAGE_NAME": "gluufederation/upgrade", | ||
"UPGRADE_IMAGE_TAG": "4.5.4_dev" | ||
"UPGRADE_IMAGE_TAG": "4.5.5_dev" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
appVersion: "4.5.4" | ||
appVersion: "4.5.5" | ||
kubeVersion: ">=v1.22.0-0" | ||
annotations: | ||
artifacthub.io/changes: | | ||
- Gluu 4.5.4 official chart release | ||
- Gluu 4.5.5 official chart release | ||
artifacthub.io/images: | | ||
- name: casa | ||
image: gluufederation/casa:4.5.4_dev | ||
image: gluufederation/casa:4.5.5_dev | ||
- name: fido2 | ||
image: gluufederation/fido2:4.5.4_dev | ||
image: gluufederation/fido2:4.5.5_dev | ||
- name: scim | ||
image: gluufederation/scim:4.5.4_dev | ||
image: gluufederation/scim:4.5.5_dev | ||
- name: configuration-manager | ||
image: gluufederation/config-init:4.5.4_dev | ||
image: gluufederation/config-init:4.5.5_dev | ||
- name: cr-rotate | ||
image: gluufederation/cr-rotate:4.5.4_dev | ||
image: gluufederation/cr-rotate:4.5.5_dev | ||
- name: certmanager | ||
image: gluufederation/certmanager:4.5.4_dev | ||
image: gluufederation/certmanager:4.5.5_dev | ||
- name: opendj | ||
image: gluufederation/opendj:4.5.4_dev | ||
image: gluufederation/opendj:4.5.5_dev | ||
- name: jackrabbit | ||
image: gluufederation/jackrabbit:4.5.4_dev | ||
image: gluufederation/jackrabbit:4.5.5_dev | ||
- name: oxauth | ||
image: gluufederation/oxauth:4.5.4_dev | ||
image: gluufederation/oxauth:4.5.5_dev | ||
- name: oxd-server | ||
image: gluufederation/oxd-server:4.5.4_dev | ||
image: gluufederation/oxd-server:4.5.5_dev | ||
- name: oxpassport | ||
image: gluufederation/oxpassport:4.5.4_dev | ||
image: gluufederation/oxpassport:4.5.5_dev | ||
- name: oxshibboleth | ||
image: gluufederation/oxshibboleth:4.5.4_dev | ||
image: gluufederation/oxshibboleth:4.5.5_dev | ||
- name: persistence | ||
image: gluufederation/persistence:4.5.4_dev | ||
image: gluufederation/persistence:4.5.5_dev | ||
- name: oxtrust | ||
image: gluufederation/oxtrust:4.5.4_dev | ||
image: gluufederation/oxtrust:4.5.5_dev | ||
artifacthub.io/license: Apache-2.0 | ||
icon: https://gluu.org/docs/gluu-server/favicon.ico | ||
home: https://www.gluu.org | ||
|
@@ -46,73 +46,73 @@ maintainers: | |
email: [email protected] | ||
description: Gluu Access and Identity Mangement | ||
name: gluu | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
dependencies: | ||
- name: config | ||
condition: global.config.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: opendj | ||
condition: global.opendj.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: jackrabbit | ||
condition: global.jackrabbit.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: oxauth | ||
condition: global.oxauth.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: fido2 | ||
condition: global.fido2.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: scim | ||
condition: global.scim.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: oxtrust | ||
condition: global.oxtrust.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: nginx-ingress | ||
condition: global.nginx-ingress.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: oxshibboleth | ||
condition: global.oxshibboleth.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: oxpassport | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
condition: config.configmap.gluuPassportEnabled | ||
|
||
- name: casa | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
condition: config.configmap.gluuCasaEnabled | ||
|
||
- name: oxauth-key-rotation | ||
condition: global.oxauth-key-rotation.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: cr-rotate | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
condition: global.cr-rotate.enabled | ||
|
||
- name: oxd-server | ||
condition: global.oxd-server.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: persistence | ||
condition: global.persistence.enabled | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: gluu-istio-ingress | ||
condition: global.istio.ingress | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
|
||
- name: gluu-alb-ingress | ||
condition: global.alb.ingress | ||
version: 1.8.37 | ||
version: 1.8.38 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
name: casa | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
kubeVersion: ">=v1.22.0-0" | ||
description: Gluu Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Gluu Server. | ||
type: application | ||
|
@@ -20,4 +20,4 @@ maintainers: | |
email: [email protected] | ||
url: https://github.com/moabu | ||
icon: https://casa.gluu.org/wp-content/themes/gluucasa/casafavicon.ico | ||
appVersion: "4.5.4" | ||
appVersion: "4.5.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
name: config | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
kubeVersion: ">=v1.22.0-0" | ||
description: Configuration parameters for setup and initial configuration secret and config layers used by Gluu services. | ||
type: application | ||
|
@@ -19,4 +19,4 @@ maintainers: | |
email: [email protected] | ||
url: https://github.com/moabu | ||
icon: https://gluu.org/docs/gluu-server/favicon.ico | ||
appVersion: "4.5.4" | ||
appVersion: "4.5.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# config | ||
|
||
![Version: 1.8.37](https://img.shields.io/badge/Version-1.8.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.4](https://img.shields.io/badge/AppVersion-4.5.4-informational?style=flat-square) | ||
![Version: 1.8.38](https://img.shields.io/badge/Version-1.8.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.5](https://img.shields.io/badge/AppVersion-4.5.5-informational?style=flat-square) | ||
|
||
Configuration parameters for setup and initial configuration secret and config layers used by Gluu services. | ||
|
||
|
@@ -108,7 +108,7 @@ Kubernetes: `>=v1.22.0-0` | |
| email | string | `"[email protected]"` | Email address of the administrator usually. Used for certificate creation. | | ||
| image.pullSecrets | list | `[]` | Image Pull Secrets | | ||
| image.repository | string | `"gluufederation/config-init"` | Image to use for deploying. | | ||
| image.tag | string | `"4.5.4-2"` | Image tag to use for deploying. | | ||
| image.tag | string | `"4.5.5-1"` | Image tag to use for deploying. | | ||
| ldapPass | string | `"P@ssw0rd"` | LDAP admin password if OpennDJ is used for persistence. | | ||
| lifecycle | object | `{}` | | | ||
| migration | object | `{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}` | CE to CN Migration section | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
name: cr-rotate | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
kubeVersion: ">=v1.22.0-0" | ||
description: CacheRefreshRotation is a special container to monitor cache refresh on oxTrust containers. This may become depreciated in 5.0. | ||
type: application | ||
|
@@ -18,4 +18,4 @@ maintainers: | |
email: [email protected] | ||
url: https://github.com/moabu | ||
icon: https://gluu.org/docs/gluu-server/favicon.ico | ||
appVersion: "4.5.4" | ||
appVersion: "4.5.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
name: fido2 | ||
version: 1.8.37 | ||
version: 1.8.38 | ||
kubeVersion: ">=v1.22.0-0" | ||
description: FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. | ||
type: application | ||
|
@@ -19,4 +19,4 @@ maintainers: | |
email: [email protected] | ||
url: https://github.com/moabu | ||
icon: https://gluu.org/docs/gluu-server/favicon.ico | ||
appVersion: "4.5.4" | ||
appVersion: "4.5.5" |
Oops, something went wrong.