Skip to content

Commit

Permalink
v1.0.1 (#36)
Browse files Browse the repository at this point in the history
* Bump to 1.0.1 and note breaking change for default port
* CI FIx: Unlink repo from Dockerfile label
  • Loading branch information
ChrisRomp authored Jul 6, 2024
1 parent 467fe48 commit a1d8ced
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions ecowitt-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

# Ecowitt Proxy Add-On

## 1.0.1

- Fixing release notes for v1.0.0 - Note the **BREAKING CHANGE** which modifies the default port. If you were using the default before, be sure to update your configuration to reset it to 8081

## 1.0.0

- I suppose this has been stable long enough to warrant a 1.0 version
### Breaking Change

- Changes default TCP port to 8082 (it's fine to use 8081 if you have no conflicts, but you'll have to manually set it back to 8081)

### Other Changes

- Adds additional validation for input parameters
- Changes default TCP port to 8082 (it's fine to use 8081 if you have no conflicts)
- I suppose this has been stable long enough to warrant a 1.0 version

## 0.1.18

Expand Down
6 changes: 3 additions & 3 deletions ecowitt-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN chmod a+x /app/run.sh

# [email protected]
LABEL \
io.hass.version="1.0.0" \
io.hass.version="1.0.1" \
io.hass.type="addon" \
io.hass.arch="armhf|aarch64|i386|amd64|armv7" \
org.opencontainers.image.authors="Chris Romp" \
org.opencontainers.image.description="An HTTP receiver for Ecowitt data for sending to the Home Assistant integration." \
org.opencontainers.image.source="https://github.com/ChrisRomp/addon-ecowitt-proxy"
org.opencontainers.image.description="An HTTP receiver for Ecowitt data for sending to the Home Assistant integration."
# org.opencontainers.image.source="https://github.com/ChrisRomp/addon-ecowitt-proxy"

WORKDIR /app
CMD [ "./run.sh" ]
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 forward to the Ecowitt integration over HTTPS since Ecowitt does not support HTTPS."
version: "1.0.0"
version: "1.0.1"
slug: ecowitt-proxy
homeassistant_api: true
init: false
Expand Down

0 comments on commit a1d8ced

Please sign in to comment.