From bd78ca96c1e0b1f3977335e2d65bf51d8e929863 Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Wed, 13 Nov 2024 10:33:44 +0000 Subject: [PATCH] Upgrade to 2.8.1.166 --- CONST_create_template/docker-compose.override.sample.yaml | 2 +- CONST_create_template/env.default | 2 +- CONST_create_template/geoportal/webpack.apps.js | 2 +- docker-compose.override.sample.yaml | 2 +- env.default | 2 +- geoportal/webpack.apps.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONST_create_template/docker-compose.override.sample.yaml b/CONST_create_template/docker-compose.override.sample.yaml index 89001ca9e..1a20cd64c 100644 --- a/CONST_create_template/docker-compose.override.sample.yaml +++ b/CONST_create_template/docker-compose.override.sample.yaml @@ -24,7 +24,7 @@ services: # - PRINT_URL=http://print:8080/print/ - PYTHONWARNINGS=default::DeprecationWarning - SQLALCHEMY_WARN_20=true - - C2CWSGIUTILS_FORCE_PROTO=true + - C2CWSGIUTILS_FORCE_PROTO=https ports: - 5678:5678 # For remote debugging using Visual Studio Code diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index e92ff4871..c599c8e51 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.165 +GEOMAPFISH_VERSION=2.8.1.166 GEOMAPFISH_MAIN_VERSION=2.8 GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/geoportal/webpack.apps.js b/CONST_create_template/geoportal/webpack.apps.js index 9ceb36bc7..63eae4910 100644 --- a/CONST_create_template/geoportal/webpack.apps.js +++ b/CONST_create_template/geoportal/webpack.apps.js @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.8.1.165', + version: '2.8.1.166', cache_version: '${CACHE_VERSION}', }, }) diff --git a/docker-compose.override.sample.yaml b/docker-compose.override.sample.yaml index 3afaacbaf..84ec663e9 100644 --- a/docker-compose.override.sample.yaml +++ b/docker-compose.override.sample.yaml @@ -35,7 +35,7 @@ services: # - PRINT_URL=http://print:8080/print/ - PYTHONWARNINGS=default::DeprecationWarning - SQLALCHEMY_WARN_20=true - - C2CWSGIUTILS_FORCE_PROTO=true + - C2CWSGIUTILS_FORCE_PROTO=https ports: - 5678:5678 # For remote debugging using Visual Studio Code diff --git a/env.default b/env.default index e92ff4871..c599c8e51 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.8.1.165 +GEOMAPFISH_VERSION=2.8.1.166 GEOMAPFISH_MAIN_VERSION=2.8 GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/geoportal/webpack.apps.js b/geoportal/webpack.apps.js index 9ceb36bc7..63eae4910 100644 --- a/geoportal/webpack.apps.js +++ b/geoportal/webpack.apps.js @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.8.1.165', + version: '2.8.1.166', cache_version: '${CACHE_VERSION}', }, })