This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Releases: jones2026/drone-flowdock
Releases · jones2026/drone-flowdock
Update CA Certs
Added support for attaching files
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
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
Releasing first version, all future development will continue on LATEST
tag in docker hub until next release.