diff --git a/helm/raspberrymatic/Chart.yaml b/helm/raspberrymatic/Chart.yaml index 63bb850510..ed1271e69a 100644 --- a/helm/raspberrymatic/Chart.yaml +++ b/helm/raspberrymatic/Chart.yaml @@ -32,11 +32,11 @@ version: 3.59.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 3.59.6.20210807 +appVersion: 3.59.6.20210911 annotations: artifacthub.io/changes: | - - Release of 3.59.6.20210807 (https://github.com/jens-maus/RaspberryMatic/releases/tag/3.59.6.20210807) + - Release of 3.59.6.20210911 (https://github.com/jens-maus/RaspberryMatic/releases/tag/3.59.6.20210911) artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: Webpage diff --git a/home-assistant-addon/config.json b/home-assistant-addon/config.json index ac97d66635..48868ce942 100644 --- a/home-assistant-addon/config.json +++ b/home-assistant-addon/config.json @@ -1,6 +1,6 @@ { "name": "RaspberryMatic CCU", - "version": "3.59.6.20210807", + "version": "3.59.6.20210911", "slug": "raspberrymatic", "image": "ghcr.io/jens-maus/raspberrymatic", "arch": ["armhf", "aarch64", "amd64"], @@ -106,6 +106,7 @@ "SYS_MODULE", "SYS_NICE", "SYS_RAWIO", - "SYS_RESOURCE" + "SYS_RESOURCE", + "NET_ADMIN" ] } diff --git a/release/LATEST-VERSION.js b/release/LATEST-VERSION.js index d78cc6d9ca..7cc320ceed 100644 --- a/release/LATEST-VERSION.js +++ b/release/LATEST-VERSION.js @@ -1 +1 @@ -homematic.com.setLatestVersion('3.59.6.20210807', 'HM-RASPBERRYMATIC'); +homematic.com.setLatestVersion('3.59.6.20210911', 'HM-RASPBERRYMATIC');