From f8888b2082692c53d74f6fc83dd788f469d7f152 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 7 Aug 2026 04:21:19 +0000 Subject: [PATCH] upstream(lasuite-drive): fix collabora release-notes URL + note minio AIStor move --- cc-ci-plan/upstream/lasuite-drive.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cc-ci-plan/upstream/lasuite-drive.md b/cc-ci-plan/upstream/lasuite-drive.md index 0cf5c6a..04dc1c3 100644 --- a/cc-ci-plan/upstream/lasuite-drive.md +++ b/cc-ci-plan/upstream/lasuite-drive.md @@ -11,7 +11,7 @@ | 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/ | +| collabora | collabora/code | https://github.com/CollaboraOnline/online | https://www.collaboraonline.com/release-notes/ (per-version: .../collabora-online-25-04-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 | @@ -19,5 +19,9 @@ - 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. +- minio: Docker Hub `minio/minio` `latest` is frozen at `RELEASE.2025-09-07T16-13-09Z` (the + `RELEASE.2025-10-15T17-29-55Z` GitHub security release is NOT on Docker Hub `minio/minio`). + Newer minio releases moved to the **AIStor** product line (`quay.io/minio/aistor/minio`). + A future minio bump requires a registry+product switch — operator decision, not a routine tag bump. - 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).