Skip to content

Commit

Permalink
Upgrade to 2.8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Oct 26, 2023
1 parent 0b07a39 commit 0d526ae
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CONST_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
This file includes migration steps for each release of c2cgeoportal.

=============
Version 2.8.1
=============

1. Update dependencies to use GDAL 3.7

Use MapServer 8.0 with GDAL 3.7 (instead of 3.6)
Use QGIS server 3.28 with GDAL 3.7 (instead of 3.6)
Use GDAL 3.7 as based image (instead of 3.6)

=============
Version 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- PGOPTIONS

mapserver:
image: camptocamp/mapserver:8.0-gdal3.6
image: camptocamp/mapserver:8.0-gdal3.7
user: www-data
restart: unless-stopped
entrypoint: []
Expand Down
6 changes: 3 additions & 3 deletions CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.8.0.120
GEOMAPFISH_VERSION=2.8.1.1
GEOMAPFISH_MAIN_VERSION=2.8
GEOMAPFISH_MAIN_MINOR_VERSION=2.8.0
GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1
COMPOSE_PROJECT_NAME=geomapfish
PACKAGE=geomapfish
SRID=2056
Expand Down Expand Up @@ -46,7 +46,7 @@ TILECLOUDCHAIN_INTERNAL_PORT=8080
MAPSERVER_URL=http://mapserver:8080/
TINYOWS_URL=http://tinyows:8080/
QGISSERVER_URL=http://qgisserver:8080/mapserv_proxy
QGIS_VERSION=3.28-gdal3.6
QGIS_VERSION=3.28-gdal3.7
POSTGRES_TAG=13-postgis-3

DEVSERVER_HOST=webpack_dev_server:8080
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- PGOPTIONS

mapserver:
image: camptocamp/mapserver:8.0-gdal3.6
image: camptocamp/mapserver:8.0-gdal3.7
user: www-data
restart: unless-stopped
entrypoint: []
Expand Down
6 changes: 3 additions & 3 deletions env.default
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.8.0.120
GEOMAPFISH_VERSION=2.8.1.1
GEOMAPFISH_MAIN_VERSION=2.8
GEOMAPFISH_MAIN_MINOR_VERSION=2.8.0
GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1
COMPOSE_PROJECT_NAME=geomapfish
PACKAGE=geomapfish
SRID=2056
Expand Down Expand Up @@ -46,7 +46,7 @@ TILECLOUDCHAIN_INTERNAL_PORT=8080
MAPSERVER_URL=http://mapserver:8080/
TINYOWS_URL=http://tinyows:8080/
QGISSERVER_URL=http://qgisserver:8080/mapserv_proxy
QGIS_VERSION=3.28-gdal3.6
QGIS_VERSION=3.28-gdal3.7
POSTGRES_TAG=13-postgis-3

DEVSERVER_HOST=webpack_dev_server:8080
Expand Down

0 comments on commit 0d526ae

Please sign in to comment.