mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
deCONZ 2.5.87 (stable) (#1676)
* deCONZ 2.5.87 (stable) * Apply suggestions from code review Co-authored-by: Franck Nijhof <git@frenck.dev> * add output * Update build.json Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 6.5.0
|
||||||
|
|
||||||
|
- Bump deCONZ to 2.05.88
|
||||||
|
|
||||||
## 6.4.1
|
## 6.4.1
|
||||||
|
|
||||||
- Enable autoscale for ingress noVNC
|
- Enable autoscale for ingress noVNC
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
|
|
||||||
# Install deCONZ dependencies
|
# Install deCONZ dependencies
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
RUN apt-get update \
|
RUN \
|
||||||
|
set -x \
|
||||||
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
curl \
|
curl \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
@@ -59,7 +61,9 @@ RUN apt-get update \
|
|||||||
|
|
||||||
# Install deCONZ
|
# Install deCONZ
|
||||||
ARG DECONZ_VERSION
|
ARG DECONZ_VERSION
|
||||||
RUN if [ "${BUILD_ARCH}" = "armhf" ]; \
|
RUN \
|
||||||
|
set -x \
|
||||||
|
&& if [ "${BUILD_ARCH}" = "armhf" ]; \
|
||||||
then \
|
then \
|
||||||
curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/stable/deconz-${DECONZ_VERSION}-qt5.deb; \
|
curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/stable/deconz-${DECONZ_VERSION}-qt5.deb; \
|
||||||
elif [ "${BUILD_ARCH}" = "aarch64" ]; \
|
elif [ "${BUILD_ARCH}" = "aarch64" ]; \
|
||||||
|
|||||||
@@ -5,6 +5,6 @@
|
|||||||
"armhf": "homeassistant/armhf-base-raspbian:buster"
|
"armhf": "homeassistant/armhf-base-raspbian:buster"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"DECONZ_VERSION": "2.05.84"
|
"DECONZ_VERSION": "2.05.88"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "deCONZ",
|
"name": "deCONZ",
|
||||||
"version": "6.4.1",
|
"version": "6.5.0",
|
||||||
"slug": "deconz",
|
"slug": "deconz",
|
||||||
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
||||||
"arch": ["amd64", "armhf", "aarch64"],
|
"arch": ["amd64", "armhf", "aarch64"],
|
||||||
|
|||||||
Reference in New Issue
Block a user