Skip to content

Commit 10396db

Browse files
committed
feat(release): release 1.0.0_a2
1 parent 013eb1f commit 10396db

File tree

23 files changed

+58
-58
lines changed

23 files changed

+58
-58
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
4747
with:
48-
tag_name: v${{ steps.get_version.outputs.version }}
49-
release_name: v${{ steps.get_version.outputs.version }}
48+
tag_name: ${{ steps.get_version.outputs.version }}
49+
release_name: ${{ steps.get_version.outputs.version }}
5050
body: |
5151
# Release Notes
5252
53-
## [v${{ steps.get_version.outputs.version }}](https://github.com/${{ steps.get_version.outputs.gituser }}/${{ steps.get_version.outputs.gitproject }}/tree/v${{ steps.get_version.outputs.version }}) (${{ steps.get_version.outputs.releasedate }})
53+
## [${{ steps.get_version.outputs.version }}](https://github.com/${{ steps.get_version.outputs.gituser }}/${{ steps.get_version.outputs.gitproject }}/tree/${{ steps.get_version.outputs.version }}) (${{ steps.get_version.outputs.releasedate }})
5454
5555
56-
[Full Changelog](https://github.com/${{ steps.get_version.outputs.gituser }}/${{ steps.get_version.outputs.gitproject }}/compare/v${{ steps.get_version.outputs.pversion }}...v${{ steps.get_version.outputs.version }})
56+
[Full Changelog](https://github.com/${{ steps.get_version.outputs.gituser }}/${{ steps.get_version.outputs.gitproject }}/compare/${{ steps.get_version.outputs.pversion }}...v${{ steps.get_version.outputs.version }})
5757
5858
## Please find release notes below :
5959

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Key rotation cronJob is usually installed with Janssen. Please make sure before
486486
spec:
487487
containers:
488488
- name: auth-key-rotation
489-
image: janssenproject/certmanager:1.0.0_a1
489+
image: janssenproject/certmanager:1.0.0_a2
490490
resources:
491491
requests:
492492
memory: "300Mi"
@@ -540,7 +540,7 @@ Application common name must match client-api service name. `kubectl get svc -n
540540
restartPolicy: Never
541541
containers:
542542
- name: client-api-key-rotation
543-
image: janssenproject/certmanager:1.0.0_a1
543+
image: janssenproject/certmanager:1.0.0_a2
544544
envFrom:
545545
- configMapRef:
546546
name: jans-config-cm
@@ -583,7 +583,7 @@ Subject Alt Name must match opendj service.
583583
restartPolicy: Never
584584
containers:
585585
- name: ldap-key-rotation
586-
image: janssenproject/certmanager:1.0.0_a1
586+
image: janssenproject/certmanager:1.0.0_a2
587587
envFrom:
588588
- configMapRef:
589589
name: jans-config-cm

helm/Chart.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
apiVersion: v2
2-
appVersion: "1.0.0-alpha1"
2+
appVersion: "1.0.0_a2"
33
home: https://jans.io
44
maintainers:
55
- name: Janssen
66
email: support@jans.io
77
description: A Helm chart for Janssen IDP
88
name: jans
9-
version: 1.0.0-alpha1
9+
version: 1.0.0_a2
1010
dependencies:
1111
- name: config
1212
condition: global.config.enabled
13-
version: 1.0.0-alpha1
13+
version: 1.0.0_a2
1414

1515
- name: config-api
1616
condition: global.config-api.enabled
17-
version: 1.0.0-alpha1
17+
version: 1.0.0_a2
1818

1919
- name: opendj
2020
condition: global.opendj.enabled
21-
version: 1.0.0-alpha1
21+
version: 1.0.0_a2
2222

2323
- name: auth-server
2424
condition: global.auth-server.enabled
25-
version: 1.0.0-alpha1
25+
version: 1.0.0_a2
2626

2727
- name: fido2
2828
condition: global.fido2.enabled
29-
version: 1.0.0-alpha1
29+
version: 1.0.0_a2
3030

3131
- name: scim
3232
condition: global.scim.enabled
33-
version: 1.0.0-alpha1
33+
version: 1.0.0_a2
3434

3535
- name: nginx-ingress
3636
condition: global.nginx-ingress.enabled
37-
version: 1.0.0-alpha1
37+
version: 1.0.0_a2
3838

3939
- name: auth-server-key-rotation
4040
condition: global.auth-server-key-rotation.enabled
41-
version: 1.0.0-alpha1
41+
version: 1.0.0_a2
4242

4343
- name: client-api
4444
condition: global.client-api.enabled
45-
version: 1.0.0-alpha1
45+
version: 1.0.0_a2
4646

4747
- name: persistence
4848
condition: global.persistence.enabled
49-
version: 1.0.0-alpha1
49+
version: 1.0.0_a2
5050

5151
- name: cn-istio-ingress
5252
condition: global.istio.ingress
53-
version: 1.0.0-alpha1
53+
version: 1.0.0_a2

helm/charts/auth-server-key-rotation/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# License terms and conditions for Janssen Cloud Native Edition:
22
# https://www.apache.org/licenses/LICENSE-2.0
33
apiVersion: v1
4-
appVersion: "1.0.0-alpha1"
4+
appVersion: "1.0.0_a2"
55
description: A Helm chart for Kubernetes
66
name: auth-server-key-rotation
7-
version: 1.0.0-alpha1
7+
version: 1.0.0_a2
88
maintainers:
99
- name: Janssen
1010
email: support@jans.io

helm/charts/auth-server-key-rotation/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Default values for auth-server-key-rotation.
44
image:
55
repository: janssenproject/certmanager
6-
tag: 1.0.0_a1
6+
tag: 1.0.0_a2
77
pullPolicy: Always
88
keysLife: 48
99
nameOverride: ""

helm/charts/auth-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# License terms and conditions for Janssen Cloud Native Edition:
22
# https://www.apache.org/licenses/LICENSE-2.0
33
apiVersion: v1
4-
appVersion: "1.0.0-alpha1"
4+
appVersion: "1.0.0_a2"
55
home: https://jans.io
66
maintainers:
77
- name: Janssen
88
email: support@jans.io
99
description: Helm chart for auth-server service
1010
name: auth-server
11-
version: 1.0.0-alpha1
11+
version: 1.0.0_a2

helm/charts/auth-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.apache.org/licenses/LICENSE-2.0
33
image:
44
repository: janssenproject/auth-server
5-
tag: 1.0.0_a1
5+
tag: 1.0.0_a2
66
pullPolicy: Always
77

88
replicas: 1

helm/charts/client-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# License terms and conditions for Janssen Cloud Native Edition:
22
# https://www.apache.org/licenses/LICENSE-2.0
33
apiVersion: v1
4-
appVersion: "1.0.0-alpha1"
4+
appVersion: "1.0.0_a2"
55
description: client-api chart
66
name: client-api
7-
version: 1.0.0-alpha1
7+
version: 1.0.0_a2
88
maintainers:
99
- name: Janssen
1010
email: support@jans.io

helm/charts/client-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service:
77
clientApiServerServiceName: client-api
88
image:
99
repository: janssenproject/client-api
10-
tag: 1.0.0_a1
10+
tag: 1.0.0_a2
1111
pullPolicy: Always
1212

1313
nameOverride: ""

helm/charts/cn-istio-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cn-istio-ingress
33
description: Istio ingress integration files
44
type: application
5-
version: 1.0.0-alpha1
6-
appVersion: "1.0.0-alpha1"
5+
version: 1.0.0_a2
6+
appVersion: "1.0.0_a2"

0 commit comments

Comments
 (0)