File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
actions/send-slack-message Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 2
2
"actions/lint-pr-title" : " 1.2.0" ,
3
3
"actions/get-vault-secrets" : " 1.2.1" ,
4
4
"actions/dockerhub-login" : " 1.0.2" ,
5
- "actions/send-slack-message" : " 2.0.3 " ,
5
+ "actions/send-slack-message" : " 2.0.4 " ,
6
6
"actions/push-to-gar-docker" : " 0.5.2" ,
7
7
"actions/aws-auth" : " 1.0.2" ,
8
8
"actions/build-push-to-dockerhub" : " 0.2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.4] ( https://github.com/grafana/shared-workflows/compare/send-slack-message/v2.0.3...send-slack-message/v2.0.4 ) (2025-08-11)
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 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 ) )
10
+ * ** 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 ) )
11
+
3
12
## [ 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)
4
13
5
14
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Send Slack Message via Payload
17
17
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
19
19
with :
20
20
method : chat.postMessage
21
21
payload : |
38
38
}
39
39
40
40
- 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
42
42
with :
43
43
method : chat.update
44
44
payload-templated : true
71
71
steps :
72
72
- name : Post to a Slack channel
73
73
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
75
75
with :
76
76
method : chat.postMessage
77
77
payload : |
80
80
"text": "Deployment started (In Progress)"
81
81
}
82
82
- 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
84
84
with :
85
85
method : chat.postMessage
86
86
payload-templated : true
You can’t perform that action at this time.
0 commit comments