3 Commits

Author SHA1 Message Date
3wc
8f2cbfed46 chore: publish 4.0.1+v2.25.4 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-04-10 19:23:35 +01:00
014deacc0f chore: publish 4.0.0+v2.25.3 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-03-03 16:39:56 +01:00
1a937addc2 upgrade postgres DB version to 17, this time for real.
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-03 16:35:09 +01:00
2 changed files with 6 additions and 5 deletions

View File

@ -33,7 +33,7 @@ x-environment: &default-env
services:
app:
image: loomio/loomio:v2.25.3
image: loomio/loomio:v2.25.4
configs:
- source: entrypoint
target: /entrypoint.sh
@ -71,10 +71,10 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.0.0+v2.25.3"
- "coop-cloud.${STACK_NAME}.version=4.0.1+v2.25.4"
- "backupbot.backup:=${ENABLE_BACKUPS:-true}"
worker:
image: loomio/loomio:v2.25.3
image: loomio/loomio:v2.25.4
configs:
- source: entrypoint
target: /entrypoint.sh
@ -98,7 +98,7 @@ services:
- loomio_plugins:/loomio/plugins/docker
db:
# loomio version upgrades and postgres version upgrade should not be performed at the same time.
image: postgres:12.17
image: pgautoupgrade/pgautoupgrade:17-debian
networks:
- backend
volumes:
@ -139,7 +139,7 @@ services:
environment:
<<: *redis-env
cron:
image: loomio/loomio:v2.25.3
image: loomio/loomio:v2.25.4
configs:
- source: entrypoint
target: /entrypoint.sh

1
release/4.0.0+v2.25.3 Normal file
View File

@ -0,0 +1 @@
ATTENTION: Perform a deployment of version 3.0.0+v2.25.3 before upgrading to this version. Otherwise there will be complications with database migrations. This version upgrades the used postgres container to version 17 with auto-upgrade functionality.