mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
Update to 2.9.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.9.1 (11-10-2021)
|
||||||
|
- Update to latest version from portainer/portainer
|
||||||
- Enabled https access on same port as http when activating ssl
|
- Enabled https access on same port as http when activating ssl
|
||||||
|
|
||||||
## 2.9.0 (25-09-2021)
|
## 2.9.0 (25-09-2021)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
ARG BUILD_UPSTREAM="2.9.0"
|
ARG BUILD_UPSTREAM="2.9.1"
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Portainer",
|
"name": "Portainer",
|
||||||
"version": "2.9.0-3",
|
"version": "2.9.1",
|
||||||
"upstream": "2.9.0",
|
"upstream": "2.9.1",
|
||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"description": "Manage your Docker environment with ease",
|
"description": "Manage your Docker environment with ease",
|
||||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||||
|
|||||||
Reference in New Issue
Block a user