diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 4c7cc9790..d3bf94249 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.18.4 (08-07-2023) +- Update to latest version from portainer/portainer + ## 2.18.3 (27-05-2023) - Update to latest version from portainer/portainer diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 101ca2dee..5f7205603 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.3" +ARG BUILD_UPSTREAM="2.18.4" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index 1f4b4b1d4..dfb19603c 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.3" + "version": "2.18.4" } diff --git a/portainer/updater.json b/portainer/updater.json index e72c207cc..510b8b1cf 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "27-05-2023", + "last_update": "08-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.18.3" + "upstream_version": "2.18.4" }