November update for OZW (#1686)

* November update for OZW

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2020-11-20 16:40:15 +01:00
committed by GitHub
parent aa76c195a3
commit 4bbb66a9c8
4 changed files with 9 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
# Changelog # Changelog
## 0.5.2 ## 0.7.0
- Rollback the docker image to 0.5.2. - Fix vnc / ozwadmin
- This is a temporary fix to solve problems with 0.5.3 - 0.6.0. - Update Openzwave to 1c7b620
- Remove this changelog item when the next version is released. - Update qt-openzwave to 7ebd43e2
## 0.6.0 ## 0.6.0

View File

@@ -88,9 +88,9 @@ RUN \
&& git clone --depth 1 -b \ && git clone --depth 1 -b \
v${NOVNC_VERSION} https://github.com/novnc/noVNC \ v${NOVNC_VERSION} https://github.com/novnc/noVNC \
&& cd noVNC \ && cd noVNC \
&& mkdir -p /usr/share/noVNC \ && mkdir -p /usr/share/novnc \
&& rm -rf .git utils \ && rm -rf .git utils \
&& cp -rf ./* /usr/share/noVNC/ \ && cp -rf ./* /usr/share/novnc/ \
\ \
&& git clone --depth 1 -b \ && git clone --depth 1 -b \
v${WEBSOCKIFY_VERSION} https://github.com/novnc/websockify \ v${WEBSOCKIFY_VERSION} https://github.com/novnc/websockify \

View File

@@ -7,8 +7,8 @@
"aarch64": "homeassistant/aarch64-base:3.11" "aarch64": "homeassistant/aarch64-base:3.11"
}, },
"args": { "args": {
"OZW_VERSION": "7eaae21b3248a82f841900a27ec9702d144f53cc", "OZW_VERSION": "1c7b62028e9f2cae6f25bdf9b17bf1ef9136578a",
"QTOZW_VERSION": "3ad9138f40a856366a7d85fb110b1ed91e1534a0", "QTOZW_VERSION": "7ebd43e246e97851ad20f2b1bb9c62bfd6a4a6ef",
"QTOZWADMIN_VERSION": "da04ebfbadc57484c487ebc846431eb283e83176", "QTOZWADMIN_VERSION": "da04ebfbadc57484c487ebc846431eb283e83176",
"QTMQTT_VERSION": "5.12.8", "QTMQTT_VERSION": "5.12.8",
"QTWEBSOCKETS_VERSION": "5.12.8", "QTWEBSOCKETS_VERSION": "5.12.8",

View File

@@ -1,6 +1,6 @@
{ {
"name": "OpenZWave", "name": "OpenZWave",
"version": "0.5.2", "version": "0.7.0",
"slug": "zwave", "slug": "zwave",
"description": "Control a ZWave network with Home Assistant", "description": "Control a ZWave network with Home Assistant",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"], "arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],