Updater bot : portainer updated to 2.11.0

This commit is contained in:
alexbelgium
2022-02-08 23:19:45 +01:00
parent 22a681ccb4
commit dd6984812e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.11.0 (08-02-2022)
- Update to latest version from portainer/portainer
## 2.11.1 (08-02-2022)
- Update to latest version from portainer/portainer
- New standardized logic for Dockerfile build and packages installation

View File

@@ -25,7 +25,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_UPSTREAM="2.11.1"
ARG BUILD_UPSTREAM="2.11.0"
# spellcheck disable=SC2015
# hadolint ignore=SC2015

View File

@@ -39,8 +39,8 @@
},
"slug": "portainer",
"startup": "services",
"upstream": "2.11.1",
"upstream": "2.11.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.11.1",
"version": "2.11.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
}