Skip to content

Commit f29d9a3

Browse files
moabumo-auto
andauthored
fix: prepare release 1.8.0 (#11647)
* fix: prepare release 1.8.0 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix(docs): autogenerate docs (#11648) docs: auto-generated Swagger SPEC docs Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> --------- Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> Co-authored-by: mo-auto <54212639+mo-auto@users.noreply.github.com>
1 parent 6955c02 commit f29d9a3

File tree

210 files changed

+365
-359
lines changed

Some content is hidden

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

210 files changed

+365
-359
lines changed

.github/workflows/test-microk8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jans_version:
1818
description: 'Janssen helm chart version'
1919
required: true
20-
default: '0.0.0-nightly'
20+
default: '1.8.0-1'
2121
permissions:
2222
contents: read
2323

@@ -45,6 +45,6 @@ jobs:
4545
ip=$(curl ipinfo.io/ip)
4646
chmod u+x automation/startjanssendemo.sh
4747
JANS_VERSION=${{ github.event.inputs.jans_version }}
48-
JANS_VERSION=${JANS_VERSION:-"0.0.0-nightly"}
48+
JANS_VERSION=${JANS_VERSION:-"1.8.0-1"}
4949
sudo bash ./automation/startjanssendemo.sh demoexample.jans.io ${{ matrix.persistence-backends }} $JANS_VERSION $ip true ${{ matrix.istio }}
5050
sudo bash ./automation/analyze_test_microk8s_setup.sh "${{ secrets.MOAUTO_ROCKETCHAT_TOKEN }}" "${{ secrets.MOAUTO_ROCKETCHAT_ID }}" ${{ matrix.persistence-backends }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ is the main channel for community support. There is also a
114114
### Releases
115115

116116
Below is the list of current mega releases that hold information about every single release of our services and modules:
117+
- [v1.8.0](https://github.com/JanssenProject/jans/releases/tag/v1.8.0)
117118
- [v1.7.0](https://github.com/JanssenProject/jans/releases/tag/v1.7.0)
118119
- [v1.6.0](https://github.com/JanssenProject/jans/releases/tag/v1.6.0)
119120
- [v1.5.0](https://github.com/JanssenProject/jans/releases/tag/v1.5.0)

agama/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.jans</groupId>
66
<artifactId>agama</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.0.0-nightly</version>
8+
<version>1.8.0</version>
99
<name>agama parent</name>
1010

1111
<prerequisites>

agama/transpiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.jans</groupId>
1111
<artifactId>agama</artifactId>
12-
<version>0.0.0-nightly</version>
12+
<version>1.8.0</version>
1313
</parent>
1414

1515
<properties>

automation/startjanssendemo.sh

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ annotations:
33
artifacthub.io/containsSecurityUpdates: 'true'
44
artifacthub.io/images: |
55
- name: all-in-one
6-
image: ghcr.io/janssenproject/jans/all-in-one:0.0.0-nightly
6+
image: ghcr.io/janssenproject/jans/all-in-one:1.8.0-1
77
artifacthub.io/license: Apache-2.0
88
artifacthub.io/prerelease: 'true'
99
catalog.cattle.io/certified: partner
1010
catalog.cattle.io/release-name: janssen-all-in-one
1111
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management All-in-One
1212
apiVersion: v2
13-
appVersion: "0.0.0-nightly"
13+
appVersion: "1.8.0-1"
1414
icon: >-
1515
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
1616
home: https://jans.io
@@ -22,4 +22,4 @@ maintainers:
2222
email: support@jans.io
2323
description: Janssen Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
2424
name: janssen-all-in-one
25-
version: 0.0.0-nightly
25+
version: 1.8.0-1

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# janssen-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: 1.8.0-1](https://img.shields.io/badge/Version-1.8.0--1-informational?style=flat-square) ![AppVersion: 1.8.0-1](https://img.shields.io/badge/AppVersion-1.8.0--1-informational?style=flat-square)
44

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

@@ -30,7 +30,7 @@ Kubernetes: `>=v1.22.0-0`
3030
| adminPassword | string | `"Test1234#"` | Admin password to log in to the UI. |
3131
| alb.ingress | bool | `false` | switches the service to Nodeport for ALB ingress |
3232
| 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":{},"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. |
33-
| 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 |
33+
| 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.8.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 |
3434
| 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"} |
3535
| auth-server-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
3636
| 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. |
@@ -42,7 +42,7 @@ Kubernetes: `>=v1.22.0-0`
4242
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
4343
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
4444
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
45-
| auth-server-key-rotation.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
45+
| auth-server-key-rotation.image.tag | string | `"1.8.0-1"` | Image tag to use for deploying. |
4646
| auth-server-key-rotation.initKeysLife | int | `48` | The initial auth server key rotation keys life in hours |
4747
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
4848
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
@@ -131,7 +131,7 @@ Kubernetes: `>=v1.22.0-0`
131131
| certManager.certificate.issuerName | string | `""` | |
132132
| certManager.certificate.tlsSecretName | string | `"tls-certificate"` | |
133133
| city | string | `"Austin"` | City. Used for certificate creation. |
134-
| 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 |
134+
| cleanup | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.8.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 |
135135
| cleanup.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
136136
| cleanup.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
137137
| cleanup.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -142,7 +142,7 @@ Kubernetes: `>=v1.22.0-0`
142142
| cleanup.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
143143
| cleanup.image.pullSecrets | list | `[]` | Image Pull Secrets |
144144
| cleanup.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
145-
| cleanup.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
145+
| cleanup.image.tag | string | `"1.8.0-1"` | Image tag to use for deploying. |
146146
| cleanup.interval | int | `60` | Interval of running the cleanup process (in minutes) |
147147
| cleanup.limit | int | `1000` | Max. numbers of entries to cleanup |
148148
| cleanup.nodeSelector | object | `{}` | Add nodeSelector (see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
@@ -294,7 +294,7 @@ Kubernetes: `>=v1.22.0-0`
294294
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
295295
| image.pullSecrets | list | `[]` | Image Pull Secrets |
296296
| image.repository | string | `"ghcr.io/janssenproject/jans/all-in-one"` | Image to use for deploying. |
297-
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
297+
| image.tag | string | `"1.8.0-1"` | Image tag to use for deploying. |
298298
| 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. |
299299
| istio.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
300300
| istio.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
@@ -303,7 +303,7 @@ Kubernetes: `>=v1.22.0-0`
303303
| istio.ingress | bool | `false` | Boolean flag that enables using istio gateway for Janssen. This assumes istio ingress is installed and hence the LB is available. |
304304
| istio.namespace | string | `"istio-system"` | The namespace istio is deployed in. The is normally istio-system. |
305305
| istio.tlsSecretName | string | `"tls-certificate"` | |
306-
| 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 |
306+
| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.8.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 |
307307
| kc-scheduler.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
308308
| kc-scheduler.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
309309
| kc-scheduler.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -314,7 +314,7 @@ Kubernetes: `>=v1.22.0-0`
314314
| kc-scheduler.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
315315
| kc-scheduler.image.pullSecrets | list | `[]` | Image Pull Secrets |
316316
| kc-scheduler.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
317-
| kc-scheduler.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
317+
| kc-scheduler.image.tag | string | `"1.8.0-1"` | Image tag to use for deploying. |
318318
| kc-scheduler.interval | int | `10` | Interval of running the scheduler (in minutes) |
319319
| kc-scheduler.nodeSelector | object | `{}` | Add nodeSelector (see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
320320
| kc-scheduler.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ auth-server-key-rotation:
296296
# -- Image to use for deploying.
297297
repository: ghcr.io/janssenproject/jans/cloudtools
298298
# -- Image tag to use for deploying.
299-
tag: 0.0.0-nightly
299+
tag: 1.8.0-1
300300
# -- Image Pull Secrets
301301
pullSecrets: [ ]
302302
# -- Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value.
@@ -663,7 +663,7 @@ image:
663663
# -- Image to use for deploying.
664664
repository: ghcr.io/janssenproject/jans/all-in-one
665665
# -- Image tag to use for deploying.
666-
tag: 0.0.0-nightly
666+
tag: 1.8.0-1
667667
# -- Image Pull Secrets
668668
pullSecrets: [ ]
669669
# -- Service replica number.
@@ -745,7 +745,7 @@ kc-scheduler:
745745
# -- Image to use for deploying.
746746
repository: ghcr.io/janssenproject/jans/cloudtools
747747
# -- Image tag to use for deploying.
748-
tag: 0.0.0-nightly
748+
tag: 1.8.0-1
749749
# -- Image Pull Secrets
750750
pullSecrets: [ ]
751751
# -- Resource specs.
@@ -808,7 +808,7 @@ cleanup:
808808
# -- Image to use for deploying.
809809
repository: ghcr.io/janssenproject/jans/cloudtools
810810
# -- Image tag to use for deploying.
811-
tag: 0.0.0-nightly
811+
tag: 1.8.0-1
812812
# -- Image Pull Secrets
813813
pullSecrets: [ ]
814814
# -- Resource specs.

charts/janssen/Chart.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@ annotations:
33
artifacthub.io/containsSecurityUpdates: 'true'
44
artifacthub.io/images: |
55
- name: auth-server
6-
image: ghcr.io/janssenproject/jans/auth-server:0.0.0-nightly
6+
image: ghcr.io/janssenproject/jans/auth-server:1.8.0-1
77
- name: auth-server-key-rotation
8-
image: ghcr.io/janssenproject/jans/cloudtools:0.0.0-nightly
8+
image: ghcr.io/janssenproject/jans/cloudtools:1.8.0-1
99
- name: configuration-manager
10-
image: ghcr.io/janssenproject/jans/configurator:0.0.0-nightly
10+
image: ghcr.io/janssenproject/jans/configurator:1.8.0-1
1111
- name: config-api
12-
image: ghcr.io/janssenproject/jans/config-api:0.0.0-nightly
12+
image: ghcr.io/janssenproject/jans/config-api:1.8.0-1
1313
- name: fido2
14-
image: ghcr.io/janssenproject/jans/fido2:0.0.0-nightly
14+
image: ghcr.io/janssenproject/jans/fido2:1.8.0-1
1515
- name: persistence
16-
image: ghcr.io/janssenproject/jans/persistence-loader:0.0.0-nightly
16+
image: ghcr.io/janssenproject/jans/persistence-loader:1.8.0-1
1717
- name: casa
18-
image: ghcr.io/janssenproject/jans/casa:0.0.0-nightly
18+
image: ghcr.io/janssenproject/jans/casa:1.8.0-1
1919
- name: scim
20-
image: ghcr.io/janssenproject/jans/scim:0.0.0-nightly
20+
image: ghcr.io/janssenproject/jans/scim:1.8.0-1
2121
- name: saml
22-
image: ghcr.io/janssenproject/jans/saml:0.0.0-nightly
22+
image: ghcr.io/janssenproject/jans/saml:1.8.0-1
2323
- name: kc-scheduler
24-
image: ghcr.io/janssenproject/jans/cloudtools:0.0.0-nightly
24+
image: ghcr.io/janssenproject/jans/cloudtools:1.8.0-1
2525
- name: cleanup
26-
image: ghcr.io/janssenproject/jans/cloudtools:0.0.0-nightly
26+
image: ghcr.io/janssenproject/jans/cloudtools:1.8.0-1
2727
artifacthub.io/license: Apache-2.0
28-
artifacthub.io/prerelease: 'true'
28+
artifacthub.io/prerelease: 'false'
2929
catalog.cattle.io/certified: partner
3030
catalog.cattle.io/release-name: janssen
3131
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management Microservices
3232
apiVersion: v2
33-
appVersion: "0.0.0-nightly"
33+
appVersion: "1.8.0-1"
3434
icon: >-
3535
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
3636
home: https://jans.io
@@ -42,56 +42,56 @@ maintainers:
4242
email: support@jans.io
4343
description: Janssen Access and Identity Management Microservices Chart. This chart deploys each janssen microservice as a separate deployment.
4444
name: janssen
45-
version: 0.0.0-nightly
45+
version: 1.8.0-1
4646
dependencies:
4747
- name: casa
48-
version: 0.0.0-nightly
48+
version: 1.8.0-1
4949
condition: global.casa.enabled
5050

5151
- name: config
5252
condition: global.config.enabled
53-
version: 0.0.0-nightly
53+
version: 1.8.0-1
5454

5555
- name: config-api
5656
condition: global.config-api.enabled
57-
version: 0.0.0-nightly
57+
version: 1.8.0-1
5858

5959
- name: auth-server
6060
condition: global.auth-server.enabled
61-
version: 0.0.0-nightly
61+
version: 1.8.0-1
6262

6363
- name: fido2
6464
condition: global.fido2.enabled
65-
version: 0.0.0-nightly
65+
version: 1.8.0-1
6666

6767
- name: scim
6868
condition: global.scim.enabled
69-
version: 0.0.0-nightly
69+
version: 1.8.0-1
7070

7171
- name: nginx-ingress
7272
condition: global.nginx-ingress.enabled
73-
version: 0.0.0-nightly
73+
version: 1.8.0-1
7474

7575
- name: auth-server-key-rotation
7676
condition: global.auth-server-key-rotation.enabled
77-
version: 0.0.0-nightly
77+
version: 1.8.0-1
7878

7979
- name: persistence
8080
condition: global.persistence.enabled
81-
version: 0.0.0-nightly
81+
version: 1.8.0-1
8282

8383
- name: saml
8484
condition: global.saml.enabled
85-
version: 0.0.0-nightly
85+
version: 1.8.0-1
8686

8787
- name: cn-istio-ingress
8888
condition: global.istio.ingress
89-
version: 0.0.0-nightly
89+
version: 1.8.0-1
9090

9191
- name: kc-scheduler
9292
condition: global.kc-scheduler.enabled
93-
version: 0.0.0-nightly
93+
version: 1.8.0-1
9494

9595
- name: cleanup
9696
condition: global.cleanup.enabled
97-
version: 0.0.0-nightly
97+
version: 1.8.0-1

0 commit comments

Comments
 (0)