Skip to content

Commit

Permalink
Upgrade to 2.8.1.171
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Dec 13, 2024
1 parent 775a61e commit 5af114a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CONST_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5af114a

Please sign in to comment.