-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): prepare for 5.1.2 release (#1742)
* chore(release): prepare for 5.1.2 release triggered by JanssenProject/jans#8607 Signed-off-by: moabu <[email protected]> * fix(charts): resolve overlapping cronjobs (#1744) Signed-off-by: iromli <[email protected]> * chore(release): adjust to jans patch Signed-off-by: moabu <[email protected]> --------- Signed-off-by: moabu <[email protected]> Signed-off-by: iromli <[email protected]> Co-authored-by: Isman Firmansyah <[email protected]>
- Loading branch information
Showing
62 changed files
with
224 additions
and
222 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ annotations: | |
artifacthub.io/containsSecurityUpdates: 'true' | ||
artifacthub.io/images: | | ||
- name: all-in-one | ||
image: ghcr.io/gluufederation/flex/flex-all-in-one:5.1.2_dev | ||
image: ghcr.io/gluufederation/flex/flex-all-in-one:5.1.2-1 | ||
artifacthub.io/license: Apache-2.0 | ||
catalog.cattle.io/certified: partner | ||
catalog.cattle.io/release-name: gluu-all-in-one | ||
|
@@ -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: 5.1.2-dev | ||
version: 5.1.2 |
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
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 |
---|---|---|
|
@@ -3,29 +3,29 @@ annotations: | |
artifacthub.io/containsSecurityUpdates: "true" | ||
artifacthub.io/images: | | ||
- name: auth-server | ||
image: ghcr.io/janssenproject/jans/auth-server:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/auth-server:1.1.2-2 | ||
- name: auth-server-key-rotation | ||
image: ghcr.io/janssenproject/jans/certmanager:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/certmanager:1.1.2-2 | ||
- name: configuration-manager | ||
image: ghcr.io/janssenproject/jans/configurator:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/configurator:1.1.2-2 | ||
- name: config-api | ||
image: ghcr.io/janssenproject/jans/config-api:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/config-api:1.1.2-2 | ||
- name: fido2 | ||
image: ghcr.io/janssenproject/jans/fido2:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/fido2:1.1.2-2 | ||
- name: persistence | ||
image: ghcr.io/janssenproject/jans/persistence-loader:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/persistence-loader:1.1.2-2 | ||
- name: scim | ||
image: ghcr.io/janssenproject/jans/scim:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/scim:1.1.2-2 | ||
- name: casa | ||
image: ghcr.io/janssenproject/jans/casa:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/casa:1.1.2-2 | ||
- name: admin-ui | ||
image: ghcr.io/gluufederation/flex/admin-ui:5.1.2_dev | ||
image: ghcr.io/gluufederation/flex/admin-ui:5.1.2-1 | ||
- name: link | ||
image: ghcr.io/janssenproject/jans/link:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/link:1.1.2-2 | ||
- name: saml | ||
image: ghcr.io/janssenproject/jans/saml:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/saml:1.1.2-2 | ||
- name: kc-scheduler | ||
image: ghcr.io/janssenproject/jans/kc-scheduler:1.1.2_dev | ||
image: ghcr.io/janssenproject/jans/kc-scheduler:1.1.2-2 | ||
artifacthub.io/license: Apache-2.0 | ||
catalog.cattle.io/certified: partner | ||
catalog.cattle.io/release-name: gluu | ||
|
@@ -41,64 +41,64 @@ maintainers: | |
email: [email protected] | ||
description: Gluu Access and Identity Management | ||
name: gluu | ||
version: 5.1.2-dev | ||
version: 5.1.2 | ||
dependencies: | ||
- name: config | ||
condition: global.config.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: config-api | ||
condition: global.config-api.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: opendj | ||
condition: global.opendj.enabled | ||
version: 5.1.2-dev | ||
version: 5.1.2 | ||
|
||
- name: auth-server | ||
condition: global.auth-server.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: admin-ui | ||
condition: global.admin-ui.enabled | ||
version: 5.1.2-dev | ||
version: 5.1.2 | ||
|
||
- name: fido2 | ||
condition: global.fido2.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: scim | ||
condition: global.scim.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: nginx-ingress | ||
condition: global.nginx-ingress.enabled | ||
version: 5.1.2-dev | ||
version: 5.1.2 | ||
|
||
- name: casa | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
condition: global.casa.enabled | ||
|
||
- name: auth-server-key-rotation | ||
condition: global.auth-server-key-rotation.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: persistence | ||
condition: global.persistence.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: cn-istio-ingress | ||
condition: global.istio.ingress | ||
version: 5.1.2-dev | ||
version: 5.1.2 | ||
|
||
- name: link | ||
condition: global.link.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: saml | ||
condition: global.saml.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 | ||
|
||
- name: kc-scheduler | ||
condition: global.kc-scheduler.enabled | ||
version: 1.1.2-dev | ||
version: 1.1.2 |
Oops, something went wrong.