mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-31 17:23:31 +02:00
Updater bot : collabora updated to 26.04.3.1.1 (upstream 26.04.3.1.1)
This commit is contained in:
@@ -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)
|
## 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
|
- 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
|
- 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
|
||||||
|
|||||||
@@ -48,5 +48,5 @@ schema:
|
|||||||
username: str
|
username: str
|
||||||
slug: collabora
|
slug: collabora
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
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"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_exclude": "sha256",
|
"github_exclude": "sha256",
|
||||||
"last_update": "2026-07-26",
|
"last_update": "2026-08-13",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "collabora",
|
"slug": "collabora",
|
||||||
"source": "dockerhub",
|
"source": "dockerhub",
|
||||||
"upstream_repo": "collabora/code",
|
"upstream_repo": "collabora/code",
|
||||||
"upstream_version": "26.04.2.4.1"
|
"upstream_version": "26.04.3.1.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user