Skip to content

Commit

Permalink
[#18] Regression on DockerHub deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Jan 5, 2025
1 parent a33cbe7 commit 65551b8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.7] - 2025-01-05

### Fixed

[#18](https://github.com/ssenart/gazpar2haws/issues/18): Regression on DockerHub deployment.

## [0.1.6] - 2025-01-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion addons/gazpar2haws/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ labels:
org.opencontainers.image.source: "https://github.com/ssenart/gazpar2haws"
org.opencontainers.image.licenses: "MIT"
args:
GAZPAR2HAWS_VERSION: "0.1.6"
GAZPAR2HAWS_VERSION: "0.1.7"
2 changes: 1 addition & 1 deletion addons/gazpar2haws/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Gazpar2HAWS"
description: "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface."
version: "0.1.6"
version: "0.1.7"
slug: "gazpar2haws"
init: false
arch:
Expand Down
2 changes: 1 addition & 1 deletion config/configuration.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ grdf:
homeassistant:
host: "!secret homeassistant.host"
port: "!secret homeassistant.port"
endpoint: ${HOMEASSISTANT_ENDPOINT}
endpoint: "${HOMEASSISTANT_ENDPOINT}"
token: "!secret homeassistant.token"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gazpar2haws"
version = "0.1.6"
version = "0.1.7"
description = "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface"
authors = ["Stéphane Senart"]
license = "MIT"
Expand Down

0 comments on commit 65551b8

Please sign in to comment.