Skip to content

Commit

Permalink
Updater bot : portainer updated to 2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Dec 7, 2024
1 parent d1214b1 commit 40a2d9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions portainer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 2.24.1 (07-12-2024)
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)

## 2.24.0 (23-11-2024)
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)

Expand Down
2 changes: 1 addition & 1 deletion portainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base
ARG BUILD_UPSTREAM="2.24.0"
ARG BUILD_UPSTREAM="2.24.1"

# spellcheck disable=SC2015
# hadolint ignore=SC2015
Expand Down
2 changes: 1 addition & 1 deletion portainer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"slug": "portainer",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.24.0"
"version": "2.24.1"
}
4 changes: 2 additions & 2 deletions portainer/updater.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"github_havingasset": "true",
"last_update": "23-11-2024",
"last_update": "07-12-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "portainer",
"source": "github",
"upstream_repo": "portainer/portainer",
"upstream_version": "2.24.0"
"upstream_version": "2.24.1"
}

0 comments on commit 40a2d9b

Please sign in to comment.