File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
actions/send-slack-message Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22 "actions/lint-pr-title" : " 1.2.0" ,
33 "actions/get-vault-secrets" : " 1.3.0" ,
44 "actions/dockerhub-login" : " 1.0.2" ,
5- "actions/send-slack-message" : " 2.0.3 " ,
5+ "actions/send-slack-message" : " 2.0.4 " ,
66 "actions/push-to-gar-docker" : " 0.5.2" ,
77 "actions/aws-auth" : " 1.0.2" ,
88 "actions/build-push-to-dockerhub" : " 0.3.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.4] ( https://github.com/grafana/shared-workflows/compare/send-slack-message/v2.0.3...send-slack-message/v2.0.4 ) (2025-10-03)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** update actions/checkout action to v4.3.0 ([ #1221 ] ( https://github.com/grafana/shared-workflows/issues/1221 ) ) ([ 17ab531] ( https://github.com/grafana/shared-workflows/commit/17ab531bf2c16c79af38988e7caf7a3d8a37634b ) )
9+ * ** deps:** update actions/checkout action to v5 ([ #1227 ] ( https://github.com/grafana/shared-workflows/issues/1227 ) ) ([ fd79c02] ( https://github.com/grafana/shared-workflows/commit/fd79c02730e0629f728e2f5c3d614545269208a9 ) )
10+ * ** deps:** update slackapi/slack-github-action action to v2.1.0 ([ #1078 ] ( https://github.com/grafana/shared-workflows/issues/1078 ) ) ([ 88f8afc] ( https://github.com/grafana/shared-workflows/commit/88f8afc06316e7124c952557a87a42a3776a8b26 ) )
11+ * ** deps:** update slackapi/slack-github-action action to v2.1.1 ([ #1122 ] ( https://github.com/grafana/shared-workflows/issues/1122 ) ) ([ 254923a] ( https://github.com/grafana/shared-workflows/commit/254923a5562af3a1909a2093c6d897f288b53f1e ) )
12+
313## [ 2.0.3] ( https://github.com/grafana/shared-workflows/compare/send-slack-message-v2.0.2...send-slack-message/v2.0.3 ) (2025-06-04)
414
515
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Send Slack Message via Payload
1717 id : slack
18- uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.3
18+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.4
1919 with :
2020 method : chat.postMessage
2121 payload : |
3838 }
3939
4040 - name : Update Slack Message via Payload
41- uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.3
41+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.4
4242 with :
4343 method : chat.update
4444 payload-templated : true
7171 steps :
7272 - name : Post to a Slack channel
7373 id : slack
74- uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.3
74+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.4
7575 with :
7676 method : chat.postMessage
7777 payload : |
8080 "text": "Deployment started (In Progress)"
8181 }
8282 - name : Respond to Slack Message
83- uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.3
83+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.4
8484 with :
8585 method : chat.postMessage
8686 payload-templated : true
You can’t perform that action at this time.
0 commit comments