Skip to content

Releases: vfarcic/docker-flow-swarm-listener

Support for Node Events

13 Mar 15:10
1649857
Compare
Choose a tag to compare

DFSL now supports sending node events to urls configured with environmental variables: DF_NOTIFY_CREATE_NODE_URL and DF_NOTIFY_REMOVE_NODE_URL. Notifications sent by DFSL are detailed on the usage documentation page.

DF_INCLUDE_NODE_IP_INFO

06 Feb 15:22
5ceb1c5
Compare
Choose a tag to compare

Added the environment variable DF_INCLUDE_NODE_IP_INFO. Please consult configuration for more info.

Binary releases

20 Dec 20:22
Compare
Choose a tag to compare

Starting from this release, binaries are attached to each release. Fixes #42.

Distribute param

11 Nov 13:58
Compare
Choose a tag to compare

If service label com.df.distribute is not set, DFSL will add distrubute=true parameter to all notification requests.

Healthcheck

07 Oct 22:43
Compare
Choose a tag to compare

A new endpoint /v1/docker-flow-swarm-lister/ping was added with the main purpose as a way to provide HEALTHCHECK for Dockerfile.

Environment variable DF_NOTIFY_LABEL

20 Mar 11:15
Compare
Choose a tag to compare

Added the environment variable DF_NOTIFY_LABEL that allows customization of the label that is used to distinguish services that should send notification requests.

Support for multiple notification addresses

21 Feb 17:08
Compare
Choose a tag to compare

Added support for multiple notification addresses as comma separated values inside environment variables xxx and xxx. More info can be found in sending notification requests to multiple destinations example as well as configuring docker flow proxy sections of the README.