Skip to content

Commit b5c9eb9

Browse files
chore(main): release send-slack-message 2.0.4
1 parent 08d3e23 commit b5c9eb9

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"actions/lint-pr-title": "1.2.0",
33
"actions/get-vault-secrets": "1.2.1",
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.2.0",

actions/send-slack-message/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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-08-14)
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

actions/send-slack-message/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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: |
@@ -38,7 +38,7 @@ jobs:
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
@@ -71,7 +71,7 @@ jobs:
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: |
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)