Update OpenZWave versions (#1444)

* Update changelog

* Add qt5-serialport dep

* Update OpenZWave versions

* Bump version to 0.4.5

* Bump to alpine 3.12 and include latest OZW commits

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Charles Garwood
2020-07-08 15:16:18 -04:00
committed by GitHub
parent cd2cfe6fcd
commit 29bc8a1457
4 changed files with 20 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 0.5.0
- Update OpenZWave to 5d3978d5
- Update ozw-admin to da04ebfb
- Update qt-openzwave to 3ad9138f
- Update alpine to 3.12
## 0.4.4
- Update OpenZWave to a35732f

View File

@@ -20,6 +20,7 @@ RUN \
pwgen \
qt5-qtbase \
qt5-qtremoteobjects \
qt5-qtserialport \
qt5-qtsvg \
rapidjson \
ttf-freefont \
@@ -40,6 +41,7 @@ RUN \
openssl-dev \
qt5-qtbase-dev \
qt5-qtremoteobjects-dev \
qt5-qtserialport-dev \
qt5-qtsvg-dev \
rapidjson-dev \
\

View File

@@ -1,16 +1,16 @@
{
"build_from": {
"amd64": "homeassistant/amd64-base:3.11",
"i386": "homeassistant/i386-base:3.11",
"armhf": "homeassistant/armhf-base:3.11",
"armv7": "homeassistant/armv7-base:3.11",
"aarch64": "homeassistant/aarch64-base:3.11"
"amd64": "homeassistant/amd64-base:3.12",
"i386": "homeassistant/i386-base:3.12",
"armhf": "homeassistant/armhf-base:3.12",
"armv7": "homeassistant/armv7-base:3.12",
"aarch64": "homeassistant/aarch64-base:3.12"
},
"args": {
"OZW_VERSION": "a35732f107e3620578c1cb9f027e0a71b5410697",
"QTOZW_VERSION": "337e48807568e4e7f90d3b8441cc126c9e057cde",
"QTOZWADMIN_VERSION": "278427be5d52a04aaab8e9d767f7e9a210bc1b58",
"QTMQTT_VERSION": "5.12.8",
"QTWEBSOCKETS_VERSION": "5.12.8"
"OZW_VERSION": "5d3978d5cac8d1bf556bd20c56ec2309b7cd7091",
"QTOZW_VERSION": "3ad9138f40a856366a7d85fb110b1ed91e1534a0",
"QTOZWADMIN_VERSION": "da04ebfbadc57484c487ebc846431eb283e83176",
"QTMQTT_VERSION": "5.14.2",
"QTWEBSOCKETS_VERSION": "5.14.2"
}
}

View File

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