From 9c4b109da4720aa02b83db6d8b9e526ae1f18730 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 27 May 2023 02:01:59 +0200 Subject: [PATCH] Updater bot : portainer updated to 2.18.3 --- 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 5d4e368d6..4c7cc9790 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.18.3 (27-05-2023) +- Update to latest version from portainer/portainer + ## 2.18.2 (06-05-2023) - Update to latest version from portainer/portainer diff --git a/portainer/Dockerfile b/portainer/Dockerfile index f1c9d3f9c..101ca2dee 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_UPSTREAM="2.18.2" +ARG BUILD_UPSTREAM="2.18.3" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index 8392be36d..1f4b4b1d4 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -45,5 +45,5 @@ }, "slug": "portainer", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.18.2" + "version": "2.18.3" } diff --git a/portainer/updater.json b/portainer/updater.json index e761e3b4a..e72c207cc 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "06-05-2023", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.18.2" + "upstream_version": "2.18.3" }