Skip to content

Commit 3a5773c

Browse files
moabuiromli
andauthored
chore: prepare 5.15.0 release (#2534)
* chore: prepare 5.15.0 release * chore: update SOURCE_VERSIONs Signed-off-by: iromli <isman.firmansyah@gmail.com> --------- Signed-off-by: iromli <isman.firmansyah@gmail.com> Co-authored-by: iromli <isman.firmansyah@gmail.com>
1 parent c9fa553 commit 3a5773c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+284
-236
lines changed

admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluu-admin-ui",
3-
"version": "0.0.0",
3+
"version": "5.15.0",
44
"description": "UI to administer the jans-sever features",
55
"keywords": [
66
"jans-server",

automation/rancher-partner-charts/questions.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ questions:
703703
- variable: auth-server.image.tag
704704
required: true
705705
type: string
706-
default: "0.0.0-nightly"
706+
default: "1.15.0-1"
707707
description: "The Auth Server Image tag"
708708
label: Auth Server image tag
709709
group: "Images"
@@ -732,7 +732,7 @@ questions:
732732
- variable: admin-ui.image.tag
733733
required: true
734734
type: string
735-
default: "0.0.0-nightly"
735+
default: "5.15.0-1"
736736
description: "The AdminUI Image tag"
737737
label: AdminUI image tag
738738
group: "Images"
@@ -761,7 +761,7 @@ questions:
761761
- variable: auth-server-key-rotation.image.tag
762762
required: true
763763
type: string
764-
default: "0.0.0-nightly"
764+
default: "1.15.0-1"
765765
description: "The Auth Server Image tag"
766766
label: Auth Server KeyRotation image tag
767767
group: "Images"
@@ -790,7 +790,7 @@ questions:
790790
- variable: casa.image.tag
791791
required: true
792792
type: string
793-
default: "0.0.0-nightly"
793+
default: "1.15.0-1"
794794
description: "The Casa Image tag"
795795
label: Casa image tag
796796
group: "Images"
@@ -819,7 +819,7 @@ questions:
819819
- variable: config.image.tag
820820
required: true
821821
type: string
822-
default: "0.0.0-nightly"
822+
default: "1.15.0-1"
823823
description: "The Configurator Image tag"
824824
label: Configurator image tag
825825
group: "Images"
@@ -848,7 +848,7 @@ questions:
848848
- variable: config-api.image.tag
849849
required: true
850850
type: string
851-
default: "0.0.0-nightly"
851+
default: "1.15.0-1"
852852
description: "The ConfigAPI Image tag"
853853
label: ConfigAPI image tag
854854
group: "Images"
@@ -877,7 +877,7 @@ questions:
877877
- variable: fido2.image.tag
878878
required: true
879879
type: string
880-
default: "0.0.0-nightly"
880+
default: "1.15.0-1"
881881
description: "The Fido2 Image tag"
882882
label: Fido2 image tag
883883
group: "Images"
@@ -906,7 +906,7 @@ questions:
906906
- variable: persistence.image.tag
907907
required: true
908908
type: string
909-
default: "0.0.0-nightly"
909+
default: "1.15.0-1"
910910
description: "The Persistence Image tag"
911911
label: Persistence image tag
912912
group: "Images"
@@ -935,7 +935,7 @@ questions:
935935
- variable: scim.image.tag
936936
required: true
937937
type: string
938-
default: "0.0.0-nightly"
938+
default: "1.15.0-1"
939939
description: "The SCIM Image tag"
940940
label: SCIM image tag
941941
group: "Images"

automation/startflexdemo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [[ $GLUU_PERSISTENCE != "MYSQL" ]] && [[ $GLUU_PERSISTENCE != "PGSQL" ]]; the
2222
exit 1
2323
fi
2424
if [[ -z $GLUU_VERSION ]]; then
25-
GLUU_VERSION="0.0.0-nightly"
25+
GLUU_VERSION="5.15.0"
2626
fi
2727
LOG_TARGET="FILE"
2828
LOG_LEVEL="TRACE"

charts/gluu-all-in-one/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ annotations:
33
artifacthub.io/containsSecurityUpdates: 'true'
44
artifacthub.io/images: |
55
- name: all-in-one
6-
image: ghcr.io/gluufederation/flex/flex-all-in-one:0.0.0-nightly
6+
image: ghcr.io/gluufederation/flex/flex-all-in-one:5.15.0-1
77
artifacthub.io/license: Apache-2.0
88
catalog.cattle.io/certified: partner
99
catalog.cattle.io/release-name: gluu-all-in-one
1010
catalog.cattle.io/display-name: Gluu Flex Cloud Identity and Access Management All-in-One
1111
apiVersion: v2
12-
appVersion: "0.0.0-nightly"
12+
appVersion: "5.15.0"
1313
icon: >-
1414
https://gluu.org/docs/gluu-server/favicon.ico
1515
home: https://docs.gluu.org
@@ -21,4 +21,4 @@ maintainers:
2121
email: team@gluu.org
2222
description: Gluu Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
2323
name: gluu-all-in-one
24-
version: 0.0.0-nightly
24+
version: 5.15.0

charts/gluu-all-in-one/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gluu-all-in-one
22

3-
![Version: 0.0.0-nightly](https://img.shields.io/badge/Version-0.0.0--nightly-informational?style=flat-square) ![AppVersion: 0.0.0-nightly](https://img.shields.io/badge/AppVersion-0.0.0--nightly-informational?style=flat-square)
3+
![Version: 5.15.0](https://img.shields.io/badge/Version-5.15.0-informational?style=flat-square) ![AppVersion: 5.15.0](https://img.shields.io/badge/AppVersion-5.15.0-informational?style=flat-square)
44

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

@@ -35,7 +35,7 @@ Kubernetes: `>=v1.23.0-0`
3535
| adminPassword | string | `"Test1234#"` | Admin password to log in to the UI. |
3636
| alb.ingress | bool | `false` | switches the service to Nodeport for ALB ingress |
3737
| auth-server | object | `{"appLoggers":{"auditStatsLogLevel":"INFO","auditStatsLogTarget":"FILE","authLogLevel":"INFO","authLogTarget":"STDOUT","enableStdoutLogPrefix":"true","httpLogLevel":"INFO","httpLogTarget":"FILE","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"},"authEncKeys":"RSA1_5 RSA-OAEP","authSigKeys":"RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512","cnCustomJavaOptions":"","enabled":true,"ingress":{"authServerAdditionalAnnotations":{},"authServerEnabled":true,"authServerLabels":{},"authServerProtectedRegister":false,"authServerProtectedRegisterAdditionalAnnotations":{},"authServerProtectedRegisterLabels":{},"authServerProtectedToken":false,"authServerProtectedTokenAdditionalAnnotations":{},"authServerProtectedTokenLabels":{},"authzenAdditionalAnnotations":{},"authzenConfigEnabled":true,"authzenConfigLabels":{},"deviceCodeAdditionalAnnotations":{},"deviceCodeEnabled":true,"deviceCodeLabels":{},"firebaseMessagingAdditionalAnnotations":{},"firebaseMessagingEnabled":true,"firebaseMessagingLabels":{},"lockAdditionalAnnotations":{},"lockConfigAdditionalAnnotations":{},"lockConfigEnabled":false,"lockConfigLabels":{},"lockEnabled":false,"lockLabels":{},"openidAdditionalAnnotations":{},"openidConfigEnabled":true,"openidConfigLabels":{},"u2fAdditionalAnnotations":{},"u2fConfigEnabled":true,"u2fConfigLabels":{},"uma2AdditionalAnnotations":{},"uma2ConfigEnabled":true,"uma2ConfigLabels":{},"webdiscoveryAdditionalAnnotations":{},"webdiscoveryEnabled":true,"webdiscoveryLabels":{},"webfingerAdditionalAnnotations":{},"webfingerEnabled":true,"webfingerLabels":{}},"lockEnabled":false}` | Parameters used globally across all services helm charts. |
38-
| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"cronJobSchedule":"","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
38+
| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"cronJobSchedule":"","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.15.0-1"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
3939
| auth-server-key-rotation.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
4040
| auth-server-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
4141
| auth-server-key-rotation.cronJobSchedule | string | `""` | Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value. |
@@ -47,7 +47,7 @@ Kubernetes: `>=v1.23.0-0`
4747
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
4848
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
4949
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
50-
| auth-server-key-rotation.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
50+
| auth-server-key-rotation.image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
5151
| auth-server-key-rotation.initKeysLife | int | `48` | The initial auth server key rotation keys life in hours |
5252
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
5353
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
@@ -143,7 +143,7 @@ Kubernetes: `>=v1.23.0-0`
143143
| certManager.certificate.issuerName | string | `""` | |
144144
| certManager.certificate.tlsSecretName | string | `"tls-certificate"` | |
145145
| city | string | `"Austin"` | City. Used for certificate creation. |
146-
| cleanup | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"interval":60,"lifecycle":{},"limit":1000,"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Cleanup expired entries in persistence |
146+
| cleanup | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.15.0-1"},"interval":60,"lifecycle":{},"limit":1000,"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Cleanup expired entries in persistence |
147147
| cleanup.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
148148
| cleanup.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
149149
| cleanup.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -154,7 +154,7 @@ Kubernetes: `>=v1.23.0-0`
154154
| cleanup.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
155155
| cleanup.image.pullSecrets | list | `[]` | Image Pull Secrets |
156156
| cleanup.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
157-
| cleanup.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
157+
| cleanup.image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
158158
| cleanup.interval | int | `60` | Interval of running the cleanup process (in minutes) |
159159
| cleanup.limit | int | `1000` | Max. numbers of entries to cleanup |
160160
| cleanup.nodeSelector | object | `{}` | Add nodeSelector (see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
@@ -316,7 +316,7 @@ Kubernetes: `>=v1.23.0-0`
316316
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
317317
| image.pullSecrets | list | `[]` | Image Pull Secrets |
318318
| image.repository | string | `"ghcr.io/gluufederation/flex/flex-all-in-one"` | Image to use for deploying. |
319-
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
319+
| image.tag | string | `"5.15.0-1"` | Image tag to use for deploying. |
320320
| isFqdnRegistered | bool | `false` | Boolean flag to enable mapping lbIp to fqdn inside pods on clouds that provide static ip for load balancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically. |
321321
| istio.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
322322
| istio.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
@@ -325,7 +325,7 @@ Kubernetes: `>=v1.23.0-0`
325325
| istio.ingress | bool | `false` | Boolean flag that enables using istio gateway for Gluu. This assumes istio ingress is installed and hence the LB is available. |
326326
| istio.namespace | string | `"istio-system"` | The namespace istio is deployed in. The is normally istio-system. |
327327
| istio.tlsSecretName | string | `"tls-certificate"` | |
328-
| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"interval":10,"lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
328+
| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.15.0-1"},"interval":10,"lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
329329
| kc-scheduler.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
330330
| kc-scheduler.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
331331
| kc-scheduler.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -336,7 +336,7 @@ Kubernetes: `>=v1.23.0-0`
336336
| kc-scheduler.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
337337
| kc-scheduler.image.pullSecrets | list | `[]` | Image Pull Secrets |
338338
| kc-scheduler.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
339-
| kc-scheduler.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
339+
| kc-scheduler.image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
340340
| kc-scheduler.interval | int | `10` | Interval of running the scheduler (in minutes) |
341341
| kc-scheduler.nodeSelector | object | `{}` | Add nodeSelector (see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
342342
| kc-scheduler.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
@@ -413,3 +413,6 @@ Kubernetes: `>=v1.23.0-0`
413413
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
414414
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
415415
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
416+
417+
----------------------------------------------
418+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/gluu-all-in-one/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ auth-server-key-rotation:
322322
# -- Image to use for deploying.
323323
repository: ghcr.io/janssenproject/jans/cloudtools
324324
# -- Image tag to use for deploying.
325-
tag: 0.0.0-nightly
325+
tag: 1.15.0-1
326326
# -- Image Pull Secrets
327327
pullSecrets: [ ]
328328
# -- Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value.
@@ -712,7 +712,7 @@ image:
712712
# -- Image to use for deploying.
713713
repository: ghcr.io/gluufederation/flex/flex-all-in-one
714714
# -- Image tag to use for deploying.
715-
tag: 0.0.0-nightly
715+
tag: 5.15.0-1
716716
# -- Image Pull Secrets
717717
pullSecrets: [ ]
718718
# -- Service replica number.
@@ -794,7 +794,7 @@ kc-scheduler:
794794
# -- Image to use for deploying.
795795
repository: ghcr.io/janssenproject/jans/cloudtools
796796
# -- Image tag to use for deploying.
797-
tag: 0.0.0-nightly
797+
tag: 1.15.0-1
798798
# -- Image Pull Secrets
799799
pullSecrets: [ ]
800800
# -- Resource specs.
@@ -857,7 +857,7 @@ cleanup:
857857
# -- Image to use for deploying.
858858
repository: ghcr.io/janssenproject/jans/cloudtools
859859
# -- Image tag to use for deploying.
860-
tag: 0.0.0-nightly
860+
tag: 1.15.0-1
861861
# -- Image Pull Secrets
862862
pullSecrets: [ ]
863863
# -- Resource specs.

0 commit comments

Comments
 (0)