Skip to content

Commit

Permalink
fix: prepare 1.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 9, 2023
1 parent f17cefa commit e6ea522
Show file tree
Hide file tree
Showing 123 changed files with 165 additions and 165 deletions.
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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<properties>
Expand Down
24 changes: 12 additions & 12 deletions charts/janssen/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kubeVersion: ">=v1.21.0-0"
annotations:
artifacthub.io/changes: |
- 1.0.9 dev chart release
- 1.0.9 official chart release
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: auth-server
Expand All @@ -26,7 +26,7 @@ annotations:
catalog.cattle.io/release-name: janssen
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management
apiVersion: v2
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
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.9-dev
version: 1.0.9-1
dependencies:
- name: config
condition: global.config.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: config-api
condition: global.config-api.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: opendj
condition: global.opendj.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: auth-server
condition: global.auth-server.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: fido2
condition: global.fido2.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: scim
condition: global.scim.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
version: 1.0.9-dev
version: 1.0.9-1

- name: persistence
condition: global.persistence.enabled
version: 1.0.9-dev
version: 1.0.9-1
20 changes: 10 additions & 10 deletions charts/janssen/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# janssen

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

Janssen Access and Identity Management

Expand All @@ -23,15 +23,15 @@ Kubernetes: `>=v1.21.0-0`

| Repository | Name | Version |
|------------|------|---------|
| | auth-server | 1.0.9-dev |
| | auth-server-key-rotation | 1.0.9-dev |
| | config | 1.0.9-dev |
| | config-api | 1.0.9-dev |
| | fido2 | 1.0.9-dev |
| | nginx-ingress | 1.0.9-dev |
| | opendj | 1.0.9-dev |
| | persistence | 1.0.9-dev |
| | scim | 1.0.9-dev |
| | auth-server | 1.0.9-1 |
| | auth-server-key-rotation | 1.0.9-1 |
| | config | 1.0.9-1 |
| | config-api | 1.0.9-1 |
| | fido2 | 1.0.9-1 |
| | nginx-ingress | 1.0.9-1 |
| | opendj | 1.0.9-1 |
| | persistence | 1.0.9-1 |
| | scim | 1.0.9-1 |

## Values

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/auth-server-key-rotation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server-key-rotation
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: Responsible for regenerating auth-keys per x hours
type: application
Expand All @@ -15,4 +15,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
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
@@ -1,6 +1,6 @@
# auth-server-key-rotation

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

Responsible for regenerating auth-keys per x hours

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/auth-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/config-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config-api
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/config-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config-api

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: Configuration parameters for setup and initial configuration secret and config layers used by Janssen services.
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

Configuration parameters for setup and initial configuration secret and config layers used by Janssen services.

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/fido2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: fido2
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.
type: application
Expand All @@ -18,4 +18,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/fido2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fido2

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: nginx-ingress
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: Nginx ingress definitions chart
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/nginx-ingress/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nginx-ingress

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

Nginx ingress definitions chart

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/opendj/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: opendj
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.
type: application
Expand All @@ -16,4 +16,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/opendj/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opendj

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/persistence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: persistence
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: Job to generate data and initial config for Janssen Server persistence layer.
type: application
Expand All @@ -15,5 +15,5 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"

2 changes: 1 addition & 1 deletion charts/janssen/charts/persistence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# persistence

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

Job to generate data and initial config for Janssen Server persistence layer.

Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/scim/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: scim
version: 1.0.9-dev
version: 1.0.9-1
kubeVersion: ">=v1.21.0-0"
description: System for Cross-domain Identity Management (SCIM) version 2.0
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.9-dev"
appVersion: "1.0.9"
2 changes: 1 addition & 1 deletion charts/janssen/charts/scim/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scim

![Version: 1.0.9-dev](https://img.shields.io/badge/Version-1.0.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9-dev](https://img.shields.io/badge/AppVersion-1.0.9--dev-informational?style=flat-square)
![Version: 1.0.9-1](https://img.shields.io/badge/Version-1.0.9--1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

System for Cross-domain Identity Management (SCIM) version 2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ LABEL name="janssenproject/demo_loadtesting" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.9" \
release="dev" \
release="1" \
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.9-SNAPSHOT
CN_VERSION?=1.0.9
IMAGE_NAME=janssenproject/demo_loadtesting
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

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.9-SNAPSHOT
ENV CN_VERSION=1.0.9
ENV CN_BUILD_DATE='2023-03-01 15:52'
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 @@ -84,11 +84,11 @@ RUN wget -q https://repo1.maven.org/maven2/org/jsmpp/jsmpp/${JSMPP_VERSION}/jsmp

# This will later be refactored and moved to be pulled from persitence or a central bucket
ARG CASA_CONFIG_VERSION=5.0.0-SNAPSHOT
ARG CASA_CONFIG_BUILD_DATE="2022-12-27 19:26"
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.9-SNAPSHOT
ARG FIDO2_CLIENT_VERSION=1.0.9
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 @@ -255,7 +255,7 @@ LABEL name="janssenproject/auth-server" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.9" \
release="dev" \
release="1" \
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.9-SNAPSHOT
CN_VERSION?=1.0.9
IMAGE_NAME=janssenproject/auth-server
DEV_VERSION?=$(shell echo ${CN_VERSION} | cut -d '-' -f 1)_dev

Expand Down
Loading

0 comments on commit e6ea522

Please sign in to comment.