Releases: GluuFederation/cloud-native-edition
Releases · GluuFederation/cloud-native-edition
v1.6.8
Bug Fixes
- add namespaceIntId for multicluster ldap setups (3068483)
- add support for proxy in kubernetes API (#364) (a4e6676)
- full cleanup for uninstallation (2fbffef)
- missing sql port number prompt (613d9e5)
- remove duplicate volumeMount from openDJ statefulset (43da1c0)
- update alb ingress (7e4d81e)
- update kubernetes version to 1.19 (#359) (2be82c1)
v1.6.7
Bug Fixes
- add GLUU_LDAP_MULTI_CLUSTERS_IDS (edce285)
- add imagePullSecrets (b34f391)
- add imagePullSecrets to seconday opendj statefulset (22a18bf)
- add prompt for replicas (3bcc8d9)
- add secondary ldap for local replication (901a12d)
- finalize opendj mutli regional replication strategy (47878f2)
- hardcode opendj regional statefulset replica (70be7df)
- missing settings (2056b59)
- prefix serf address with release name (c88a16a)
- remove extra env (a73ee8f)
- remove int from cluster id prompt (82bb8f0)
- resolve address of config (3214c84)
- resolve config address (7aa7563)
- use multiple statefulsets for multi cluster replication (0eaa26a)
Documentation
v1.6.6
v1.6.5
v1.6.4
v1.6.3
Bug Fixes
- add hpa to helm chart services (bb9309f)
- add ingress control, docs, and refactor opendj service name (c4b9c0b)
- add migration option to GUI and Terminal installation (94244c5)
- add port number (fab10a9)
- fix oxauth service name and sql mounts (d71b92d)
- remove creationTimestamp key (783882c)
- syntax on targetCPUUtilizationPercentage (bc3f7ae)
- update helm charts (45fb447)
Documentation
- update chart readme (360f30a)
v1.6.2
v1.6.1
Bug Fixes
- add oxshibboleth address param (abf101d)
- add random function for jackrabbit clusterId (e5a6c9d)
- allow injecting user custom envs (aff31d7)
- default set clusterId (2dab08c)
- exit on service account not found (1ce5380)
- keep storageclass during upgrades (245de68)
- mount jackrabbit admin pass (7d537cb)
- postgres automatically installed address (cb9a146)
- specify different names for jackrabbit statefulset (dab3298)
- syntax in java option param pass (1c1aa33)
Documentation
v1.5.7
v1.6.0
Features
- 4.3: prep (323167a)
- add RDBMS support (#324) (087ef4c)
- add spanner and google secret support (#321) (6e9d04b)
- helm: allow injecting volumes and volumeMounts in values (94a93bf)
- helm: Allow to configure liveness and readiness probe globally (053650d)
- ldap: add support for unencrypted connection to LDAP server (3841456)
- prepare 4.3 (f24292a)
Bug Fixes
- add annotation injection (e2e7a97)
- forcefully patch tls-certificate secret per config job run (8e1088e), closes #302
- helm: adjust health check (4caea7c)
- mount path for jackrabbit admin pass (2aad038)
- passport port name (80ff4e7)
Miscellaneous Chores
- release 1.6.0 (bad3c37)
Known issues
- Missing ssnId in
oxAuthUmaRPT
andoxAuthUmaPCT
. FIX: execute DDLALTER TABLE oxAuthUmaRPT ADD COLUMN ssnId STRING(64);
andALTER TABLE oxAuthUmaPCTADD COLUMN ssnId STRING(64);
in the backend - oxShibboleth service not properly working with Spanner
- Radius service not properly working with Spanner