Updater bot : portainer_be updated to sts

This commit is contained in:
alexbelgium
2026-08-01 01:30:48 +02:00
parent 28cb4c0ffb
commit 9f592e58e4
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## sts (2026-08-01)
- Update to latest version from portainer/portainer-ee
## 2.43.0 (2026-07-27)
- Initial release: Portainer Business Edition add-on, based on the Portainer (CE) add-on (#873)
- Ships the `portainer/portainer-ee` binary and web assets; enter a free Business Edition license key in the web UI to unlock BE features (changelog: https://github.com/portainer/portainer/releases)

View File

@@ -20,7 +20,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
# web assets ship only inside the official portainer/portainer-ee image, so we
# pull them from there. The image is multi-arch (amd64/arm64), so buildx picks
# the variant matching the target architecture automatically.
ARG BUILD_UPSTREAM="2.43.0"
ARG BUILD_UPSTREAM="sts"
FROM portainer/portainer-ee:${BUILD_UPSTREAM} AS portainer_be
ARG BUILD_FROM

View File

@@ -42,4 +42,4 @@ schema:
slug: portainer_be
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.43.0"
version: "sts"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "-",
"last_update": "2026-07-27",
"last_update": "2026-08-01",
"repository": "alexbelgium/hassio-addons",
"slug": "portainer_be",
"source": "dockerhub",
"upstream_repo": "portainer/portainer-ee",
"upstream_version": "2.43.0"
"upstream_version": "sts"
}