From 9e4c8fb4c0a1ef4779934558e8d8d40d8fedbabf Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:23:44 +0000 Subject: [PATCH] fix: prepare for 1.0.6 release --- README.md | 1 + agama/README.md | 1 + docker-jans-auth-server/Dockerfile | 4 ++-- docker-jans-certmanager/README.md | 1 + docker-jans-config-api/Dockerfile | 2 +- docker-jans-configurator/README.md | 1 + docker-jans-fido2/Dockerfile | 2 +- docker-jans-fido2/README.md | 1 + docker-jans-monolith/Dockerfile | 2 +- docker-jans-persistence-loader/Dockerfile | 2 +- docker-jans-scim/Dockerfile | 2 +- docs/README.md | 1 + jans-auth-server/README.md | 1 + jans-bom/README.md | 1 - jans-cli-tui/README.md | 1 + jans-config-api/README.md | 1 + jans-core/README.md | 1 - jans-eleven/README.md | 1 + jans-fido2/README.md | 1 + jans-linux-setup/README.md | 1 + jans-notify/README.md | 1 + jans-orm/README.md | 1 + jans-pycloudlib/README.md | 1 + jans-scim/README.md | 1 - 24 files changed, 22 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6d7bfed04e2..0c1f9fa60c7 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ If you find a bug in a Janssen project, or you would like to suggest a new featu Below are the list of current mega releases that hold information about each single release of our services and modules: +- [v1.0.6](https://github.com/JanssenProject/jans/releases/tag/v1.0.6) - [v1.0.5](https://github.com/JanssenProject/jans/releases/tag/v1.0.5) - [v1.0.4](https://github.com/JanssenProject/jans/releases/tag/v1.0.4) - [v1.0.3](https://github.com/JanssenProject/jans/releases/tag/v1.0.3) diff --git a/agama/README.md b/agama/README.md index 0026c38c9c9..9d007ad0e7f 100644 --- a/agama/README.md +++ b/agama/README.md @@ -10,3 +10,4 @@ Some advantages of using Agama include: 3. Reasoning about flows behavior is easy (as consequence of points 1 and 2). This makes flow modifications and refactoring straightforward 4. Small cognitive load. Agama DSL is a very small language with simple, non-distracting syntax 5. Friendly UI templating engine. No complexities when authoring web pages - stay focused on writing HTML markup + diff --git a/docker-jans-auth-server/Dockerfile b/docker-jans-auth-server/Dockerfile index be8d776a5d5..cffc6b66375 100644 --- a/docker-jans-auth-server/Dockerfile +++ b/docker-jans-auth-server/Dockerfile @@ -96,7 +96,7 @@ RUN wget -q https://jenkins.jans.io/maven/io/jans/jans-fido2-client/${FIDO2_CLIE # Casa external scripts # ===================== -ARG FLEX_SOURCE_VERSION=48418cd351655a48c650075a6d60601c368a403d +ARG FLEX_SOURCE_VERSION=5f065b7fb931199a26817ee22ffe5c2a9cc1e3f9 ARG CASA_EXTRAS_DIR=casa/extras RUN mkdir -p /opt/jans/python/libs @@ -118,7 +118,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-auth/agama/fl \ ${JETTY_BASE}/jans-auth/agama/scripts # janssenproject/jans SHA commit -ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb +ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9 # note that as we're pulling from a monorepo (with multiple project in it) # we are using partial-clone and sparse-checkout to get the agama code diff --git a/docker-jans-certmanager/README.md b/docker-jans-certmanager/README.md index 192fb56de2d..4ea4e83fdb0 100644 --- a/docker-jans-certmanager/README.md +++ b/docker-jans-certmanager/README.md @@ -279,3 +279,4 @@ As per v1.0.1, hybrid persistence supports all available persistence types. To c "session": "spanner", } ``` + diff --git a/docker-jans-config-api/Dockerfile b/docker-jans-config-api/Dockerfile index 6b4b3fadd2c..fb4d0578468 100644 --- a/docker-jans-config-api/Dockerfile +++ b/docker-jans-config-api/Dockerfile @@ -110,7 +110,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/ # jans-linux-setup sync # ===================== -ENV JANS_SOURCE_VERSION=cdb52047c5847e2eafbaf2f7692211e72b8fde12 +ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9 ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources diff --git a/docker-jans-configurator/README.md b/docker-jans-configurator/README.md index 8d47b86a33e..f81c3a7fd7f 100644 --- a/docker-jans-configurator/README.md +++ b/docker-jans-configurator/README.md @@ -265,3 +265,4 @@ spec: Copy over the files to host `kubectl cp config-init-load-job:/app/db .` + diff --git a/docker-jans-fido2/Dockerfile b/docker-jans-fido2/Dockerfile index ed79efe148b..6ec837ca798 100644 --- a/docker-jans-fido2/Dockerfile +++ b/docker-jans-fido2/Dockerfile @@ -54,7 +54,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-fido2/webapps \ # jans-linux-setup sync # ===================== -ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb +ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9 ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup # note that as we're pulling from a monorepo (with multiple project in it) diff --git a/docker-jans-fido2/README.md b/docker-jans-fido2/README.md index f06d989f866..292d831b831 100644 --- a/docker-jans-fido2/README.md +++ b/docker-jans-fido2/README.md @@ -162,3 +162,4 @@ i.e. `http://container:9093/metrics`. Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`). To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container. + diff --git a/docker-jans-monolith/Dockerfile b/docker-jans-monolith/Dockerfile index 65a83c7f8fe..269720c8a0d 100644 --- a/docker-jans-monolith/Dockerfile +++ b/docker-jans-monolith/Dockerfile @@ -38,7 +38,7 @@ EXPOSE 443 8080 1636 # jans-linux-setup # ===================== -ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb +ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9 # cleanup RUN rm -rf /tmp/jans diff --git a/docker-jans-persistence-loader/Dockerfile b/docker-jans-persistence-loader/Dockerfile index 19fa4f9b660..34a4d725692 100644 --- a/docker-jans-persistence-loader/Dockerfile +++ b/docker-jans-persistence-loader/Dockerfile @@ -24,7 +24,7 @@ RUN python3 -m ensurepip \ # ===================== # janssenproject/jans SHA commit -ENV JANS_SOURCE_VERSION=cdb52047c5847e2eafbaf2f7692211e72b8fde12 +ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9 ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup ARG JANS_SCRIPT_CATALOG_DIR=docs/script-catalog ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources diff --git a/docker-jans-scim/Dockerfile b/docker-jans-scim/Dockerfile index 15aa7bebead..3117cb9549c 100644 --- a/docker-jans-scim/Dockerfile +++ b/docker-jans-scim/Dockerfile @@ -80,7 +80,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/ # jans-linux-setup sync # ===================== -ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb +ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9 ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup ARG JANS_SCIM_RESOURCE_DIR=jans-scim/server/src/main/resources diff --git a/docs/README.md b/docs/README.md index e0ac0e55863..9a1414ae9e7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,3 +36,4 @@ If you find a bug in a Janssen project, or you would like to suggest a new featu The Janssen Project is licensed under the [Apache License 2.0](https://github.com/JanssenProject/jans/blob/main/LICENSE). The Janssen Server is highly extensible and can be used with a variety of other products and projects, which may fall under other licenses. + diff --git a/jans-auth-server/README.md b/jans-auth-server/README.md index 33fd09550ad..5660e868c17 100644 --- a/jans-auth-server/README.md +++ b/jans-auth-server/README.md @@ -3,3 +3,4 @@ jans-auth-server is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). The project also includes OpenID Connect Client code which can be used by websites to validate tokens. The server currently implements all required aspects of the OpenID Connect stack, including an OAuth 2.0 authorization server, Simple Web Discovery, Dynamic Client Registration, JSON Web Tokens, JSON Web Keys, and User Info Endpoint. + diff --git a/jans-bom/README.md b/jans-bom/README.md index 41bbb0ac111..da09d1124e3 100644 --- a/jans-bom/README.md +++ b/jans-bom/README.md @@ -1,3 +1,2 @@ # janssen-core-bom POM which contains dependencies for sharing across different projects that are using maven. - diff --git a/jans-cli-tui/README.md b/jans-cli-tui/README.md index 4b91b99250d..3c026839c95 100644 --- a/jans-cli-tui/README.md +++ b/jans-cli-tui/README.md @@ -142,3 +142,4 @@ Now selecting 1 and it returns our desired result as below image: ![default-authentication-method.png](../docs/assets/image-im-cur-default-auth-03042021.png) So, That was a quick start to view how this _jans-cli_ Interactive Mode works. Please, follow this [link](../docs/admin/jans-cli) to read the _jans-cli_ docs for a better understanding of the Janssen Command-Line. + diff --git a/jans-config-api/README.md b/jans-config-api/README.md index 7da2cd76208..598071d57df 100644 --- a/jans-config-api/README.md +++ b/jans-config-api/README.md @@ -18,3 +18,4 @@ The application can be deployed on web server like jetty and can be now runnable ## Documentation Learn more in the [jans-config-api documentation](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger-auto.yaml). + diff --git a/jans-core/README.md b/jans-core/README.md index 8b156ca662d..12e9603115e 100644 --- a/jans-core/README.md +++ b/jans-core/README.md @@ -2,4 +2,3 @@ jans-Core ========= This project contains shared code across several Janssen projects. - diff --git a/jans-eleven/README.md b/jans-eleven/README.md index 9f9bbb5e957..57055f97e65 100644 --- a/jans-eleven/README.md +++ b/jans-eleven/README.md @@ -703,3 +703,4 @@ kid=f6ade591-4230-4114-8147-316dde969395 4. mvn test. To access Gluu support, please register and open a ticket on [Gluu Support](http://support.gluu.org) + diff --git a/jans-fido2/README.md b/jans-fido2/README.md index 909b844768c..78a719b215a 100644 --- a/jans-fido2/README.md +++ b/jans-fido2/README.md @@ -17,3 +17,4 @@ device as the second step. During Janssen installation, the administrator will have the option to also install the FIDO2 component. + diff --git a/jans-linux-setup/README.md b/jans-linux-setup/README.md index eed291fae5d..3828c303d3f 100644 --- a/jans-linux-setup/README.md +++ b/jans-linux-setup/README.md @@ -71,3 +71,4 @@ Run Reinstalling Janssen Server ------------------------ First uninstall and then install + diff --git a/jans-notify/README.md b/jans-notify/README.md index 5e4a60ec023..f4e2c11f35d 100644 --- a/jans-notify/README.md +++ b/jans-notify/README.md @@ -1,2 +1,3 @@ # Janssen Notify Janssen Notify is a simple push notification server. + diff --git a/jans-orm/README.md b/jans-orm/README.md index 86b5440fc22..4f1dfca3019 100644 --- a/jans-orm/README.md +++ b/jans-orm/README.md @@ -1,3 +1,4 @@ # Janssen ORM This is the library for persistence and caching implementations in Janssen. Currently, LDAP and Couchbase are supported, RDBMS is coming soon. + diff --git a/jans-pycloudlib/README.md b/jans-pycloudlib/README.md index 8e9a7d4284c..57a40ad008c 100644 --- a/jans-pycloudlib/README.md +++ b/jans-pycloudlib/README.md @@ -43,3 +43,4 @@ To generate/preview docs, run the following steps: - https://www.linuxfoundation.org/press-release/2020/12/the-janssen-project-takes-on-worlds-most-demanding-digital-trust-challenges-at-linux-foundation/ - https://betanews.com/2020/12/08/linux-foundation-open-source-identity-management/ - https://www.techrepublic.com/article/linux-foundation-debuts-new-secure-open-source-cloud-native-access-management-software-platform/ + diff --git a/jans-scim/README.md b/jans-scim/README.md index 8d07c62d2e3..11e09a861f5 100644 --- a/jans-scim/README.md +++ b/jans-scim/README.md @@ -163,4 +163,3 @@ This code performs a search using a filter based on username. It is recommended The `client` instance resembles quite close the SCIM specification, so it is generally easy to map the operations described in the standard versus the Java methods available. It can be useful to have some javadocs at hand though, specifically those from `model` and `client` folders of this repository. You may clone this repo and run `mvn javadoc:javadoc` inside the two directories mentioned. Note that `ScimClientFactory` provides several methods that allow you to use OAuth clients which employ mechanisms other than the default (`client_secret_basic`) to request tokens. Also, you can make `client` belong to more restrictive interfaces limiting the operations available in your code. -