File tree 3 files changed +17
-5
lines changed
actions/send-slack-message
3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 2
2
"actions/lint-pr-title" : " 1.1.1" ,
3
3
"actions/get-vault-secrets" : " 1.2.0" ,
4
4
"actions/dockerhub-login" : " 1.0.1" ,
5
- "actions/send-slack-message" : " 2.0.1 " ,
5
+ "actions/send-slack-message" : " 2.0.2 " ,
6
6
"actions/push-to-gar-docker" : " 0.4.1" ,
7
7
"actions/aws-auth" : " 1.0.1" ,
8
8
"actions/build-push-to-dockerhub" : " 0.1.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.2] ( https://github.com/grafana/shared-workflows/compare/send-slack-message-v2.0.1...send-slack-message-v2.0.2 ) (2025-05-08)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** everything:** fix all things for zizmor ([ af9b0c5] ( https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd ) )
9
+
10
+
11
+ ### 🔧 Miscellaneous Chores
12
+
13
+ * ** main:** release push-to-gar-docker 0.3.0 ([ #794 ] ( https://github.com/grafana/shared-workflows/issues/794 ) ) ([ a7bc536] ( https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc ) )
14
+
3
15
## [ 2.0.1] ( https://github.com/grafana/shared-workflows/compare/send-slack-message-v2.0.0...send-slack-message-v2.0.1 ) (2025-01-29)
4
16
5
17
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.1
18
+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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.1
41
+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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.1
74
+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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.1
83
+ uses : grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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