Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Releases: jones2026/drone-flowdock

Update CA Certs

26 Jul 17:39
Compare
Choose a tag to compare

This update bumps version of Go and CA certs used to build docker image.

Added support for attaching files

08 Sep 18:59
Compare
Choose a tag to compare

Features:

Added ability to attach files to the same thread as the message:

setting required description
files no Specify file or pattern of files to be uploaded to the same thread as the message posted.
max_files no Defaults to 5. This is to ensure the flow is not flooded if the file pattern matches too many files.

Breaking Changes:

Removed support for message type:

setting required description
message_type no Specify Flowdock MessageType. Currently supported types are: message, activity. If not provided, will default to message.

Added Proper Exit Codes

31 Aug 16:49
Compare
Choose a tag to compare

With this update the plugin will now exit with a non-zero exit code when a response other than 202 is returned from the API.

Initial Release

26 Mar 04:50
Compare
Choose a tag to compare

Releasing first version, all future development will continue on LATEST tag in docker hub until next release.