Skip to content

Commit 95ba4c1

Browse files
authored
chore(release): release 1.1.0 (#8065)
* chore: update docker jans commit Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: 1.1.0-SNAPSHOT to 1.1.0 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: 1.1.0-dev to 1.1.0 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: 1.1.0_dev to 1.1.0-1 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: add 1.1.0 to version list in readme Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * docs: fix java docs and move it out (#7993) * docs: fix java docs and move it out Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * docs: mkdocs.yml Signed-off-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> --------- Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> Signed-off-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> * chore: update jans latest commit Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: update docker build dates and source versions --------- Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> Signed-off-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
1 parent d9004f6 commit 95ba4c1

File tree

198 files changed

+331
-8791
lines changed

Some content is hidden

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

198 files changed

+331
-8791
lines changed

.github/workflows/build-docs.yml

-14
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,6 @@ jobs:
133133
git commit -a -S -m "docs: auto-generated Swagger SPEC docs" || echo "Nothing to commit"
134134
cd ../..
135135
136-
echo "Generating javadocs"
137-
sudo bash ./automation/docs/generate-javadocs.sh . || echo "something went wrong with generating the java docs"
138-
cp -r docs/admin/reference/javadocs/* ../../docs/admin/reference/javadocs/
139-
#cd docs
140-
#git add . || echo "Nothing to add"
141-
#git commit -a -S -m "docs: generate and add javadocs" || echo "Nothing to commit"
142-
#cd ..
143-
144-
# update mkdocs.yml
145-
sudo python3 -m pip install --upgrade pip
146-
sudo pip3 install pyyaml
147-
sudo python3 automation/docs/add-javadocs-to-mkdocs.py || echo "something went wrong with adding javadocs to mkdocs.yml"
148-
rm -rf docs/admin/reference/javadocs
149-
150136
git push --set-upstream origin cn-jans-update-auto-generated-docs
151137
MESSAGE="fix(docs): autogenerate docs"
152138
PR=$(gh pr create --body "Auto generated docs" --title "${MESSAGE}")

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ is the main channel for community support. There is also a
124124
### Releases
125125

126126
Below is the list of current mega releases that hold information about every single release of our services and modules:
127+
- [v1.1.0](https://github.com/JanssenProject/jans/releases/tag/v1.1.0)
127128
- [v1.0.22](https://github.com/JanssenProject/jans/releases/tag/v1.0.22)
128129
- [v1.0.21](https://github.com/JanssenProject/jans/releases/tag/v1.0.21)
129130
- [v1.0.20](https://github.com/JanssenProject/jans/releases/tag/v1.0.20)

agama/pom.xml

+1-1
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>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<name>agama parent</name>
1010

1111
<prerequisites>

agama/transpiler/pom.xml

+1-1
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>1.1.0-SNAPSHOT</version>
12+
<version>1.1.0</version>
1313
</parent>
1414

1515
<properties>

automation/docs/add-javadocs-to-mkdocs.py

-56
This file was deleted.

automation/docs/generate-javadocs.sh

-24
This file was deleted.

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

+4-4
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:1.1.0_dev
6+
image: ghcr.io/janssenproject/jans/all-in-one:1.1.0-1
77
artifacthub.io/license: Apache-2.0
8-
artifacthub.io/prerelease: 'true'
8+
artifacthub.io/prerelease: 'false'
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: "1.1.0-dev"
13+
appVersion: "1.1.0"
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: 1.1.0-dev
25+
version: 1.1.0

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# janssen-all-in-one
22

3-
![Version: 1.1.0-dev](https://img.shields.io/badge/Version-1.1.0--dev-informational?style=flat-square) ![AppVersion: 1.1.0-dev](https://img.shields.io/badge/AppVersion-1.1.0--dev-informational?style=flat-square)
3+
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-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","ldapStatsLogLevel":"INFO","ldapStatsLogTarget":"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","enabled":true,"ingress":{"authServerEnabled":true,"deviceCodeEnabled":true,"firebaseMessagingEnabled":true,"openidConfigEnabled":true,"u2fConfigEnabled":true,"uma2ConfigEnabled":true,"webdiscoveryEnabled":true,"webfingerEnabled":true},"lockEnabled":false}` | Parameters used globally across all services helm charts. |
33-
| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.0_dev"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"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":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.0-1"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"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.customScripts | list | `[]` | Add custom scripts that have been mounted to run before the entrypoint. - /tmp/custom.sh - /tmp/custom2.sh |
@@ -40,7 +40,7 @@ Kubernetes: `>=v1.22.0-0`
4040
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
4141
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
4242
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/certmanager"` | Image to use for deploying. |
43-
| auth-server-key-rotation.image.tag | string | `"1.1.0_dev"` | Image tag to use for deploying. |
43+
| auth-server-key-rotation.image.tag | string | `"1.1.0-1"` | Image tag to use for deploying. |
4444
| auth-server-key-rotation.initKeysLife | int | `48` | The initial auth server key rotation keys life in hours |
4545
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
4646
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
@@ -225,7 +225,7 @@ Kubernetes: `>=v1.22.0-0`
225225
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
226226
| image.pullSecrets | list | `[]` | Image Pull Secrets |
227227
| image.repository | string | `"ghcr.io/janssenproject/jans/all-in-one"` | Image to use for deploying. |
228-
| image.tag | string | `"1.1.0_dev"` | Image tag to use for deploying. |
228+
| image.tag | string | `"1.1.0-1"` | Image tag to use for deploying. |
229229
| 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. |
230230
| istio.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
231231
| istio.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
@@ -338,4 +338,4 @@ Kubernetes: `>=v1.22.0-0`
338338
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
339339

340340
----------------------------------------------
341-
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
341+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ auth-server-key-rotation:
261261
# -- Image to use for deploying.
262262
repository: ghcr.io/janssenproject/jans/certmanager
263263
# -- Image tag to use for deploying.
264-
tag: 1.1.0_dev
264+
tag: 1.1.0-1
265265
# -- Image Pull Secrets
266266
pullSecrets: [ ]
267267
# -- Auth server key rotation keys life in hours
@@ -675,7 +675,7 @@ image:
675675
# -- Image to use for deploying.
676676
repository: ghcr.io/janssenproject/jans/all-in-one
677677
# -- Image tag to use for deploying.
678-
tag: 1.1.0_dev
678+
tag: 1.1.0-1
679679
# -- Image Pull Secrets
680680
pullSecrets: [ ]
681681
# -- Service replica number.

charts/janssen/Chart.yaml

+26-26
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:1.1.0_dev
6+
image: ghcr.io/janssenproject/jans/auth-server:1.1.0-1
77
- name: auth-server-key-rotation
8-
image: ghcr.io/janssenproject/jans/certmanager:1.1.0_dev
8+
image: ghcr.io/janssenproject/jans/certmanager:1.1.0-1
99
- name: configuration-manager
10-
image: ghcr.io/janssenproject/jans/configurator:1.1.0_dev
10+
image: ghcr.io/janssenproject/jans/configurator:1.1.0-1
1111
- name: config-api
12-
image: ghcr.io/janssenproject/jans/config-api:1.1.0_dev
12+
image: ghcr.io/janssenproject/jans/config-api:1.1.0-1
1313
- name: fido2
14-
image: ghcr.io/janssenproject/jans/fido2:1.1.0_dev
14+
image: ghcr.io/janssenproject/jans/fido2:1.1.0-1
1515
- name: opendj
1616
image: gluufederation/opendj:5.0.0_dev
1717
- name: persistence
18-
image: ghcr.io/janssenproject/jans/persistence-loader:1.1.0_dev
18+
image: ghcr.io/janssenproject/jans/persistence-loader:1.1.0-1
1919
- name: casa
20-
image: ghcr.io/janssenproject/jans/casa:1.1.0_dev
20+
image: ghcr.io/janssenproject/jans/casa:1.1.0-1
2121
- name: scim
22-
image: ghcr.io/janssenproject/jans/scim:1.1.0_dev
22+
image: ghcr.io/janssenproject/jans/scim:1.1.0-1
2323
- name: link
24-
image: ghcr.io/janssenproject/jans/link:1.1.0_dev
24+
image: ghcr.io/janssenproject/jans/link:1.1.0-1
2525
- name: saml
26-
image: ghcr.io/janssenproject/jans/saml:1.1.0_dev
26+
image: ghcr.io/janssenproject/jans/saml:1.1.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: "1.1.0-dev"
33+
appVersion: "1.1.0"
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: 1.1.0-dev
45+
version: 1.1.0
4646
dependencies:
4747
- name: casa
48-
version: 1.1.0-dev
48+
version: 1.1.0
4949
condition: global.casa.enabled
5050

5151
- name: config
5252
condition: global.config.enabled
53-
version: 1.1.0-dev
53+
version: 1.1.0
5454

5555
- name: config-api
5656
condition: global.config-api.enabled
57-
version: 1.1.0-dev
57+
version: 1.1.0
5858

5959
- name: opendj
6060
condition: global.opendj.enabled
61-
version: 1.1.0-dev
61+
version: 1.1.0
6262

6363
- name: auth-server
6464
condition: global.auth-server.enabled
65-
version: 1.1.0-dev
65+
version: 1.1.0
6666

6767
- name: fido2
6868
condition: global.fido2.enabled
69-
version: 1.1.0-dev
69+
version: 1.1.0
7070

7171
- name: scim
7272
condition: global.scim.enabled
73-
version: 1.1.0-dev
73+
version: 1.1.0
7474

7575
- name: nginx-ingress
7676
condition: global.nginx-ingress.enabled
77-
version: 1.1.0-dev
77+
version: 1.1.0
7878

7979
- name: auth-server-key-rotation
8080
condition: global.auth-server-key-rotation.enabled
81-
version: 1.1.0-dev
81+
version: 1.1.0
8282

8383
- name: persistence
8484
condition: global.persistence.enabled
85-
version: 1.1.0-dev
85+
version: 1.1.0
8686

8787
- name: link
8888
condition: global.link.enabled
89-
version: 1.1.0-dev
89+
version: 1.1.0
9090

9191
- name: saml
9292
condition: global.saml.enabled
93-
version: 1.1.0-dev
93+
version: 1.1.0
9494

9595
- name: cn-istio-ingress
9696
condition: global.istio.ingress
97-
version: 1.1.0-dev
97+
version: 1.1.0

0 commit comments

Comments
 (0)