Skip to content

Commit

Permalink
Merge pull request #153 from gisaia/version/27.0
Browse files Browse the repository at this point in the history
Version/27.0
  • Loading branch information
sylvaingaudan authored Feb 27, 2025
2 parents 192631c + 64622ba commit 980b66d
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 40 deletions.
2 changes: 1 addition & 1 deletion conf/apisix/apisix_part_arlas_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ routes:
uri: /wui/*
upstream:
nodes:
"arlas-wui:80": 1
"arlas-wui:8080": 1
plugins:
# response-rewrite:
# headers:
Expand Down
2 changes: 1 addition & 1 deletion conf/apisix/apisix_with_iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ routes:
uri: /wui/*
upstream:
nodes:
"arlas-wui:80": 1
"arlas-wui:8080": 1
plugins:
# response-rewrite:
# headers:
Expand Down
18 changes: 9 additions & 9 deletions conf/versions.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARLAS_WUI_VERSION=gisaia/arlas-wui:26.1.1-no-analytics
ARLAS_WUI_IAM_VERSION=gisaia/arlas-wui-iam:26.1.1
ARLAS_BUILDER_VERSION=gisaia/arlas-wui-builder:26.1.2
ARLAS_HUB_VERSION=gisaia/arlas-wui-hub:26.1.2

ARLAS_IAM_SERVER_VERSION=gisaia/arlas-iam-server:26.0.5
ARLAS_PERMISSIONS_VERSION=gisaia/arlas-permissions-server:26.0.2
ARLAS_PERSISTENCE_VERSION=gisaia/arlas-persistence-server:26.0.2
ARLAS_SERVER_VERSION=gisaia/arlas-server:26.0.8
ARLAS_WUI_VERSION=gisaia/arlas-wui:27.0.0
ARLAS_WUI_IAM_VERSION=gisaia/arlas-wui-iam:27.0.0
ARLAS_BUILDER_VERSION=gisaia/arlas-wui-builder:27.0.0
ARLAS_HUB_VERSION=gisaia/arlas-wui-hub:27.0.0

ARLAS_IAM_SERVER_VERSION=gisaia/arlas-iam-server:27.0.1
ARLAS_PERMISSIONS_VERSION=gisaia/arlas-permissions-server:27.0.1
ARLAS_PERSISTENCE_VERSION=gisaia/arlas-persistence-server:27.0.1
ARLAS_SERVER_VERSION=gisaia/arlas-server:27.0.1

ARLAS_VERSION_AIRS=gisaia/airs:0.5.8
ARLAS_VERSION_APROC_PROC=gisaia/aproc-proc:0.5.8
Expand Down
22 changes: 11 additions & 11 deletions docs/docs/dc_services/docker_compose_services_aias.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Image: `ELASTIC_VERSION` with `docker.elastic.co/elasticsearch/elasticsearch:8.9
| `discovery.type` | `single-node` | `` | | |
| `cluster.name` | `arlas-es-cluster` | `` | | |
| `node.name` | `arlas-data-node-1` | `` | | |
| `ES_JAVA_OPTS` | `ES_JAVA_OPTS` | `` | | `-Xms1g -Xmx1g` in `conf/elastic.env` |
| `ES_JAVA_OPTS` | `ES_JAVA_OPTS` | `` | | `-Xms500m -Xmx500m` in `conf/elastic.env` |
| `xpack.security.enabled` | `false` | `` | | |
| `xpack.security.http.ssl.enabled` | `false` | `` | | |
| `xpack.security.transport.ssl.enabled` | `false` | `` | | |
Expand All @@ -44,7 +44,7 @@ List of volumes:
### Service arlas-server
Description: ARLAS Server is the geo-analytic engine of the ARLAS Exploration Stack

Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:26.0.6` in `conf/versions.env`
Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -79,7 +79,7 @@ Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:26.0.6` in `conf/version
### Service arlas-persistence-server
Description: ARLAS Persistence is a service for storing and retrieving small ojects, such as JSON documents or image previews.

Image: `ARLAS_PERSISTENCE_VERSION` with `gisaia/arlas-persistence-server:26.0.0` in `conf/versions.env`
Image: `ARLAS_PERSISTENCE_VERSION` with `gisaia/arlas-persistence-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -116,7 +116,7 @@ List of volumes:
### Service arlas-permissions-server
Description: ARLAS Permissions is a service for listing user's permissions

Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:26.0.0` in `conf/versions.env`
Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -145,7 +145,7 @@ Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:26.0.0`
### Service arlas-iam-server
Description: ARLAS IAM is the ARLAS Identity and Access Management service.

Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:26.0.2` in `conf/versions.env`
Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand All @@ -163,7 +163,7 @@ Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:26.0.2` in `conf
| `ARLAS_IAM_PORT` | `ARLAS_IAM_PORT` | `9998` | | |
| `ARLAS_IAM_VERIFY_EMAIL` | `ARLAS_IAM_VERIFY_EMAIL` | `` | | `false` in `conf/arlas_iam.env` |
| `ARLAS_REFRESH_TOKEN_TTL` | `600000` | `` | | |
| `ARLAS_SERVER_URL` | `"http://arlas-server:9999/arlas/"` | `` | | |
| `ARLAS_SERVER_URL` | `"http://arlas-server:9999/arlas"` | `` | | |
| `ARLAS_SMTP_ACTIVATED` | `ARLAS_SMTP_ACTIVATED` | `` | | `false` in `conf/aias.env`<br>`false` in `conf/arlas_iam.env` |
| `ARLAS_SMTP_FROM` | `ARLAS_SMTP_FROM` | `` | | `tobechanged@tobechanged.io` in `conf/aias.env`<br>empty value in `conf/arlas_iam.env` |
| `ARLAS_SMTP_HOST` | `ARLAS_SMTP_HOST` | `` | | `tobechanged` in `conf/aias.env`<br>empty value in `conf/arlas_iam.env` |
Expand All @@ -182,7 +182,7 @@ Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:26.0.2` in `conf
### Service arlas-wui-iam
Description: ARLAS IAM is the ARLAS Identity and Access Management web interface.

Image: `ARLAS_WUI_IAM_VERSION` with `gisaia/arlas-wui-iam:26.1.0` in `conf/versions.env`
Image: `ARLAS_WUI_IAM_VERSION` with `gisaia/arlas-wui-iam:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand All @@ -199,7 +199,7 @@ Image: `ARLAS_WUI_IAM_VERSION` with `gisaia/arlas-wui-iam:26.1.0` in `conf/versi
### Service arlas-builder
Description: ARLAS Builder is the interface for elaborating ARLAS Dashboards.

Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/versions.env`
Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -231,7 +231,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
| `ARLAS_IAM_SERVER_URL` | `ARLAS_IAM_SERVER_URL` | `/arlas_iam_server` | | |
| `ARLAS_PERMISSIONS_URL` | `ARLAS_PERMISSIONS_URL` | `/arlas_permissions_server` | | |
| `ARLAS_PERSISTENCE_URL` | `ARLAS_PERSISTENCE_URL` | `/arlas_persistence_server` | | `/persist` in `conf/persistence-file.env`<br>`https://${ARLAS_HOST}/persist` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | `https://${ARLAS_HOST}/arlas` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | |
| `ARLAS_USE_AUTHENT` | `ARLAS_USE_AUTHENT` | `` | | `true` in `conf/arlas_iam.env` |
| `ARLAS_WUI_URL` | `ARLAS_WUI_URL` | `/wui/` | | `https://${ARLAS_HOST}/wui/` in `conf/arlas_iam.env` |
| `ARLAS_STATIC_LINKS` | `ARLAS_BUILDER_LINKS` | `` | | `'` in `conf/arlas.env` |
Expand All @@ -240,7 +240,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
### Service arlas-hub
Description: ARLAS Hub is the interface for discovering all the available ARLAS Dashboards

Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:26.1.0` in `conf/versions.env`
Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -276,7 +276,7 @@ Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:26.1.0` in `conf/versions.
### Service arlas-wui
Description: ARLAS WUI is ARLAS Web interface for visualising an analytic ARLAS Dashboard.

Image: `ARLAS_WUI_VERSION` with `gisaia/arlas-wui:26.1.0-no-analytics` in `conf/versions.env`
Image: `ARLAS_WUI_VERSION` with `gisaia/arlas-wui:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down
22 changes: 11 additions & 11 deletions docs/docs/dc_services/docker_compose_services_iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Image: `ELASTIC_VERSION` with `docker.elastic.co/elasticsearch/elasticsearch:8.9
| `discovery.type` | `single-node` | `` | | |
| `cluster.name` | `arlas-es-cluster` | `` | | |
| `node.name` | `arlas-data-node-1` | `` | | |
| `ES_JAVA_OPTS` | `ES_JAVA_OPTS` | `` | | `-Xms1g -Xmx1g` in `conf/elastic.env` |
| `ES_JAVA_OPTS` | `ES_JAVA_OPTS` | `` | | `-Xms500m -Xmx500m` in `conf/elastic.env` |
| `xpack.security.enabled` | `false` | `` | | |
| `xpack.security.http.ssl.enabled` | `false` | `` | | |
| `xpack.security.transport.ssl.enabled` | `false` | `` | | |
Expand All @@ -35,7 +35,7 @@ List of volumes:
### Service arlas-server
Description: ARLAS Server is the geo-analytic engine of the ARLAS Exploration Stack

Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:26.0.6` in `conf/versions.env`
Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -70,7 +70,7 @@ Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:26.0.6` in `conf/version
### Service arlas-persistence-server
Description: ARLAS Persistence is a service for storing and retrieving small ojects, such as JSON documents or image previews.

Image: `ARLAS_PERSISTENCE_VERSION` with `gisaia/arlas-persistence-server:26.0.0` in `conf/versions.env`
Image: `ARLAS_PERSISTENCE_VERSION` with `gisaia/arlas-persistence-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -107,7 +107,7 @@ List of volumes:
### Service arlas-permissions-server
Description: ARLAS Permissions is a service for listing user's permissions

Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:26.0.0` in `conf/versions.env`
Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -136,7 +136,7 @@ Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:26.0.0`
### Service arlas-iam-server
Description: ARLAS IAM is the ARLAS Identity and Access Management service.

Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:26.0.2` in `conf/versions.env`
Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand All @@ -154,7 +154,7 @@ Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:26.0.2` in `conf
| `ARLAS_IAM_PORT` | `ARLAS_IAM_PORT` | `9998` | | |
| `ARLAS_IAM_VERIFY_EMAIL` | `ARLAS_IAM_VERIFY_EMAIL` | `` | | `false` in `conf/arlas_iam.env` |
| `ARLAS_REFRESH_TOKEN_TTL` | `600000` | `` | | |
| `ARLAS_SERVER_URL` | `"http://arlas-server:9999/arlas/"` | `` | | |
| `ARLAS_SERVER_URL` | `"http://arlas-server:9999/arlas"` | `` | | |
| `ARLAS_SMTP_ACTIVATED` | `ARLAS_SMTP_ACTIVATED` | `` | | `false` in `conf/arlas_iam.env` |
| `ARLAS_SMTP_FROM` | `ARLAS_SMTP_FROM` | `` | | empty value in `conf/arlas_iam.env` |
| `ARLAS_SMTP_HOST` | `ARLAS_SMTP_HOST` | `` | | empty value in `conf/arlas_iam.env` |
Expand All @@ -173,7 +173,7 @@ Image: `ARLAS_IAM_SERVER_VERSION` with `gisaia/arlas-iam-server:26.0.2` in `conf
### Service arlas-wui-iam
Description: ARLAS IAM is the ARLAS Identity and Access Management web interface.

Image: `ARLAS_WUI_IAM_VERSION` with `gisaia/arlas-wui-iam:26.1.0` in `conf/versions.env`
Image: `ARLAS_WUI_IAM_VERSION` with `gisaia/arlas-wui-iam:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand All @@ -190,7 +190,7 @@ Image: `ARLAS_WUI_IAM_VERSION` with `gisaia/arlas-wui-iam:26.1.0` in `conf/versi
### Service arlas-builder
Description: ARLAS Builder is the interface for elaborating ARLAS Dashboards.

Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/versions.env`
Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -222,7 +222,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
| `ARLAS_IAM_SERVER_URL` | `ARLAS_IAM_SERVER_URL` | `/arlas_iam_server` | | |
| `ARLAS_PERMISSIONS_URL` | `ARLAS_PERMISSIONS_URL` | `/arlas_permissions_server` | | |
| `ARLAS_PERSISTENCE_URL` | `ARLAS_PERSISTENCE_URL` | `/arlas_persistence_server` | | `/persist` in `conf/persistence-file.env`<br>`https://${ARLAS_HOST}/persist` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | `https://${ARLAS_HOST}/arlas` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | |
| `ARLAS_USE_AUTHENT` | `ARLAS_USE_AUTHENT` | `` | | `true` in `conf/arlas_iam.env` |
| `ARLAS_WUI_URL` | `ARLAS_WUI_URL` | `/wui/` | | `https://${ARLAS_HOST}/wui/` in `conf/arlas_iam.env` |
| `ARLAS_STATIC_LINKS` | `ARLAS_BUILDER_LINKS` | `` | | `'` in `conf/arlas.env` |
Expand All @@ -231,7 +231,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
### Service arlas-hub
Description: ARLAS Hub is the interface for discovering all the available ARLAS Dashboards

Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:26.1.0` in `conf/versions.env`
Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -267,7 +267,7 @@ Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:26.1.0` in `conf/versions.
### Service arlas-wui
Description: ARLAS WUI is ARLAS Web interface for visualising an analytic ARLAS Dashboard.

Image: `ARLAS_WUI_VERSION` with `gisaia/arlas-wui:26.1.0-no-analytics` in `conf/versions.env`
Image: `ARLAS_WUI_VERSION` with `gisaia/arlas-wui:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down
14 changes: 7 additions & 7 deletions docs/docs/dc_services/docker_compose_services_simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Image: `ELASTIC_VERSION` with `docker.elastic.co/elasticsearch/elasticsearch:8.9
| `discovery.type` | `single-node` | `` | | |
| `cluster.name` | `arlas-es-cluster` | `` | | |
| `node.name` | `arlas-data-node-1` | `` | | |
| `ES_JAVA_OPTS` | `ES_JAVA_OPTS` | `` | | `-Xms1g -Xmx1g` in `conf/elastic.env` |
| `ES_JAVA_OPTS` | `ES_JAVA_OPTS` | `` | | `-Xms500m -Xmx500m` in `conf/elastic.env` |
| `xpack.security.enabled` | `false` | `` | | |
| `xpack.security.http.ssl.enabled` | `false` | `` | | |
| `xpack.security.transport.ssl.enabled` | `false` | `` | | |
Expand All @@ -32,7 +32,7 @@ List of volumes:
### Service arlas-server
Description: ARLAS Server is the geo-analytic engine of the ARLAS Exploration Stack

Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:26.0.6` in `conf/versions.env`
Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -67,7 +67,7 @@ Image: `ARLAS_SERVER_VERSION` with `gisaia/arlas-server:26.0.6` in `conf/version
### Service arlas-persistence-server
Description: ARLAS Persistence is a service for storing and retrieving small ojects, such as JSON documents or image previews.

Image: `ARLAS_PERSISTENCE_VERSION` with `gisaia/arlas-persistence-server:26.0.0` in `conf/versions.env`
Image: `ARLAS_PERSISTENCE_VERSION` with `gisaia/arlas-persistence-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -104,7 +104,7 @@ List of volumes:
### Service arlas-permissions-server
Description: ARLAS Permissions is a service for listing user's permissions

Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:26.0.0` in `conf/versions.env`
Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:27.0.1` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -133,7 +133,7 @@ Image: `ARLAS_PERMISSIONS_VERSION` with `gisaia/arlas-permissions-server:26.0.0`
### Service arlas-builder
Description: ARLAS Builder is the interface for elaborating ARLAS Dashboards.

Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/versions.env`
Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -174,7 +174,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
### Service arlas-hub
Description: ARLAS Hub is the interface for discovering all the available ARLAS Dashboards

Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:26.1.0` in `conf/versions.env`
Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -210,7 +210,7 @@ Image: `ARLAS_HUB_VERSION` with `gisaia/arlas-wui-hub:26.1.0` in `conf/versions.
### Service arlas-wui
Description: ARLAS WUI is ARLAS Web interface for visualising an analytic ARLAS Dashboard.

Image: `ARLAS_WUI_VERSION` with `gisaia/arlas-wui:26.1.0-no-analytics` in `conf/versions.env`
Image: `ARLAS_WUI_VERSION` with `gisaia/arlas-wui:27.0.0` in `conf/versions.env`

| Container variable | Value or environment variable | Default | Description | Env file setting |
| --- | --- | --- | --- | --- |
Expand Down
16 changes: 16 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
[ -z "$1" ] && echo "Please provide the version" && exit 1;
VERSION=$1


send_chat_message(){
MESSAGE=$1
if [ -z "$GOOGLE_CHAT_RELEASE_CHANEL" ] ; then
echo "Environement variable GOOGLE_CHAT_RELEASE_CHANEL is not definied ... skipping message publishing"
else
DATA='{"text":"'${MESSAGE}'"}'
echo $DATA
curl -X POST --header "Content-Type:application/json" $GOOGLE_CHAT_RELEASE_CHANEL -d "${DATA}"
fi
}



# Generate the md documentation
./mkDocs.sh

Expand All @@ -10,3 +24,5 @@ git add docs/docs/dc_services/docker_compose_services_*.md
git commit -m "Update docker compose services documentation"
git tag -a ${VERSION} -m "ARLAS Exploration stack ${VERSION}"
git push origin ${VERSION}

send_chat_message "Release of ARLAS Exploration Stack, version ${VERSION}"

0 comments on commit 980b66d

Please sign in to comment.