From f7bd071d7c4c5f74e2eefbb615699149a9a2bedc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 10 May 2022 01:58:11 +0200 Subject: [PATCH] Updater bot : portainer updated to 2.13.0 --- portainer/CHANGELOG.md | 3 +++ portainer/Dockerfile | 2 +- portainer/config.json | 2 +- portainer/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 21841317e..5870a1a86 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.13.0 (10-05-2022) +- Update to latest version from portainer/portainer - Add codenotary sign - Reduce backup size (thanks @lmagyar) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 365280f8a..54961cdae 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -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.13.0" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index 4cdb86da3..28a1da2b6 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -45,5 +45,5 @@ "slug": "portainer", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.11.1-3" + "version": "2.13.0" } diff --git a/portainer/updater.json b/portainer/updater.json index ac6392798..e85db49df 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "10-02-2022", + "last_update": "10-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.11.1" + "upstream_version": "2.13.0" }