diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..9588b0bb5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "actions/lint-pr-title": "1.1.0", "actions/get-vault-secrets": "1.0.1", "actions/dockerhub-login": "1.0.0", - "actions/send-slack-message": "2.0.0", + "actions/send-slack-message": "2.0.1", "actions/push-to-gar-docker": "0.1.0", "actions/aws-auth": "1.0.0", "actions/build-push-to-dockerhub": "0.1.0", diff --git a/actions/send-slack-message/CHANGELOG.md b/actions/send-slack-message/CHANGELOG.md index 566ae1e92..ad2cc08f0 100644 --- a/actions/send-slack-message/CHANGELOG.md +++ b/actions/send-slack-message/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/grafana/shared-workflows/compare/send-slack-message-v2.0.0...send-slack-message-v2.0.1) (2025-01-17) + + +### 📝 Documentation + +* update instructions after slack action v2 update ([#658](https://github.com/grafana/shared-workflows/issues/658)) ([077bbfe](https://github.com/grafana/shared-workflows/commit/077bbfebaf982b30cd01297eca94f9e3f02ccff9)) + ## [2.0.0](https://github.com/grafana/shared-workflows/compare/send-slack-message-v1.0.0...send-slack-message-v2.0.0) (2024-12-17) ### BREAKING CHANGE diff --git a/actions/send-slack-message/README.md b/actions/send-slack-message/README.md index 5e15cc9e9..115694af5 100644 --- a/actions/send-slack-message/README.md +++ b/actions/send-slack-message/README.md @@ -15,7 +15,7 @@ jobs: steps: - name: Send Slack Message via Payload id: slack - uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.0 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.1 with: method: chat.postMessage payload: | @@ -38,7 +38,7 @@ jobs: } - name: Update Slack Message via Payload - uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.0 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.1 with: method: chat.update payload-templated: true @@ -71,7 +71,7 @@ jobs: steps: - name: Post to a Slack channel id: slack - uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.0 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.1 with: method: chat.postMessage payload: | @@ -80,7 +80,7 @@ jobs: "text": "Deployment started (In Progress)" } - name: Respond to Slack Message - uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.0 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.1 with: method: chat.postMessage payload-templated: true