chore: publish 3.0.0+v7.50 release

This commit is contained in:
2024-07-09 15:18:43 +02:00
parent 1d9317c231
commit 078fb53d4e
3 changed files with 8 additions and 2 deletions

View File

@ -91,7 +91,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=2.2.0+v7.50"
- "coop-cloud.${STACK_NAME}.version=3.0.0+v7.50"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
volumes:

View File

@ -1 +0,0 @@
Update MongoDB from version 5.0 to 6.0, don't forget to make a backup before!

7
release/3.0.0+v7.50 Normal file
View File

@ -0,0 +1,7 @@
Breaking Change: Update MongoDB from version 5.0 to 6.0.
========================================================
Before updating:
Run `abra app cmd <app_domaon> db show_mongo_version` to check if the featureCompatibilityVersion is above 5.0 !
Run `abra app cmd <app_domaon> db update_mongo_version` to set featureCompatibilityVersion to version 5.0