diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 68b3502cb..a8c690691 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "actions/lint-pr-title": "1.2.1", "actions/get-vault-secrets": "1.3.0", "actions/dockerhub-login": "1.0.3", - "actions/send-slack-message": "2.0.4", + "actions/send-slack-message": "2.0.5", "actions/push-to-gar-docker": "0.6.1", "actions/aws-auth": "1.0.3", "actions/build-push-to-dockerhub": "0.4.0", diff --git a/actions/send-slack-message/CHANGELOG.md b/actions/send-slack-message/CHANGELOG.md index 01fd32921..bb0d41ab2 100644 --- a/actions/send-slack-message/CHANGELOG.md +++ b/actions/send-slack-message/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.5](https://github.com/grafana/shared-workflows/compare/send-slack-message/v2.0.4...send-slack-message/v2.0.5) (2025-12-11) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f)) +* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea)) +* **deps:** update actions/checkout action to v6.0.1 ([#1590](https://github.com/grafana/shared-workflows/issues/1590)) ([2425a5f](https://github.com/grafana/shared-workflows/commit/2425a5fe46fb39d1d282caad59150165323e29a6)) + ## [2.0.4](https://github.com/grafana/shared-workflows/compare/send-slack-message/v2.0.3...send-slack-message/v2.0.4) (2025-10-03) diff --git a/actions/send-slack-message/README.md b/actions/send-slack-message/README.md index c53aa67b5..10542b3e3 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.4 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5 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.4 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5 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.4 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5 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.4 + uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.5 with: method: chat.postMessage payload-templated: true