Update to 2.9.0

This commit is contained in:
alexbelgium
2021-09-25 01:58:15 +02:00
parent 347fc1074f
commit 09b8c4c7d7
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.9.0 (25-09-2021)
- Update to latest version from portainer/portainer
- Enable stream mode
## 2.6.3 (28-08-2021)

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="2.6.3"
ARG BUILD_UPSTREAM="2.9.0"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -1,7 +1,7 @@
{
"name": "Portainer",
"version": "2.6.3-2",
"upstream": "2.6.3",
"version": "2.9.0",
"upstream": "2.9.0",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",