From 50e46817182fccd0fffc8898a02914e828eddaf5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 28 Mar 2026 00:46:37 +0000 Subject: [PATCH] Revert "Updater bot : portainer updated to 2.40.0" This reverts commit 4b1ed1831494c2857abdc3f235ddb05197e17f0a. --- portainer/CHANGELOG.md | 3 --- portainer/Dockerfile | 2 +- portainer/config.yaml | 2 +- portainer/updater.json | 4 ++-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 94ba4a76b..4aa432643 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,7 +1,4 @@ -## 2.40.0 (2026-03-28) -- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) - ## 2.39.1 (2026-03-21) - Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 21e53703c..6b6063597 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_UPSTREAM="2.40.0" +ARG BUILD_UPSTREAM="2.39.1" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.yaml b/portainer/config.yaml index 93a69a73e..c8466393b 100644 --- a/portainer/config.yaml +++ b/portainer/config.yaml @@ -42,4 +42,4 @@ schema: slug: portainer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.40.0" +version: "2.39.1" diff --git a/portainer/updater.json b/portainer/updater.json index adf168b98..d466048f9 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "2026-03-28", + "last_update": "2026-03-21", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.40.0" + "upstream_version": "2.39.1" }