From 28e0e42278bffab2cb88bdd648a90469e45690a8 Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Wed, 13 Nov 2024 09:52:26 +0000 Subject: [PATCH] Upgrade to 2.7.1.149 --- 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 f358802fa..c387cfba6 100644 --- a/CONST_create_template/docker-compose.override.sample.yaml +++ b/CONST_create_template/docker-compose.override.sample.yaml @@ -25,7 +25,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 ac0d23dd5..94a667846 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.7.1.148 +GEOMAPFISH_VERSION=2.7.1.149 GEOMAPFISH_MAIN_VERSION=2.7 GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/geoportal/webpack.apps.js b/CONST_create_template/geoportal/webpack.apps.js index 23280a51d..6a6670cfc 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.7.1.148', + version: '2.7.1.149', cache_version: '${CACHE_VERSION}', }, }) diff --git a/docker-compose.override.sample.yaml b/docker-compose.override.sample.yaml index 431fc21c5..d204ccd18 100644 --- a/docker-compose.override.sample.yaml +++ b/docker-compose.override.sample.yaml @@ -36,7 +36,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 ac0d23dd5..94a667846 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.7.1.148 +GEOMAPFISH_VERSION=2.7.1.149 GEOMAPFISH_MAIN_VERSION=2.7 GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/geoportal/webpack.apps.js b/geoportal/webpack.apps.js index 23280a51d..6a6670cfc 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.7.1.148', + version: '2.7.1.149', cache_version: '${CACHE_VERSION}', }, })