diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 1222645..4990c95 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.6.2 + +- Fixes issues where the `otau` directory was not excluded from snapshots + ## 6.6.1 - Small cleanup with s6-overlay diff --git a/deconz/config.json b/deconz/config.json index 6c1d7f2..f4b7fda 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.6.1", + "version": "6.6.2", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"], @@ -30,7 +30,7 @@ "apparmor": false, "privileged": ["SYS_MODULE", "SYS_RAWIO"], "devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"], - "snapshot_exclude": ["/data/otau/*"], + "snapshot_exclude": ["*/otau"], "options": { "device": null },