Skip to content

Commit 9190987

Browse files
release bump [3.73.9.20231130]
1 parent ef2e191 commit 9190987

File tree

4 files changed

+41
-33
lines changed

4 files changed

+41
-33
lines changed

helm/raspberrymatic/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ type: application
2929

3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
32-
version: 3.71.12
32+
version: 3.73.9
3333

3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application.
36-
appVersion: 3.71.12.20231020
36+
appVersion: 3.73.9.20231130
3737

3838
dependencies:
3939
- name: common
@@ -42,7 +42,7 @@ dependencies:
4242

4343
annotations:
4444
artifacthub.io/changes: |
45-
- Release of 3.71.12.20231020 (https://github.com/jens-maus/RaspberryMatic/releases/tag/3.71.12.20231020)
45+
- Release of 3.73.9.20231130 (https://github.com/jens-maus/RaspberryMatic/releases/tag/3.73.9.20231130)
4646
artifacthub.io/license: Apache-2.0
4747
artifacthub.io/links: |
4848
- name: Webpage

home-assistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: RaspberryMatic CCU
3-
version: 3.71.12.20231020
3+
version: 3.73.9.20231130
44
slug: raspberrymatic
55
image: ghcr.io/jens-maus/raspberrymatic
66
arch:

release/LATEST-VERSION.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
homematic.com.setLatestVersion('3.71.12.20231020', 'HM-RASPBERRYMATIC');
1+
homematic.com.setLatestVersion('3.73.9.20231130', 'HM-RASPBERRYMATIC');

release/rpi-imager.json

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,64 @@
11
{
22
"os_list": [
33
{
4-
"name": "RaspberryMatic 3.71.12.20231020 (Pi 4, Pi 400)",
4+
"name": "RaspberryMatic 3.73.9.20231130 (Pi 4, Pi 400)",
55
"description": "Lightweight Linux OS for running a HomeMatic/homematicIP IoT central.",
6-
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.71.12.20231020/RaspberryMatic-3.71.12.20231020-rpi4.zip",
6+
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.73.9.20231130/RaspberryMatic-3.73.9.20231130-rpi4.zip",
77
"icon": "https://raw.githubusercontent.com/jens-maus/RaspberryMatic/master/release/rpi-imager.png",
8-
"release_date": "2023-10-20",
8+
"release_date": "2023-11-30",
99
"extract_size": 1345249792,
10-
"extract_sha256": "ad02b397fd81df21f695209f9e66deab40538589832302597cffd62e41488a28",
11-
"image_download_size": 321138334,
12-
"image_download_sha256": "3f0dad5bfe927bbaef4714839c3d6ce4fb33d6c6df9ac93b584fc139c3021610",
10+
"extract_sha256": "edc8dba8a7770efa8437e79d87e5558a97bfdbb67cb9152f3ba82ff6d9ecf883",
11+
"image_download_size": 316413965,
12+
"image_download_sha256": "edaa2cefb037b57056816c8adadf9c3480a159db221fb18ebd0a73fd59a9d13b",
1313
"website": "https://raspberrymatic.de/",
14-
"devices": ["pi4-64bit"]
14+
"devices": [
15+
"pi4-64bit"
16+
]
1517
},
1618
{
17-
"name": "RaspberryMatic 3.71.12.20231020 (Pi 3, Pi Zero 2, ELV-Charly, CCU3)",
19+
"name": "RaspberryMatic 3.73.9.20231130 (Pi 3, Pi Zero 2, ELV-Charly, CCU3)",
1820
"description": "Lightweight Linux OS for running a HomeMatic/homematicIP IoT central.",
19-
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.71.12.20231020/RaspberryMatic-3.71.12.20231020-rpi3.zip",
21+
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.73.9.20231130/RaspberryMatic-3.73.9.20231130-rpi3.zip",
2022
"icon": "https://raw.githubusercontent.com/jens-maus/RaspberryMatic/master/release/rpi-imager.png",
21-
"release_date": "2023-10-20",
23+
"release_date": "2023-11-30",
2224
"extract_size": 1345249792,
23-
"extract_sha256": "6d7ddd51fbf78eeac2e02fa9ad11e3818255e5072006439ed4384b5271ecf274",
24-
"image_download_size": 316397517,
25-
"image_download_sha256": "e2c1263eca494e7be99e2298ac04e4a836e935a389f7d0442941cbf0ad979ba8",
25+
"extract_sha256": "feaf4618ef36c3ac6cb3d942307dc5de5c6cd729a18ff1c9d0afabcc2020378c",
26+
"image_download_size": 313119608,
27+
"image_download_sha256": "768e86bcaa3e2ef717ac7ba2603d2a7a5f2791a85d1ba563eca26412865f1a74",
2628
"website": "https://raspberrymatic.de/",
27-
"devices": ["pi3-64bit"]
29+
"devices": [
30+
"pi3-64bit"
31+
]
2832
},
2933
{
30-
"name": "RaspberryMatic 3.71.12.20231020 (Pi 2)",
34+
"name": "RaspberryMatic 3.73.9.20231130 (Pi 2)",
3135
"description": "Lightweight Linux OS for running a HomeMatic/homematicIP IoT central.",
32-
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.71.12.20231020/RaspberryMatic-3.71.12.20231020-rpi2.zip",
36+
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.73.9.20231130/RaspberryMatic-3.73.9.20231130-rpi2.zip",
3337
"icon": "https://raw.githubusercontent.com/jens-maus/RaspberryMatic/master/release/rpi-imager.png",
34-
"release_date": "2023-10-20",
38+
"release_date": "2023-11-30",
3539
"extract_size": 1345249792,
36-
"extract_sha256": "4caf1f1b2bdf83315435e3fb7f61c0954dcb49cb69b8714ef5bd102536aec668",
37-
"image_download_size": 300364769,
38-
"image_download_sha256": "a25ca29949f24dec95cd4d370dfe54397d6299c41bc89adbce2a81af84a6ad14",
40+
"extract_sha256": "8221b5c8c77ab19b9d63a7dc70f843891303fb85d1129b29df87440b9da8a40c",
41+
"image_download_size": 290380915,
42+
"image_download_sha256": "c1b14354d8e2313a4b48671cb95ce1f9f28046460308367aa3ed9e29ca807925",
3943
"website": "https://raspberrymatic.de/",
40-
"devices": ["pi2-32bit"]
44+
"devices": [
45+
"pi2-32bit"
46+
]
4147
},
4248
{
43-
"name": "RaspberryMatic 3.71.12.20231020 (Pi Zero, Pi 1)",
49+
"name": "RaspberryMatic 3.73.9.20231130 (Pi Zero, Pi 1)",
4450
"description": "Lightweight Linux OS for running a HomeMatic/homematicIP IoT central.",
45-
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.71.12.20231020/RaspberryMatic-3.71.12.20231020-rpi0.zip",
51+
"url": "https://github.com/jens-maus/RaspberryMatic/releases/download/3.73.9.20231130/RaspberryMatic-3.73.9.20231130-rpi0.zip",
4652
"icon": "https://raw.githubusercontent.com/jens-maus/RaspberryMatic/master/release/rpi-imager.png",
47-
"release_date": "2023-10-20",
53+
"release_date": "2023-11-30",
4854
"extract_size": 1345249792,
49-
"extract_sha256": "8ff3fe6d8adf8b0544505dbc9cd8e9f735ecebd34aa70003a956ed9a2cad41b6",
50-
"image_download_size": 299730786,
51-
"image_download_sha256": "691e480eb7a413769bb5e3add6a9c9170d0601e4ceb2fa5b74a75fe7b773c691",
55+
"extract_sha256": "7cf3c5c77bef99c7204e42616b894c73d905c6815a593a51101d511af5f5b538",
56+
"image_download_size": 288608653,
57+
"image_download_sha256": "874f8f3c9667b0b8762f5e5c412db8bf0f3be08ba5d684bb4080624634c97fa2",
5258
"website": "https://raspberrymatic.de/",
53-
"devices": ["pi1-32bit"]
59+
"devices": [
60+
"pi1-32bit"
61+
]
5462
},
5563
{
5664
"name": "RaspberryMatic Nightly Snapshots",

0 commit comments

Comments
 (0)