From b63edbbd7f3df74b78b29425388b6d6bdedfeee2 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 5 Jun 2026 02:49:50 +0000 Subject: [PATCH] upstream(lasuite-drive): release-notes sources --- cc-ci-plan/upstream/lasuite-drive.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 cc-ci-plan/upstream/lasuite-drive.md diff --git a/cc-ci-plan/upstream/lasuite-drive.md b/cc-ci-plan/upstream/lasuite-drive.md new file mode 100644 index 0000000..0cf5c6a --- /dev/null +++ b/cc-ci-plan/upstream/lasuite-drive.md @@ -0,0 +1,23 @@ +# Upstream sources — lasuite-drive + +| service | image | source repo | releases / changelog | +|---------|-------|-------------|----------------------| +| app | lasuite/drive-frontend | https://github.com/suitenumerique/drive | https://github.com/suitenumerique/drive/releases | +| backend | lasuite/drive-backend | https://github.com/suitenumerique/drive | https://github.com/suitenumerique/drive/releases | +| celery | lasuite/drive-backend | https://github.com/suitenumerique/drive | https://github.com/suitenumerique/drive/releases | +| celery-beat | lasuite/drive-backend | https://github.com/suitenumerique/drive | https://github.com/suitenumerique/drive/releases | +| db | pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/pgautoupgrade/releases | +| redis | redis | https://github.com/redis/redis | https://github.com/redis/redis/releases | +| mailcatcher | sj26/mailcatcher | https://github.com/sj26/mailcatcher | https://github.com/sj26/mailcatcher/releases | +| minio | minio/minio | https://github.com/minio/minio | https://github.com/minio/minio/releases | +| minio-createbuckets | minio/minio | https://github.com/minio/minio | https://github.com/minio/minio/releases | +| collabora | collabora/code | https://github.com/CollaboraOnline/online | https://www.collaboraoffice.com/category/release-notes/ | +| onlyoffice | onlyoffice/documentserver-de | https://github.com/ONLYOFFICE/DocumentServer | https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md | +| web | nginx | https://github.com/nginx/nginx | https://nginx.org/en/CHANGES | + +## Standing notes +- lasuite/drive-frontend and lasuite/drive-backend share the same version tag (drive monorepo). +- minio and onlyoffice tags use non-semver formats; abra cannot auto-detect upgrades for them. +- collabora/code uses a 5-part version scheme; abra cannot auto-detect upgrades for it. +- nginx 1.31.x (1.31.0, 1.31.1) contains multiple security CVE fixes; upgrade is recommended. +- nginx 1.31.0 breaking change: HTTP/2 and HTTP/3 requests with Connection/Proxy-Connection/Keep-Alive/Transfer-Encoding/Upgrade headers are now rejected (affects proxied HTTP/2 backends).