diff --git a/CONST_CHANGELOG.txt b/CONST_CHANGELOG.txt index 492707027..710841154 100644 --- a/CONST_CHANGELOG.txt +++ b/CONST_CHANGELOG.txt @@ -22,6 +22,12 @@ Version 2.8.1 End of support by GitHub: https://github.blog/changelog/2024-04-10-github-hosted-runner-images-deprecation-notice-docker-compose-v1/. +4. Previously the `Cache-Control` header was set to `public` when we are not authenticated to an endpoint + that use the authentication. But this didn't works in every cases, for example when we use the intranet + role and when we have a reverse proxy with cache. Now it's always set to private for all the endpoints + that use the authentication. + + ============= Version 2.8.0 ============= diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index 6320be5ec..4e8e15021 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.8.1.170 +GEOMAPFISH_VERSION=2.8.1.171 GEOMAPFISH_MAIN_VERSION=2.8 GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/env.default b/env.default index 6320be5ec..4e8e15021 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.8.1.170 +GEOMAPFISH_VERSION=2.8.1.171 GEOMAPFISH_MAIN_VERSION=2.8 GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1 COMPOSE_PROJECT_NAME=geomapfish