Skip to content

Commit

Permalink
fix: prepare for 5.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed May 12, 2023
1 parent a7b0e1b commit 8578827
Show file tree
Hide file tree
Showing 10 changed files with 7 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: 1 addition & 0 deletions casa/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# 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 @@ -70,7 +70,7 @@ RUN python3 -m ensurepip \
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=2fda83f8e40420eb3d1266c98aab2f325355e5ef
ENV JANS_SOURCE_VERSION=20edbc7b8638db25c8c65942f28c5f0f78a3e6ea
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: 0 additions & 1 deletion docker-admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,3 @@ To add plugins to AdminUI, for example `myplugin.zip`

1. Set the name of the plugin (without the extension name) in environment variable `GLUU_ADMIN_UI_PLUGINS`, for example: `GLUU_ADMIN_UI_PLUGINS=myplugin`.
2. Mount `myplugin.zip` to `/app/plugins/myplugin.zip` inside the pod/container. Note that if `/app/plugins/myplugin.zip` is not exist, plugin will be ignored.

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=2fda83f8e40420eb3d1266c98aab2f325355e5ef
ENV JANS_SOURCE_VERSION=20edbc7b8638db25c8c65942f28c5f0f78a3e6ea
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-casa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ Hybrid persistence supports all available persistence types. To configure hybrid
"session": "spanner",
}
```

1 change: 1 addition & 0 deletions docker-flex-monolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,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 @@ -64,4 +64,3 @@ Uninstallation of Gluu Flex along with Jans
- Uninstall Flex: `python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py --remove-flex`
- Uninstall Jans: `python3 /opt/jans/jans-setup/install.py -uninstall`
- Remove old files from `/var/www/html/` directory

0 comments on commit 8578827

Please sign in to comment.