Skip to content

Commit

Permalink
chore: release 1.0.0-beta.13
Browse files Browse the repository at this point in the history
Release-As: 1.0.0-beta.13
  • Loading branch information
moabu committed Dec 3, 2021
1 parent b0f1922 commit 789a9ed
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,28 @@ on:
- edited
- reopened
- synchronize
paths:
- "!docker-jans-**/CHANGELOG.md"
- "!docker-jans-**/version.txt"
- "!jans-pycloudlib/CHANGELOG.md"
- "!jans-pycloudlib/jans/pycloudlib/version.py"
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
paths:
- "!docker-jans-**/CHANGELOG.md"
- "!docker-jans-**/version.txt"
- "!jans-pycloudlib/CHANGELOG.md"
- "!jans-pycloudlib/jans/pycloudlib/version.py"
push:
paths:
- "!docker-jans-**/CHANGELOG.md"
- "!docker-jans-**/version.txt"
- "!jans-pycloudlib/CHANGELOG.md"
- "!jans-pycloudlib/jans/pycloudlib/version.py"

jobs:
check-commit-message:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
!!!note
For local deployments like `minikube` and `microk8s` or cloud installations in demo mode, resources may be set to the minimum and hence can have `8GB RAM`, `4 CPU`, and `50GB disk` in total to run all services.


Releases of images are in style 1.0.0-beta.0, 1.0.0-0

Please calculate the minimum required resources as per services deployed. The following table contains default recommended resources to start with. Depending on the use of each service the resources may be increased or decreased.

| Service | CPU Unit | RAM | Disk Space | Processor Type | Required |
Expand Down
3 changes: 1 addition & 2 deletions docker-jans-auth-server/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-certmanager/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-client-api/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-config-api/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-configurator/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-fido2/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-persistence-loader/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13
3 changes: 1 addition & 2 deletions docker-jans-scim/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Beta images in style 1.0.0-beta.0, 1.0.0-0
1.0.0-beta.12
1.0.0-beta.13

0 comments on commit 789a9ed

Please sign in to comment.