Skip to content

Commit

Permalink
1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdw committed Sep 25, 2023
1 parent febd41f commit 1ae5cfa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dsmr-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- 'master'
- 'dsmrreader-1.10.1'
- 'dsmrreader-1.10.2'
tags:
- '*.*.*'
paths:
Expand All @@ -23,28 +23,28 @@ jobs:
# AMD64
- DOCKER_TAG_SUFFIX: amd64
S6_ARCH: amd64
BASE_IMAGE: xirixiz/dsmr-reader-docker:amd64-5.10.3-2023.02.01
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.10.3-2023.04.02
PLATFORMS: linux/amd64
QEMU_ARCH: x86_64

# ARM32V6
- DOCKER_TAG_SUFFIX: armhf
S6_ARCH: armhf
BASE_IMAGE: xirixiz/dsmr-reader-docker:arm32v6-5.10.3-2023.02.01
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.10.3-2023.04.02
PLATFORMS: linux/arm/v6
QEMU_ARCH: arm

# ARM32V7
- DOCKER_TAG_SUFFIX: armv7
S6_ARCH: armv7
BASE_IMAGE: xirixiz/dsmr-reader-docker:arm32v7-5.10.3-2023.02.01
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.10.3-2023.04.02
PLATFORMS: linux/arm/v7
QEMU_ARCH: arm

# ARM64V8
- DOCKER_TAG_SUFFIX: aarch64
S6_ARCH: aarch64
BASE_IMAGE: xirixiz/dsmr-reader-docker:arm64v8-5.10.3-2023.02.01
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.10.3-2023.04.02
PLATFORMS: linux/arm64/v8
QEMU_ARCH: aarch64

Expand Down
4 changes: 4 additions & 0 deletions dsmr_reader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.10.2

- Update base image to support PostgreSQL 15

## 1.10.1

- Update to DSMR-reader v5.10.3
Expand Down
2 changes: 1 addition & 1 deletion dsmr_reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Credits to Dennis Siemensma for creating the DSMR Reader software (https://dsmr-
![DSMR Reader](https://github.com/sanderdw/hassio-addons/raw/master/images/dsmr_reader.png)

[dsmr-shield]: https://img.shields.io/badge/DSMR%20Reader%20Version-%205.10.3-purple.svg?style=flat-square
[addon-shield]: https://img.shields.io/badge/Addon%20Version-%201.10.1-purple.svg?style=flat-square
[addon-shield]: https://img.shields.io/badge/Addon%20Version-%201.10.2-purple.svg?style=flat-square

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg?style=flat-square
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion dsmr_reader/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DSMR Reader",
"version": "1.10.1",
"version": "1.10.2",
"slug": "dsmr_reader",
"description": "Used for reading the smart meter DSMR P1 port (https://dsmr-reader.readthedocs.io)",
"arch": ["armhf", "armv7", "aarch64", "amd64"],
Expand Down

0 comments on commit 1ae5cfa

Please sign in to comment.