diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index edd3b1ac8..1e1b41407 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.9.2 (28-10-2021) +- Update to latest version from portainer/portainer - password: define admin password. If kept blank, will allow manual restore of previous backup put in /share ## 2.9.1 (11-10-2021) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 47d6bd3bf..807849cf4 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -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.9.1" +ARG BUILD_UPSTREAM="2.9.2" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/portainer/config.json b/portainer/config.json index e8a95d54a..052c8ce33 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,5 +1,10 @@ { - "arch": ["aarch64", "amd64", "armhf", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armhf", + "armv7" + ], "description": "Manage your Docker environment with ease", "docker_api": true, "hassio_api": true, @@ -8,7 +13,10 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, - "map": ["share:rw", "ssl"], + "map": [ + "share:rw", + "ssl" + ], "name": "Portainer", "options": { "ssl": false, @@ -33,8 +41,8 @@ }, "slug": "portainer", "startup": "services", - "upstream": "2.9.1", + "upstream": "2.9.2", "url": "https://github.com/hassio-addons/addon-portainer", - "version": "2.9.1-5", + "version": "2.9.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" }