Skip to content

Commit

Permalink
chore: set to next SNAPSHOT and dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 16, 2023
1 parent 5761415 commit b5e4be8
Show file tree
Hide file tree
Showing 137 changed files with 197 additions and 197 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ on:
simple_release_as:
description: 'Release version for docs'
required: true
default: '1.0.10'
default: '1.0.11'
java_release_as:
description: 'Release version for the java projects jans-*'
required: true
default: '1.0.10'
default: '1.0.11'
docker_release_as:
description: 'Release version for the docker images docker-*'
required: true
default: '1.0.10-1'
default: '1.0.11-1'
python_release_as:
description: 'Release version for the python projects'
required: true
default: '1.0.10'
default: '1.0.11'
mega_release_as:
description: 'Mega release version'
required: true
default: '1.0.10'
default: '1.0.11'
jobs:
release-simple-pr:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion agama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<packaging>pom</packaging>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
<name>agama parent</name>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion agama/transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<properties>
Expand Down
14 changes: 7 additions & 7 deletions charts/janssen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ annotations:
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: auth-server
image: ghcr.io/janssenproject/jans/auth-server:1.0.10-1
image: ghcr.io/janssenproject/jans/auth-server:1.0.11_dev
- name: auth-server-key-rotation
image: ghcr.io/janssenproject/jans/certmanager:1.0.10-1
image: ghcr.io/janssenproject/jans/certmanager:1.0.11_dev
- name: configuration-manager
image: ghcr.io/janssenproject/jans/configurator:1.0.10-1
image: ghcr.io/janssenproject/jans/configurator:1.0.11_dev
- name: config-api
image: ghcr.io/janssenproject/jans/config-api:1.0.10-1
image: ghcr.io/janssenproject/jans/config-api:1.0.11_dev
- name: fido2
image: ghcr.io/janssenproject/jans/fido2:1.0.10-1
image: ghcr.io/janssenproject/jans/fido2:1.0.11_dev
- name: opendj
image: gluufederation/opendj:5.0.0_dev
- name: persistence
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.10-1
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.11_dev
- name: scim
image: ghcr.io/janssenproject/jans/scim:1.0.10-1
image: ghcr.io/janssenproject/jans/scim:1.0.11_dev
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: 'true'
catalog.cattle.io/certified: partner
Expand Down
28 changes: 14 additions & 14 deletions charts/janssen/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/janssen/charts/auth-server-key-rotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/certmanager"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| keysLife | int | `48` | Auth server key rotation keys life in hours |
| nodeSelector | object | `{}` | |
| resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/auth-server"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. |
| readinessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the readiness healthcheck for the auth server if needed. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/config-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/config-api"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| livenessProbe | object | `{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-config-api/api/v1/health/live","port":8074}` | Executes the python3 healthcheck. |
| nameOverride | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Kubernetes: `>=v1.21.0-0`
| fullNameOverride | string | `""` | |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/configurator"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| ldapPassword | string | `"P@ssw0rds"` | LDAP admin password if OpennDJ is used for persistence. |
| migration | object | `{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}` | CE to CN Migration section |
| migration.enabled | bool | `false` | Boolean flag to enable migration from CE |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/fido2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/fido2"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| livenessProbe | object | `{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-fido2/sys/health-check","port":"http-fido2"}` | http liveness probe endpoint |
| readinessProbe | object | `{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the readiness healthcheck for the fido2 if needed. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/persistence"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/scim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/scim"` | Image to use for deploying. |
| image.tag | string | `"1.0.10"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.10-1"` | Image tag to use for deploying. |
| livenessProbe | object | `{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for SCIM if needed. |
| livenessProbe.httpGet.path | string | `"/jans-scim/sys/health-check"` | http liveness probe endpoint |
| readinessProbe | object | `{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the readiness healthcheck for the SCIM if needed. |
Expand Down
4 changes: 2 additions & 2 deletions demos/benchmarking/docker-jans-loadtesting-jmeter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ RUN mkdir -p /root/.bzt/jmeter-taurus \
LABEL name="janssenproject/demo_loadtesting" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.10" \
release="1.0.10" \
version="1.0.11" \
release="dev" \
summary="Janssen Jmeter tests" \
description="Janssen Jmeter and user loader image"

Expand Down
2 changes: 1 addition & 1 deletion demos/benchmarking/docker-jans-loadtesting-jmeter/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CN_VERSION?=1.0.10
CN_VERSION?=1.0.11-SNAPSHOT
IMAGE_NAME=janssenproject/demo_loadtesting
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- envFrom:
- configMapRef:
name: load-testing-cm
image: janssenproject/demo_loadtesting:1.0.10_dev
image: janssenproject/demo_loadtesting:1.0.11_dev
imagePullPolicy: Always
name: load-testing
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- envFrom:
- configMapRef:
name: load-users-cb-cm
image: janssenproject/demo_loadtesting:1.0.10_dev
image: janssenproject/demo_loadtesting:1.0.11_dev
name: load-users
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- envFrom:
- configMapRef:
name: load-users-ldap-cm
image: janssenproject/demo_loadtesting:1.0.10_dev
image: janssenproject/demo_loadtesting:1.0.11_dev
name: load-users
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- envFrom:
- configMapRef:
name: load-users-mysql-cm
image: janssenproject/demo_loadtesting:1.0.10_dev
image: janssenproject/demo_loadtesting:1.0.11_dev
name: load-users-mysql
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- envFrom:
- configMapRef:
name: load-users-spanner-cm
image: janssenproject/demo_loadtesting:1.0.10_dev
image: janssenproject/demo_loadtesting:1.0.11_dev
volumeMounts:
- mountPath: /etc/certs/google_service_account.json
name: google-sa
Expand Down
8 changes: 4 additions & 4 deletions docker-jans-auth-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN /opt/jython/bin/pip uninstall -y pip setuptools
# Auth server
# ===========

ENV CN_VERSION=1.0.10
ENV CN_VERSION=1.0.11-SNAPSHOT
ENV CN_BUILD_DATE='2023-03-16 11:41'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-server/${CN_VERSION}/jans-auth-server-${CN_VERSION}.war

Expand Down Expand Up @@ -88,7 +88,7 @@ ARG CASA_CONFIG_BUILD_DATE="2023-02-13 11:44"
RUN wget -q https://jenkins.gluu.org/maven/org/gluu/casa-config/${CASA_CONFIG_VERSION}/casa-config-${CASA_CONFIG_VERSION}.jar -P /usr/share/java/

# A workaround for Fido2 integration
ARG FIDO2_CLIENT_VERSION=1.0.10
ARG FIDO2_CLIENT_VERSION=1.0.11-SNAPSHOT
ARG FIDO2_CLIENT_BUILD_DATE="2023-01-31 15:04"
RUN wget -q https://jenkins.jans.io/maven/io/jans/jans-fido2-client/${FIDO2_CLIENT_VERSION}/jans-fido2-client-${FIDO2_CLIENT_VERSION}.jar -P /usr/share/java/

Expand Down Expand Up @@ -254,8 +254,8 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
LABEL name="janssenproject/auth-server" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.10" \
release="1.0.10" \
version="1.0.11" \
release="dev" \
summary="Janssen Authorization Server" \
description="OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)"

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-auth-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CN_VERSION?=1.0.10
CN_VERSION?=1.0.11-SNAPSHOT
IMAGE_NAME=janssenproject/auth-server
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Docker image packaging for Janssen Authorization Server.
## Versions

See [Releases](https://github.com/JanssenProject/docker-jans-auth-server/releases) for stable versions.
For bleeding-edge/unstable version, use `janssenproject/auth-server:1.0.10_dev`.
For bleeding-edge/unstable version, use `janssenproject/auth-server:1.0.11_dev`.

## Environment Variables

Expand Down
6 changes: 3 additions & 3 deletions docker-jans-certmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk update \
# ===========

# JAR files required to generate OpenID Connect keys
ENV CN_VERSION=1.0.10
ENV CN_VERSION=1.0.11-SNAPSHOT
ENV CN_BUILD_DATE='2023-03-16 11:40'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-client/${CN_VERSION}/jans-auth-client-${CN_VERSION}-jar-with-dependencies.jar

Expand Down Expand Up @@ -139,8 +139,8 @@ ENV CN_WAIT_MAX_TIME=300 \
LABEL name="janssenproject/certmanager" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.10" \
release="1.0.10" \
version="1.0.11" \
release="dev" \
summary="Janssen Certmanager" \
description="Manage certs and crypto keys for Janssen Server"

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-certmanager/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CN_VERSION?=1.0.10
CN_VERSION?=1.0.11-SNAPSHOT
IMAGE_NAME=janssenproject/certmanager
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

Expand Down
4 changes: 2 additions & 2 deletions docker-jans-certmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The container designed to run as one-time command (or Job in kubernetes world).
## Versions

See [Releases](https://github.com/JanssenProject/docker-jans-certmanager/releases) for stable versions.
For bleeding-edge/unstable version, use `janssenproject/certmanager:1.0.10_dev`.
For bleeding-edge/unstable version, use `janssenproject/certmanager:1.0.11_dev`.

## Environment Variables

Expand Down Expand Up @@ -214,7 +214,7 @@ docker run \
-v $PWD/ssl.crt:/etc/certs/jans_https.crt \
-v $PWD/ssl.key:/etc/certs/jans_https.key \
-v /var/run/docker.sock:/var/run/docker.sock \
janssenproject/certmanager:1.0.10_dev patch web --opts source:from-files
janssenproject/certmanager:1.0.11_dev patch web --opts source:from-files
```

Kubernetes CronJob example:
Expand Down
6 changes: 3 additions & 3 deletions docker-jans-config-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# Config API
# ==========

ENV CN_VERSION=1.0.10
ENV CN_VERSION=1.0.11-SNAPSHOT
ENV CN_BUILD_DATE='2023-03-16 11:44'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-config-api-server/${CN_VERSION}/jans-config-api-server-${CN_VERSION}.war

Expand Down Expand Up @@ -240,8 +240,8 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
LABEL name="janssenproject/config-api" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.10" \
release="1.0.10" \
version="1.0.11" \
release="dev" \
summary="Janssen Config API" \
description=""

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-config-api/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CN_VERSION?=1.0.10
CN_VERSION?=1.0.11-SNAPSHOT
IMAGE_NAME=janssenproject/config-api
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-config-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Docker image packaging for config-api.
## Versions

See [Releases](https://github.com/JanssenProject/docker-jans-config-api/releases) for stable versions.
For bleeding-edge/unstable version, use `janssenproject/config-api:1.0.10_dev`.
For bleeding-edge/unstable version, use `janssenproject/config-api:1.0.11_dev`.

## Environment Variables

Expand Down
6 changes: 3 additions & 3 deletions docker-jans-configurator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk update \
# ===========

# JAR files required to generate OpenID Connect keys
ENV CN_VERSION=1.0.10
ENV CN_VERSION=1.0.11-SNAPSHOT
ENV CN_BUILD_DATE='2023-03-16 11:40'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-client/${CN_VERSION}/jans-auth-client-${CN_VERSION}-jar-with-dependencies.jar

Expand Down Expand Up @@ -116,8 +116,8 @@ ENV CN_WAIT_MAX_TIME=300 \
LABEL name="janssenproject/configurator" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.10" \
release="1.0.10" \
version="1.0.11" \
release="dev" \
summary="Janssen Configuration Manager" \
description="Manage config and secret"

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-configurator/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CN_VERSION?=1.0.10
CN_VERSION?=1.0.11-SNAPSHOT
IMAGE_NAME=janssenproject/configurator
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

Expand Down
Loading

0 comments on commit b5e4be8

Please sign in to comment.