Skip to content

Commit

Permalink
updated version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed May 10, 2018
1 parent f36830e commit c1129cb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
@@ -1,4 +1,4 @@
# next version
# 3.2 (2018-05-10)

## Breaking Changes
* changed default configuration file location to config web service at ebusd.eu
Expand All @@ -13,12 +13,13 @@
* added support for retrieving configuration files from config web service
* changed docker image to be smaller size and fixed missing library dependencies
* added automatic reconnect to MQTT broker
* changed logging for messages from "updated" to "received" and "sent" depending on who initiated the request
* changed logging for messages from "updated" to "received" and "sent" depending on who initiated the request and added message direction/scan/poll/update info
* added support for serving .csv files and new argument maxage to HTTP/JSON port
* added timeout argument and error result code to ebusctl
* added "-def" option to "read" and "write" commands and "define" command to test message defintions and add new definitions during runtime and disabled all by default (use "--enabledefine" command line option).
* added "encode" and "decode" commands for testing field definitions
* added option to ignore failed host name resolution during initialization of MQTT
* added logging when device became invalid and close it on error


# 3.1 (2017-12-26)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -63,9 +63,9 @@ Usage instructions and further information can be found here:
Configuration
-------------

The most important part of each ebusd installation is the message
configuration. By default, only rudimentary messages are interpreted.
Check the Wiki and/or the configuration repository:
The most important part of each ebusd installation is the message configuration.
Starting with version 3.2, ebusd uses the config web service at ebusd.eu to retrieve
the latest configuration files that are reflected by the configuration repository:
> https://github.com/john30/ebusd-configuration

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1
3.2
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 3.1
ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/release/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 3.1
ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/runtime/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "ebusd@ebusd.eu"

ENV EBUSD_VERSION 3.1
ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-mqtt1"
Expand Down

0 comments on commit c1129cb

Please sign in to comment.