Skip to content

Commit

Permalink
fix: prepare for 5.0.0-7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Feb 22, 2023
1 parent a012e8d commit 7f96937
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ npm run start
Once the project is compiled and started, UI can be accessed at URL: http://localhost:4100

**Note:** Please check this [link](https://raw.githubusercontent.com/0wczar/airframe-react/master/.npmrc) for NPM access token to be added to `NPM_TOKEN` field in `.env` file.

1 change: 0 additions & 1 deletion casa/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# casa
User-facing dashboard for people to manage authentication and authorization data in the Gluu Server.

2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN python3 -m ensurepip \
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=899e2bca3eed6bde85a468fa59f57085f175fb09
ENV JANS_SOURCE_VERSION=998bd76703df438f20a83f226ee4fc22cb4b463f
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup

# note that as we're pulling from a monorepo (with multiple project in it)
Expand Down
2 changes: 1 addition & 1 deletion docker-casa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=899e2bca3eed6bde85a468fa59f57085f175fb09
ENV JANS_SOURCE_VERSION=998bd76703df438f20a83f226ee4fc22cb4b463f
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup

# note that as we're pulling from a monorepo (with multiple project in it)
Expand Down
1 change: 1 addition & 0 deletions docker-flex-monolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ Grab a fresh ubuntu 22.04 lts VM and run:
```bash
wget https://raw.githubusercontent.com/GluuFederation/flex/main/automation/startflexmonolithdemo.sh && chmod u+x startflexmonolithdemo.sh && sudo bash startflexmonolithdemo.sh demoexample.gluu.org MYSQL
```

1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Gluu Flex uses Agama to offer an alternative way to build web-based authenticati
## Support

The Gluu Flex contract includes guaranteed response times and consultative support via our [support portal](https://support.gluu.org).

1 change: 1 addition & 0 deletions flex-cn-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@
```

This command will generate executable called `pygluu-kubernetes.pyz` under the same directory.

1 change: 0 additions & 1 deletion flex-linux-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ To add/remove Admin UI, on vm execute -
`python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex-plugin.py`

The available plugins can be downloaded from https://jenkins.gluu.org/npm/admin_ui/<git-branch-name>

0 comments on commit 7f96937

Please sign in to comment.