diff --git a/hass-portainer/CHANGELOG.md b/hass-portainer/CHANGELOG.md index a0cb628..bb4c945 100644 --- a/hass-portainer/CHANGELOG.md +++ b/hass-portainer/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [v2023.7.0] - 2023-07-12 + +### Changed + +- Updated to Portainer CE v2.18.4. + ## [v2023.4.0] - 2023-04-05 ### Changed diff --git a/hass-portainer/Dockerfile b/hass-portainer/Dockerfile index 02d49ba..ae96069 100644 --- a/hass-portainer/Dockerfile +++ b/hass-portainer/Dockerfile @@ -8,7 +8,7 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi && \ if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi && \ if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="arm"; fi && \ if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi && \ - curl -L -s "https://github.com/portainer/portainer/releases/download/2.17.1/portainer-2.17.1-linux-${ARCH}.tar.gz" | tar zxvf - -C /opt/ + curl -L -s "https://github.com/portainer/portainer/releases/download/2.18.4/portainer-2.18.4-linux-${ARCH}.tar.gz" | tar zxvf - -C /opt/ COPY /init.sh / diff --git a/hass-portainer/config.json b/hass-portainer/config.json index d53833e..aedb01a 100644 --- a/hass-portainer/config.json +++ b/hass-portainer/config.json @@ -26,6 +26,6 @@ "panel_icon": "mdi:docker", "slug": "portainer", "startup": "services", - "url": "https://github.com/smarthomecomkh/hasaddon/hass-portainer", - "version": "2023.1.0" + "url": "https://github.com/smarthomekh/hasaddon/hass-portainer", + "version": "2023.7.0" }