diff --git a/.env.demo b/.env.demo index 50cb514e7..07247a63b 100644 --- a/.env.demo +++ b/.env.demo @@ -65,7 +65,7 @@ LAYMAN_CLIENT_URL=http://layman_client:3000/client/ # client LAYMAN_CLIENT_PUBLIC_URL=http://localhost/client/ -LAYMAN_CLIENT_VERSION=73a6d0b5d2138e62077d305d07b4992d020168c8 +LAYMAN_CLIENT_VERSION=v1.18.0 # extra hosts to be added to /etc/hosts EXTRA_HOST1=1.2.3.4:1.2.3.4 diff --git a/.env.dev b/.env.dev index 800acde04..c9d842fe4 100644 --- a/.env.dev +++ b/.env.dev @@ -65,7 +65,7 @@ LAYMAN_CLIENT_URL=http://layman_client:3000/client/ # client LAYMAN_CLIENT_PUBLIC_URL=http://localhost:3000/client/ -LAYMAN_CLIENT_VERSION=73a6d0b5d2138e62077d305d07b4992d020168c8 +LAYMAN_CLIENT_VERSION=v1.18.0 ############################################################################## diff --git a/.env.test b/.env.test index b67d2b663..461c840f9 100644 --- a/.env.test +++ b/.env.test @@ -65,7 +65,7 @@ LAYMAN_CLIENT_URL=http://layman_client_test:3000/client/ # client LAYMAN_CLIENT_PUBLIC_URL=http://layman_test_run_1:8000/client/ -LAYMAN_CLIENT_VERSION=73a6d0b5d2138e62077d305d07b4992d020168c8 +LAYMAN_CLIENT_VERSION=v1.18.0 ############################################################################## diff --git a/CHANGELOG.md b/CHANGELOG.md index 13af93999..4d3b22fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Upgrade requirements - Change environment variable [LAYMAN_CLIENT_VERSION](doc/env-settings.md#LAYMAN_CLIENT_VERSION): ``` - LAYMAN_CLIENT_VERSION=73a6d0b5d2138e62077d305d07b4992d020168c8 + LAYMAN_CLIENT_VERSION=v1.18.0 ``` - Stop using environment variable `LAYMAN_GS_ROLE_SERVICE`, it has no effect to Layman anymore. Layman now uses [role service](doc/security.md#role-service) identified by new environment variable [LAYMAN_ROLE_SERVICE_URI](doc/env-settings.md#LAYMAN_ROLE_SERVICE_URI). The service is called `layman_role_service` on GeoServer. - Set new environment variable [LAYMAN_ROLE_SERVICE_URI](doc/env-settings.md#LAYMAN_ROLE_SERVICE_URI)