Skip to content

Commit 7f96937

Browse files
committed
fix: prepare for 5.0.0-7 release
1 parent a012e8d commit 7f96937

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

admin-ui/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ npm run start
2525
Once the project is compiled and started, UI can be accessed at URL: http://localhost:4100
2626

2727
**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.
28-

casa/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# casa
22
User-facing dashboard for people to manage authentication and authorization data in the Gluu Server.
3-

docker-admin-ui/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN python3 -m ensurepip \
6868
# jans-linux-setup sync
6969
# =====================
7070

71-
ENV JANS_SOURCE_VERSION=899e2bca3eed6bde85a468fa59f57085f175fb09
71+
ENV JANS_SOURCE_VERSION=998bd76703df438f20a83f226ee4fc22cb4b463f
7272
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7373

7474
# note that as we're pulling from a monorepo (with multiple project in it)

docker-casa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
6969
# jans-linux-setup sync
7070
# =====================
7171

72-
ENV JANS_SOURCE_VERSION=899e2bca3eed6bde85a468fa59f57085f175fb09
72+
ENV JANS_SOURCE_VERSION=998bd76703df438f20a83f226ee4fc22cb4b463f
7373
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7474

7575
# note that as we're pulling from a monorepo (with multiple project in it)

docker-flex-monolith/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ Grab a fresh ubuntu 22.04 lts VM and run:
8484
```bash
8585
wget https://raw.githubusercontent.com/GluuFederation/flex/main/automation/startflexmonolithdemo.sh && chmod u+x startflexmonolithdemo.sh && sudo bash startflexmonolithdemo.sh demoexample.gluu.org MYSQL
8686
```
87+

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Gluu Flex uses Agama to offer an alternative way to build web-based authenticati
2626
## Support
2727

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

flex-cn-setup/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@
5252
```
5353

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

flex-linux-setup/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ To add/remove Admin UI, on vm execute -
5656
`python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex-plugin.py`
5757
5858
The available plugins can be downloaded from https://jenkins.gluu.org/npm/admin_ui/<git-branch-name>
59-

0 commit comments

Comments
 (0)