Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version 0.1.17 #7

Merged
merged 3 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading