-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 21.1 (2021-01-?) | ||
# 21.1 (2021-01-10) | ||
|
||
## Bug Fixes | ||
* fix for publishing several MQTT updates at once | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.4 | ||
21.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 3.4 | ||
ENV EBUSD_VERSION 21.1 | ||
ENV EBUSD_ARCH amd64 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 3.4 | ||
ENV EBUSD_VERSION 21.1 | ||
ENV EBUSD_ARCH amd64 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 3.4 | ||
ENV EBUSD_VERSION 21.1 | ||
ENV EBUSD_ARCH armhf | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|