diff --git a/collabora/CHANGELOG.md b/collabora/CHANGELOG.md index 6792738832..4fa3060d24 100644 --- a/collabora/CHANGELOG.md +++ b/collabora/CHANGELOG.md @@ -1,4 +1,7 @@ +## 26.04.3.1.1 (2026-08-13) +- Update to latest version from collabora/code + ## 26.04.2.4.1 (2026-07-26) - Rebuild on a Debian base: upstream turned collabora/code into a distroless image with no shell, which broke the addon build entirely. collabora/code stays the tracked upstream image in build.json, but is now a build stage whose payload is copied onto ghcr.io/hassio-addons/debian-base, and the addon ships its own launcher in place of the removed /start-collabora-online.sh - build.json names the architecture explicitly again (`collabora/code:latest-amd64` and `collabora/code:latest-arm64`). The builder never passes `--platform`, so the tag is the only thing that decides which binaries land in the addon diff --git a/collabora/config.yaml b/collabora/config.yaml index 22ac07fc4d..02307cb5d2 100644 --- a/collabora/config.yaml +++ b/collabora/config.yaml @@ -48,5 +48,5 @@ schema: username: str slug: collabora url: https://github.com/alexbelgium/hassio-addons -version: "26.04.2.4.1" +version: "26.04.3.1.1" webui: "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html" diff --git a/collabora/updater.json b/collabora/updater.json index c8f8b13ede..b69107f01c 100644 --- a/collabora/updater.json +++ b/collabora/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "sha256", - "last_update": "2026-07-26", + "last_update": "2026-08-13", "repository": "alexbelgium/hassio-addons", "slug": "collabora", "source": "dockerhub", "upstream_repo": "collabora/code", - "upstream_version": "26.04.2.4.1" + "upstream_version": "26.04.3.1.1" }