Skip to content

Slack notification Concourse resource v1.8.0

Latest
Compare
Choose a tag to compare
@gk-concourse-ninja gk-concourse-ninja released this 04 Dec 21:38
· 1 commit to master since this release

Improvements

  • Have the resource fail when a message has faild to be posted on some channel (originally submitted in #97, thanks @Jazzepi)
  • Built resource image on top of latest Alpine v3.20.3
  • Improved code readability, for easier maintenance
  • Improved Concourse workflow, with continuous tests on the develop branch

Usage

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