Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
Release-As: 1.0.1
  • Loading branch information
moabu committed Jul 6, 2022
1 parent 01ab38a commit 828bfe8
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
#max-parallel: 1
fail-fast: false
matrix:
simple: [ "super-jans", "docs" ]
simple: [ "docs" ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion agama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Some of the advantages of using Agama include:
1. Flow composition is supported out-of-the-box: reuse of an existing flow in another requires no effort
1. Reasoning about flows behavior is straightforward (as consequence of points 1 and 2). This makes flow modifications easy
1. Small cognitive load. Agama DSL is a very small language with simple, non-distracting syntax
1. Fiendly UI templating engine. No complexities when authoring web pages - stay focused on writing HTML markup
1. Friendly UI templating engine. No complexities when authoring web pages - stay focused on writing HTML markup
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@
- Release process
- Developer tools
- FAQ

1 change: 1 addition & 0 deletions jans-auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

1 change: 0 additions & 1 deletion jans-bom/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# janssen-core-bom
POM which contains dependencies for sharing across different projects that are using maven.

2 changes: 1 addition & 1 deletion jans-cli/cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
https://www.apache.org/licenses/LICENSE-2.0
"""

__version__ = "1.0.0"
__version__ = "1.0.1"
1 change: 0 additions & 1 deletion jans-client-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,3 @@ HTTP request | Method | Description


jans-client-api has defined swagger specification [here](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans-client-api/master/server/src/main/resources/swagger.yaml). It is possible to generated native library in your favorite language by [Swagger Code Generator](https://swagger.io/tools/swagger-codegen/).

1 change: 0 additions & 1 deletion jans-config-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ 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-config-api/master/docs/jans-config-api-swagger.yaml).

1 change: 0 additions & 1 deletion jans-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ jans-Core
=========

This project contains shared code across several Janssen projects.

1 change: 0 additions & 1 deletion jans-eleven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,3 @@ 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)

1 change: 0 additions & 1 deletion jans-fido2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ device as the second step.

During Janssen installation, the administrator will have the option to also install
the FIDO2 component.

1 change: 0 additions & 1 deletion jans-linux-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ Run
Reinstalling Janssen Server
------------------------
First uninstall and then install

2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/setup_app/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
1 change: 0 additions & 1 deletion jans-notify/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Jansssen Notify
Janssen Notify is a simple push notification server.

1 change: 0 additions & 1 deletion jans-orm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Janssen ORM

This is the library for persistence and caching implemenations in Janssen. Currently LDAP and Couchbase are supported, RDBMS is coming soon.

2 changes: 1 addition & 1 deletion jans-pycloudlib/jans/pycloudlib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""This module contains version-related info."""

__version__ = "1.0.0" # pragma: no cover
__version__ = "1.0.1" # pragma: no cover
1 change: 0 additions & 1 deletion jans-scim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 828bfe8

Please sign in to comment.