Skip to content

Commit

Permalink
Merge pull request #7 from ChrisRomp/release-0.1.17
Browse files Browse the repository at this point in the history
Bump version 0.1.17
  • Loading branch information
ChrisRomp authored Aug 9, 2023
2 parents 8fcc5e8 + 91234d8 commit f6dbada
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ jobs:
--${{ matrix.arch }} \
--target /data/${{ matrix.addon }} \
--image "${{ steps.check.outputs.image }}" \
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
--addon
# --docker-hub "ghcr.io/${{ github.repository_owner }}" \
4 changes: 4 additions & 0 deletions ecowitt-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
# Ecowitt Proxy Add-On

## 0.1.17

- Remove DOCS.md screenshot and replace with table

## 0.1.16

- Fix DOCS.md screenshot
Expand Down
2 changes: 1 addition & 1 deletion ecowitt-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPOSE 8081

# [email protected]
LABEL \
io.hass.version="0.1.16" \
io.hass.version="0.1.17" \
io.hass.type="addon" \
io.hass.arch="armhf|aarch64|i386|amd64|armv7"

Expand Down
2 changes: 1 addition & 1 deletion ecowitt-proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Ecowitt HTTP Proxy"
description: "An HTTP proxy for Ecowitt weather stations to foward to the Ecowitt integration over HTTPS since Ecowitt does not support HTTPS"
version: "0.1.16"
version: "0.1.17"
slug: ecowitt-proxy
homeassistant_api: true
init: false
Expand Down

0 comments on commit f6dbada

Please sign in to comment.