Skip to content

Releases: cloudfoundry-community/slack-notification-resource

slack-notification-resource v1.2.0

21 Jun 15:14
Compare
Choose a tag to compare

New Feature

The attachment feature now supports an attachement file that contains an array of attachements.

Bug Fixes

The in and check scripts now return a version string instead of version none

Maintenance

Upgrades to the latest concourse pipeline integration

slack-notification-resource v1.1.4

23 Feb 17:40
Compare
Choose a tag to compare

Bug Fixes

  • The text field of attachments now interpolates environment
    variables from the container environment (i.e. BUILD_* et al).
    Fixes #25
  • Drop -X POST curl flags to silence warnings from curl.
    Fixes #26

slack-notification-resource v1.1.3

13 Feb 16:22
Compare
Choose a tag to compare

New Feature

  • Slack notifications can now include attachments. The README file explains the interaction between text, text_file and attachments properties.
    See the Slack documentation on message +attachments for the message structure

Thank you to tshak for adding this feature!

slack-notification-resource v1.1.2

09 Feb 20:52
Compare
Choose a tag to compare

Bug Fixes

  • Allow characters that bash shell interpets to pass through for slack messages.

slack-notification-resource v1.1.1

25 Jan 20:02
Compare
Choose a tag to compare

1.1.1

  • Added support for multiple channels. Thanks @mboldt

slack-notification-resource v1.1.0

16 Dec 15:26
Compare
Choose a tag to compare

1.1.0

Support team url syntax

Slack Notification Resource v1.0.1

07 Oct 16:15
Compare
Choose a tag to compare

1.0.1

Suppress output of slack webhook, Thanks @ForestEckhardt
Adding support of insecure and custom CA, Thanks @o-orand

Slack Notification Resource v1.0.0

04 Mar 22:52
Compare
Choose a tag to compare

New Features

Really, Pipelines Are Awesome