mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 13:21:50 +02:00
Updater bot : portainer updated to 2.13.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.13.0 (10-05-2022)
|
||||||
|
- Update to latest version from portainer/portainer
|
||||||
- Add codenotary sign
|
- Add codenotary sign
|
||||||
- Reduce backup size (thanks @lmagyar)
|
- Reduce backup size (thanks @lmagyar)
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ FROM ${BUILD_FROM}
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
ARG BUILD_UPSTREAM="2.11.1"
|
ARG BUILD_UPSTREAM="2.13.0"
|
||||||
|
|
||||||
# spellcheck disable=SC2015
|
# spellcheck disable=SC2015
|
||||||
# hadolint ignore=SC2015
|
# hadolint ignore=SC2015
|
||||||
|
|||||||
@@ -45,5 +45,5 @@
|
|||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.11.1-3"
|
"version": "2.13.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_havingasset": "true",
|
"github_havingasset": "true",
|
||||||
"last_update": "10-02-2022",
|
"last_update": "10-05-2022",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "portainer/portainer",
|
"upstream_repo": "portainer/portainer",
|
||||||
"upstream_version": "2.11.1"
|
"upstream_version": "2.13.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user