Compare commits

..
Author SHA1 Message Date
autonomic-bot bdbefca6c6 chore: upgrade impress to v5.4.1, redis to 8.10.0, nginx to 1.31.3
cc-ci/testme cc-ci: success
2026-08-04 01:12:02 +00:00
autonomic-bot 5821060339 chore: upgrade to impress v5.4.1 + redis 8.8.1 + nginx 1.31.3 + minio 2025-09-07
cc-ci/testme cc-ci full lifecycle suite GREEN (build #1182)
2026-08-04 00:21:52 +00:00
autonomic-bot f772297f86 chore: upgrade nginx to 1.31.3
cc-ci/testme cc-ci: failure
2026-07-24 04:23:34 +00:00
autonomic-bot 7e7ba76a6b chore: upgrade impress to v5.4.1
cc-ci/testme cc-ci: failure
2026-07-13 20:32:19 +00:00
autonomic-bot 9e3f3b1351 chore: upgrade impress to v5.3.0, nginx to 1.31.2, minio to RELEASE.2025-09-07
cc-ci/testme cc-ci: success
2026-06-29 00:56:21 +00:00
autonomic-bot 505e53ccc2 chore: upgrade to v5.3.0 (impress app/backend/celery/y-provider) + nginx 1.31.2
cc-ci/testme cc-ci: success
2026-06-22 21:31:06 +00:00
trav 911c982b99 Merge pull request 'upgrade-22076ad' (#22) from upgrade-22076ad into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/22
2026-06-15 17:26:09 +00:00
autonomic-bot 8a06cfc2c9 chore: upgrade to v5.2.1
cc-ci/testme cc-ci: success
2026-06-12 03:34:05 +00:00
autonomic-bot 22076ad5d9 chore: upgrade to v5.2.0
cc-ci/testme cc-ci: success
2026-06-05 02:43:55 +00:00
notplants a8613e3d96 Merge pull request 'update pgbackup version to v4' (#21) from v4 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/21
2026-06-02 17:12:59 +00:00
trav da9a110c46 update pgbackup version to v4 2026-06-02 13:12:14 -04:00
trav d73a391225 Merge pull request 'chore: upgrade to 0.3.4+v5.1.0' (#20) from upgrade-0.3.4+v5.1.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/20
2026-06-02 16:52:24 +00:00
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
export ABRA_ENTRYPOINT_VERSION=v5
export NGINX_CONF_VERSION=v3
export PG_BACKUP_VERSION=v3
export PG_BACKUP_VERSION=v4
export MINIO_INITIALIZE_VERSION=v1
export MIGRATE_VERSION=v1
+8 -8
View File
@@ -103,14 +103,14 @@ x-minio-env: &minio-env
services:
app:
image: lasuite/impress-frontend:v5.1.0
image: lasuite/impress-frontend:v5.4.1
networks:
- backend
deploy:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.3.4+v5.1.0"
- "coop-cloud.${STACK_NAME}.version=0.3.5+v5.2.1"
user: "${DOCKER_USER:-1000}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
@@ -120,7 +120,7 @@ services:
start_period: 10s
backend:
image: lasuite/impress-backend:v5.1.0
image: lasuite/impress-backend:v5.4.1
networks:
- backend
environment:
@@ -155,7 +155,7 @@ services:
- email_pass
celery:
image: lasuite/impress-backend:v5.1.0
image: lasuite/impress-backend:v5.4.1
networks:
- backend
healthcheck:
@@ -185,7 +185,7 @@ services:
y-provider:
image: lasuite/impress-y-provider:v5.1.0
image: lasuite/impress-y-provider:v5.4.1
networks:
- backend
healthcheck:
@@ -243,7 +243,7 @@ services:
- postgres_p
redis:
image: redis:8.8.0
image: redis:8.10.0
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 15s
@@ -253,7 +253,7 @@ services:
- backend
minio:
image: minio/minio:RELEASE.2025-05-24T17-08-30Z
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
environment: *minio-env
healthcheck:
test: ["CMD", "mc", "ready", "local"]
@@ -283,7 +283,7 @@ services:
- minio_ru
web:
image: nginx:1.31.1
image: nginx:1.31.3
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8083"]
interval: 15s