Skip to content

Commit 49eed09

Browse files
chore(main): release send-slack-message 2.0.2 (#806)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e663186 commit 49eed09

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-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.1.1",
33
"actions/get-vault-secrets": "1.2.0",
44
"actions/dockerhub-login": "1.0.1",
5-
"actions/send-slack-message": "2.0.1",
5+
"actions/send-slack-message": "2.0.2",
66
"actions/push-to-gar-docker": "0.4.1",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",

actions/send-slack-message/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [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)
416

517

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.1
18+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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.1
41+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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.1
74+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
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.1
83+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
8484
with:
8585
method: chat.postMessage
8686
payload-templated: true

0 commit comments

Comments
 (0)