diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 07a1f17..0e84ddf 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.5.0 + +- Bump deCONZ to 2.05.88 + ## 6.4.1 - Enable autoscale for ingress noVNC diff --git a/deconz/Dockerfile b/deconz/Dockerfile index 0b76bea..4fc6867 100644 --- a/deconz/Dockerfile +++ b/deconz/Dockerfile @@ -6,7 +6,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install deCONZ dependencies ARG BUILD_ARCH -RUN apt-get update \ +RUN \ + set -x \ + && apt-get update \ && apt-get install -y --no-install-recommends \ curl \ iproute2 \ @@ -59,7 +61,9 @@ RUN apt-get update \ # Install deCONZ ARG DECONZ_VERSION -RUN if [ "${BUILD_ARCH}" = "armhf" ]; \ +RUN \ + set -x \ + && if [ "${BUILD_ARCH}" = "armhf" ]; \ then \ curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/stable/deconz-${DECONZ_VERSION}-qt5.deb; \ elif [ "${BUILD_ARCH}" = "aarch64" ]; \ diff --git a/deconz/build.json b/deconz/build.json index b249028..9dc97b3 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.05.84" + "DECONZ_VERSION": "2.05.88" } } diff --git a/deconz/config.json b/deconz/config.json index 3b13ad9..e969c1a 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.4.1", + "version": "6.5.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],