Skip to content

Releases: cloudfoundry-community/slack-notification-resource

Slack notification Concourse resource v1.7.1

11 May 16:51
Compare
Choose a tag to compare

Improvements

  • Fixed link to Slack docs in README (originally #93, then merged with #101, thanks @markrmullan!)
  • Fixed Concourse pipeline so that Alpine version is properly controlled from the pipeline resources, and version bumping is solid
  • Built resource image on top of Alpine 3.19.1

Usage

resource_types:
  - name: notify-slack
    type: registry-image
    source:
      repository: cfcommunity/slack-notification-resource
      tag:        "1.7.1"

Slack notification Concourse resource v1.7.0

06 Feb 08:53
Compare
Choose a tag to compare

New feature

  • Now the content of text_file is interpolated the same way text is (#99 by @bgandon).

This change in behavior may produce surprising results when the content of the file designated by text_file includes some environment variables that are to be printed verbatim and not expanded. We expect the impact to be very limited though.

Improvements

  • Generated new CI pipeline from template, hosted by Gstack, that has taken over maintenance of the project.
  • Updated docs.
  • Rebuilt resource image with latest Alpine image v3.19.1 and Bash v5.2.21.

Usage

resource_types:
  - name: notify-slack
    type: registry-image
    source:
      repository: cfcommunity/slack-notification-resource
      tag: "1.7.0"

Slack Notification Resource v1.6.0

11 Sep 11:59
Compare
Choose a tag to compare

Improvements

  • The cfcommunity/slack-notification-resource Docker image is now based on alpine 3.12
  • Several miscellaneous documentation / README updates, thanks to ardent fans and community supporters
  • Compatibility improvements for Slack-alike APIs like Mattermost and Rocketchat.

This release marks the first where we begin only distributing Docker images (no more BOSH releases).

Slack Notification Resource v1.5.0

18 Jun 11:09
Compare
Choose a tag to compare

Improvements

  • Update base image to Alpine 3.9, for great security.

  • You can now provide a file (from another Concourse task, for instance) that defines variable to be envsubst'd into the notification.

Bug Fixes

  • Use curl -T to avoid argument length limits.

slack-notification-resource v1.4.2

18 Jul 23:31
Compare
Choose a tag to compare

Add disable option (#52)

The disable option lets you temporarily disable Slack notifications
(for testing pipeline configurations or errors) without editing the whole
pipeline to remove or comment out the put steps and the resource itself.

Thanks @tprobinson

slack-notification-resource v1.4.1

23 Mar 22:37
Compare
Choose a tag to compare

#51

Added functionality to be able to set link_names as parameter in pipeline with it defaulting to false. Also modified the tests so they actually pass with the new added parameter. Has been tested in a pipeline with successfully notified user group by writing @ which then mentioned the group. Was tested by using

resource_types:
- name: slack-notification
  type: docker-image
  source:
    repository: quay.io/pontusarfwedson/slack-notification-resource
    tag: feature-link-names

in our pipeline (which points to a docker image build from this exact branch).

slack-notification-resource v1.4.0

21 Mar 02:31
Compare
Choose a tag to compare
  • Handle the case where "text_file" may be set, but the target file may be empty or missing. (#47)
  • Added how to mention users to the README.md (#45)
  • Remove double attachments interpolation, which was breaking escapes
  • Add docs for http proxy options
  • Add proxy options
  • License MIT
  • Use envsubst instead of eval for texts

slack-notification-resource v1.3.1

06 Dec 04:55
Compare
Choose a tag to compare

Improvements

  • TEXT_FILE_CONTENT can now be used via "envsubst" in attachments

slack-notification-resource v1.3.0

10 Aug 07:15
Compare
Choose a tag to compare

Add channel_file out parameter [thanks @miromode in https://github.com//pull/34]

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