Releases: cloudfoundry-community/slack-notification-resource
Slack notification Concourse resource v1.7.1
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
New feature
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
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
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
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
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
- 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
Improvements
- TEXT_FILE_CONTENT can now be used via "envsubst" in
attachments
slack-notification-resource v1.3.0
slack-notification-resource v1.2.0
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