Skip to content

Commit

Permalink
chore: push to 1.0.5 SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Nov 8, 2022
1 parent 6c8c7c2 commit ef26771
Show file tree
Hide file tree
Showing 130 changed files with 216 additions and 216 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.4'
default: '1.0.5'
java_release_as:
description: 'Release version for the java projects jans-*'
required: true
default: '1.0.4'
default: '1.0.5'
docker_release_as:
description: 'Release version for the docker images docker-*'
required: true
default: '1.0.4-1'
default: '1.0.5-1'
python_release_as:
description: 'Release version for the python projects'
required: true
default: '1.0.4'
default: '1.0.5'
mega_release_as:
description: 'Mega release version'
required: true
default: '1.0.4'
default: '1.0.5'
jobs:
release-simple-pr:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion agama/engine/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.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion agama/inboundID/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion agama/model/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.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<dependencies>
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.4</version>
<version>1.0.5-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.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
38 changes: 19 additions & 19 deletions charts/janssen/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
kubeVersion: ">=v1.21.0-0"
annotations:
artifacthub.io/changes: |
- 1.0.4 dev chart release
- 1.0.5 dev chart release
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: auth-server
image: janssenproject/auth-server:1.0.4-1
image: janssenproject/auth-server:1.0.5_dev
- name: auth-server-key-rotation
image: janssenproject/certmanager:1.0.4-1
image: janssenproject/certmanager:1.0.5_dev
- name: configuration-manager
image: janssenproject/configurator:1.0.4-1
image: janssenproject/configurator:1.0.5_dev
- name: config-api
image: janssenproject/config-api:1.0.4-1
image: janssenproject/config-api:1.0.5_dev
- name: fido2
image: janssenproject/fido2:1.0.4-1
image: janssenproject/fido2:1.0.5_dev
- name: opendj
image: gluufederation/opendj:5.0.0_dev
- name: persistence
image: janssenproject/persistence-loader:1.0.4-1
image: janssenproject/persistence-loader:1.0.5_dev
- name: scim
image: janssenproject/scim:1.0.4-1
image: janssenproject/scim:1.0.5_dev
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: 'true'
catalog.cattle.io/certified: partner
catalog.cattle.io/release-name: janssen
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management
apiVersion: v2
appVersion: "1.0.4"
appVersion: "1.0.5-dev"
icon: >-
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
home: https://jans.io
Expand All @@ -38,40 +38,40 @@ maintainers:
email: support@jans.io
description: Janssen Access and Identity Management
name: janssen
version: 1.0.4
version: 1.0.5-dev
dependencies:
- name: config
condition: global.config.enabled
version: 1.0.4
version: 1.0.5-dev

- name: config-api
condition: global.config-api.enabled
version: 1.0.4
version: 1.0.5-dev

- name: opendj
condition: global.opendj.enabled
version: 1.0.4
version: 1.0.5-dev

- name: auth-server
condition: global.auth-server.enabled
version: 1.0.4
version: 1.0.5-dev

- name: fido2
condition: global.fido2.enabled
version: 1.0.4
version: 1.0.5-dev

- name: scim
condition: global.scim.enabled
version: 1.0.4
version: 1.0.5-dev

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 1.0.4
version: 1.0.5-dev

- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
version: 1.0.4
version: 1.0.5-dev

- name: persistence
condition: global.persistence.enabled
version: 1.0.4
version: 1.0.5-dev
Loading

0 comments on commit ef26771

Please sign in to comment.