Skip to content

Commit

Permalink
feat(release): release 1.0.0_a2
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Dec 29, 2020
1 parent 013eb1f commit 10396db
Show file tree
Hide file tree
Showing 23 changed files with 58 additions and 58 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: v${{ steps.get_version.outputs.version }}
release_name: v${{ steps.get_version.outputs.version }}
tag_name: ${{ steps.get_version.outputs.version }}
release_name: ${{ steps.get_version.outputs.version }}
body: |
# Release Notes
## [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 }})
## [${{ 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 }})
[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 }})
[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 }})
## Please find release notes below :
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ Key rotation cronJob is usually installed with Janssen. Please make sure before
spec:
containers:
- name: auth-key-rotation
image: janssenproject/certmanager:1.0.0_a1
image: janssenproject/certmanager:1.0.0_a2
resources:
requests:
memory: "300Mi"
Expand Down Expand Up @@ -540,7 +540,7 @@ Application common name must match client-api service name. `kubectl get svc -n
restartPolicy: Never
containers:
- name: client-api-key-rotation
image: janssenproject/certmanager:1.0.0_a1
image: janssenproject/certmanager:1.0.0_a2
envFrom:
- configMapRef:
name: jans-config-cm
Expand Down Expand Up @@ -583,7 +583,7 @@ Subject Alt Name must match opendj service.
restartPolicy: Never
containers:
- name: ldap-key-rotation
image: janssenproject/certmanager:1.0.0_a1
image: janssenproject/certmanager:1.0.0_a2
envFrom:
- configMapRef:
name: jans-config-cm
Expand Down
26 changes: 13 additions & 13 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
apiVersion: v2
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
home: https://jans.io
maintainers:
- name: Janssen
email: [email protected]
description: A Helm chart for Janssen IDP
name: jans
version: 1.0.0-alpha1
version: 1.0.0_a2
dependencies:
- name: config
condition: global.config.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: config-api
condition: global.config-api.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: opendj
condition: global.opendj.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: auth-server
condition: global.auth-server.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: fido2
condition: global.fido2.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: scim
condition: global.scim.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: client-api
condition: global.client-api.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: persistence
condition: global.persistence.enabled
version: 1.0.0-alpha1
version: 1.0.0_a2

- name: cn-istio-ingress
condition: global.istio.ingress
version: 1.0.0-alpha1
version: 1.0.0_a2
4 changes: 2 additions & 2 deletions helm/charts/auth-server-key-rotation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
description: A Helm chart for Kubernetes
name: auth-server-key-rotation
version: 1.0.0-alpha1
version: 1.0.0_a2
maintainers:
- name: Janssen
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/auth-server-key-rotation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Default values for auth-server-key-rotation.
image:
repository: janssenproject/certmanager
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
keysLife: 48
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
home: https://jans.io
maintainers:
- name: Janssen
email: [email protected]
description: Helm chart for auth-server service
name: auth-server
version: 1.0.0-alpha1
version: 1.0.0_a2
2 changes: 1 addition & 1 deletion helm/charts/auth-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
image:
repository: janssenproject/auth-server
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always

replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/client-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
description: client-api chart
name: client-api
version: 1.0.0-alpha1
version: 1.0.0_a2
maintainers:
- name: Janssen
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/client-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
clientApiServerServiceName: client-api
image:
repository: janssenproject/client-api
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always

nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/cn-istio-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cn-istio-ingress
description: Istio ingress integration files
type: application
version: 1.0.0-alpha1
appVersion: "1.0.0-alpha1"
version: 1.0.0_a2
appVersion: "1.0.0_a2"
4 changes: 2 additions & 2 deletions helm/charts/config-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
description: config-api chart
name: config-api
version: 1.0.0-alpha1
version: 1.0.0_a2
maintainers:
- name: Janssen
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/config-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
clientApiServerServiceName: config-api
image:
repository: janssenproject/config-api
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always

nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
home: https://jans.io
maintainers:
- name: jans
email: [email protected]
description: A Helm chart for Janssen server
name: config
version: 1.0.0-alpha1
version: 1.0.0_a2
2 changes: 1 addition & 1 deletion helm/charts/config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ fullNameOverride: ""

image:
repository: janssenproject/configuration-manager
tag: 1.0.0_a1
tag: 1.0.0_a2
4 changes: 2 additions & 2 deletions helm/charts/fido2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
home: https://jans.io
maintainers:
- name: Janssen
email: [email protected]
description: Helm chart for fido2 service
name: fido2
version: 1.0.0-alpha1
version: 1.0.0_a2
2 changes: 1 addition & 1 deletion helm/charts/fido2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: janssenproject/fido2
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
replicas: 1
#Resources for the deployment
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
description: nginx-ingress chart
name: nginx-ingress
version: 1.0.0-alpha1
version: 1.0.0_a2
maintainers:
- name: Janssen
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/opendj/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
home: https://jans.io
maintainers:
- name: Janssen
email: [email protected]
description: A Helm chart for the opendj server
name: opendj
version: 1.0.0-alpha1
version: 1.0.0_a2
4 changes: 2 additions & 2 deletions helm/charts/persistence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
description: A Helm chart for persistence layer for Janssen server
name: persistence
version: 1.0.0-alpha1
version: 1.0.0_a2
maintainers:
- name: Janssen
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/persistence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1

image:
repository: janssenproject/persistence-loader
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/scim/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# License terms and conditions for Janssen Cloud Native Edition:
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v1
appVersion: "1.0.0-alpha1"
appVersion: "1.0.0_a2"
home: https://jans.io
maintainers:
- name: Janssen
email: [email protected]
description: Helm chart for SCIM
name: scim
version: 1.0.0-alpha1
version: 1.0.0_a2
2 changes: 1 addition & 1 deletion helm/charts/scim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
image:
repository: janssenproject/scim
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always

#Resources for the deployment
Expand Down
16 changes: 8 additions & 8 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ config:
ldapServiceName: opendj
image:
repository: janssenproject/configuration-manager
tag: 1.0.0_a1
tag: 1.0.0_a2
resources:
limits:
cpu: 300m
Expand Down Expand Up @@ -124,7 +124,7 @@ opendj:
persistence:
image:
repository: janssenproject/persistence-loader
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand All @@ -139,7 +139,7 @@ auth-server:
replicas: 1
image:
repository: janssenproject/auth-server
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand All @@ -154,7 +154,7 @@ fido2:
replicas: 1
image:
repository: janssenproject/fido2
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand All @@ -168,7 +168,7 @@ scim:
scimServiceName: scim
image:
repository: janssenproject/scim
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand All @@ -183,7 +183,7 @@ client-api:
replicas: 1
image:
repository: janssenproject/client-api
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand All @@ -198,7 +198,7 @@ config-api:
replicas: 1
image:
repository: janssenproject/config-api
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand All @@ -211,7 +211,7 @@ auth-server-key-rotation:
keysLife: 48
image:
repository: janssenproject/certmanager
tag: 1.0.0_a1
tag: 1.0.0_a2
pullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 10396db

Please sign in to comment.