diff --git a/compose.yml b/compose.yml index 0554fb1..2b7e3b7 100644 --- a/compose.yml +++ b/compose.yml @@ -33,7 +33,7 @@ x-environment: &default-env services: app: - image: loomio/loomio:v2.25.2 + image: loomio/loomio:v2.25.3 configs: - source: entrypoint target: /entrypoint.sh @@ -74,7 +74,7 @@ services: - "coop-cloud.${STACK_NAME}.version=1.0.0+v2.25.2" - "backupbot.backup:=${ENABLE_BACKUPS:-true}" worker: - image: loomio/loomio:v2.25.2 + image: loomio/loomio:v2.25.3 configs: - source: entrypoint target: /entrypoint.sh @@ -97,7 +97,7 @@ services: - loomio_files:/loomio/public/files - loomio_plugins:/loomio/plugins/docker db: - image: postgres:12.17 + image: pgautoupgrade/pgautoupgrade:17-debian networks: - backend volumes: @@ -138,7 +138,7 @@ services: environment: <<: *redis-env cron: - image: loomio/loomio:v2.25.2 + image: loomio/loomio:v2.25.3 configs: - source: entrypoint target: /entrypoint.sh diff --git a/release/2.0.0+v2.25.3 b/release/2.0.0+v2.25.3 new file mode 100644 index 0000000..47f7aa5 --- /dev/null +++ b/release/2.0.0+v2.25.3 @@ -0,0 +1,2 @@ +The major change in this release is the upgrade of postgres db from 10 to 17. As we use a container with automatic migration, this should work seemlessly without operator intervention. +NEVERTHELESS, please create a BACKUP before you upgrade to this version! \ No newline at end of file