Skip to content

Commit

Permalink
Release/0.1.14 (#52)
Browse files Browse the repository at this point in the history
* Remove deprecated template files (old naming)

* [#33] Dockerhub 'latest' tag is currently published only if the release is created in the main branch. (#39)

* [#33] Dockerhub 'latest' tag is currently published only if the release is created in the main branch.

* [#33] Dockerhub 'latest' tag is currently published only if the release is created in the main branch.

* [#33] Dockerhub 'latest' tag is currently published only if the release is created in the main branch.

---------

Co-authored-by: Stéphane Senart <>
(cherry picked from commit 38e0ec6)

* [#36] Error if HA endpoint configuration is missing in configuration.yaml. (#40)

* [#36] Error if HA endpoint configuration is missing in configuration.yaml

* [#36] Error if HA endpoint configuration is missing in configuration.yaml

---------

Co-authored-by: Stéphane Senart <>
(cherry picked from commit 56d567a)

* [#38] Using the HA addon, the PCE identifier is transformed into another number. (#41)

* [#38] Using the HA addon, the PCE identifier is transformed into another number.

* [#38] Using the HA addon, the PCE identifier is transformed into another number.

---------

Co-authored-by: Stéphane Senart <>
(cherry picked from commit d0c443a)

* [#37] Error GrDF send missing data with type="Absence de Données". (#42)

Co-authored-by: Stéphane Senart <>
(cherry picked from commit 3b7e4dd)

* Bump version to 0.1.12

* [#47] 'reset' configuration parameter is ignored in the addon configuration panel. (#48)

Co-authored-by: Stéphane Senart <>

* Bump version to 0.1.13

* [#50] In dockerhub, version displayed in log file is wrong and always N-1 (#51)

* [#50] In dockerhub, version displayed in log file is wrong and always N-1

* [#50] In dockerhub, version displayed in log file is wrong and always N-1

---------

Co-authored-by: Stéphane Senart <>

* Bump version to 0.1.14

* Fix typo

* Bump version to 0.1.14

* Bump version to 0.1.14

* Restore README.md and LICENSE in Dockerfile

* Allow to fetch tags at checkout.

* Bump version to 0.1.14

---------

Co-authored-by: Stéphane Senart <>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
ssenart and github-actions authored Jan 17, 2025
1 parent fbe1a50 commit e678b28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
# Checkout repo
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-tags: true

#----------------------------------------------
# Set the package version
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.11"
GAZPAR2HAWS_VERSION: "0.1.14"
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.11"
version: "0.1.14"
slug: "gazpar2haws"
init: false
arch:
Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ WORKDIR /app

COPY pyproject.toml ./
COPY poetry.lock ./
COPY README.md ./
COPY LICENSE ./

COPY gazpar2haws/ /app/gazpar2haws

Expand Down Expand Up @@ -48,7 +50,7 @@ RUN mkdir /app/config
RUN mkdir /app/log
COPY README.md /app
COPY CHANGELOG.md /app
COPY LICENCE /app
COPY LICENSE /app
COPY config/configuration.template.yaml /app
COPY config/secrets.template.yaml /app

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gazpar2haws"
version = "0.1.11"
version = "0.1.14"
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"
license = { file = "LICENSE" }
readme = "README.md"
Expand Down

0 comments on commit e678b28

Please sign in to comment.