File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
actions/send-slack-message Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22 "actions/lint-pr-title" : " 1.2.1" ,
33 "actions/get-vault-secrets" : " 1.3.0" ,
44 "actions/dockerhub-login" : " 1.0.2" ,
5- "actions/send-slack-message" : " 2.0.4 " ,
5+ "actions/send-slack-message" : " 2.0.5 " ,
66 "actions/push-to-gar-docker" : " 0.6.1" ,
77 "actions/aws-auth" : " 1.0.3" ,
88 "actions/build-push-to-dockerhub" : " 0.4.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.5] ( https://github.com/grafana/shared-workflows/compare/send-slack-message/v2.0.4...send-slack-message/v2.0.5 ) (2025-11-20)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** update actions/checkout action to v5.0.1 ([ #1541 ] ( https://github.com/grafana/shared-workflows/issues/1541 ) ) ([ 773f5b1] ( https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f ) )
9+
310## [ 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)
411
512
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.4
18+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5
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.4
41+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5
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.4
74+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5
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.4
83+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5
8484 with :
8585 method : chat.postMessage
8686 payload-templated : true
You can’t perform that action at this time.
0 commit comments