Skip to content

Commit

Permalink
Upgrade to 2.9.rc.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Jan 30, 2025
1 parent eaae668 commit 364db4d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -182,7 +182,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.4.1
image: bitnami/redis-sentinel:7.4.2
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
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.9.rc.56
GEOMAPFISH_VERSION=2.9.rc.57
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
4 changes: 2 additions & 2 deletions CONST_create_template/geoportal/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ qualname = alembic

[handler_console]
class = StreamHandler
args = (sys.stderr,)
kwargs = {'stream': 'ext://sys.stderr'}
level = NOTSET
formatter = generic

[handler_json]
class = c2cwsgiutils.pyramid_logging.JsonLogHandler
args = (sys.stdout,)
kwargs = {'stream': 'ext://sys.stdout'}
level = NOTSET

[formatter_generic]
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ qualname = dogpile.cache

[handler_console]
class = StreamHandler
args = (sys.stderr,)
kwargs = {'stream': 'ext://sys.stderr'}
level = NOTSET
formatter = generic

Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.56',
version: '2.9.rc.57',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.4.1
image: bitnami/redis:7.4.2
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -182,7 +182,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.4.1
image: bitnami/redis-sentinel:7.4.2
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
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.9.rc.56
GEOMAPFISH_VERSION=2.9.rc.57
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
4 changes: 2 additions & 2 deletions geoportal/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ qualname = alembic

[handler_console]
class = StreamHandler
args = (sys.stderr,)
kwargs = {'stream': 'ext://sys.stderr'}
level = NOTSET
formatter = generic

[handler_json]
class = c2cwsgiutils.pyramid_logging.JsonLogHandler
args = (sys.stdout,)
kwargs = {'stream': 'ext://sys.stdout'}
level = NOTSET

[formatter_generic]
Expand Down
2 changes: 1 addition & 1 deletion geoportal/development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ qualname = dogpile.cache

[handler_console]
class = StreamHandler
args = (sys.stderr,)
kwargs = {'stream': 'ext://sys.stderr'}
level = NOTSET
formatter = generic

Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.56',
version: '2.9.rc.57',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down

0 comments on commit 364db4d

Please sign in to comment.