Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps slackapi/slack-github-action from 1.27.0 to 2.0.0.

Release notes

Sourced from slackapi/slack-github-action's releases.

Slack Send v2.0.0-rc.3

What's changed

Here's a third take of the release candidate for slackapi/slack-github-action@v2 from the v2-development branch 🍁

The release includes numerous and significant breaking changes for all techniques, and for now we recommend reading the README.md to discover what's changed for the techniques you're using. A more detailed migration guide will soon follow! 📚

More details for those planning to experiment

A few improvements to error handling and outputs throughout this GitHub Action were included from findings in recent testing!

To use this GitHub step in a GitHub workflow, please check that you're using this release candidate:

  uses: slackapi/slack-github-action@v2.0.0-rc.3

Changes required to make existing workflows work are suggested in the README.md. But for those wanting a sneak peak, posting a message using a bot token is now done with patterns like so:

- name: Post to a Slack channel
  uses: slackapi/slack-github-action@v2.0.0-rc.3
  with:
    method: chat.postMessage
    token: ${{ secrets.SLACK_BOT_TOKEN }}
    payload: |
      channel: ${{ secrets.SLACK_CHANNEL_ID }}
      text: "howdy <@channel>!"

Sharing feedback

As development reaches more stable commits, your feedback and findings in these tagged changes is so important! Please feel free to report an issue or leave a comment if something doesn't seem right. We're hoping this rollout won't be a spooky one! ✨

Slack Send v2.0.0-rc.2

What's changed

Here's take two for what's hoping to become slackapi/slack-github-action@v2 from the v2-development branch 🎬

The release includes numerous and significant breaking changes for all techniques, and for now we recommend reading the README.md to discover what's changed for the techniques you're using. A more detailed migration guide will soon follow! 📚

More details for those planning to experiment

A problem with the packaged and tagged release was fixed and this GitHub Action is in a more readied state for experimentation!

To use this GitHub step in a GitHub workflow, please check that you're using this release candidate:

  uses: slackapi/slack-github-action@v2.0.0-rc.2

... (truncated)

Commits
  • e598089 chore(release): tag version 2.0.0
  • e9b3a6b feat!: wrap payloads to send to a "method" with "token" or "webhook" (#333)
  • 74ae656 chore(release): tag version 1.27.1
  • bd0e281 build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#355)
  • e127529 build(deps): bump @​actions/core from 1.10.1 to 1.11.1 (#354)
  • 6b51022 build(deps-dev): bump eslint-plugin-jsdoc from 50.3.1 to 50.4.3 (#353)
  • 555e4ad build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 (#352)
  • 8d4500e build(deps): bump @​slack/web-api from 7.5.0 to 7.7.0 (#351)
  • d0dece6 build(deps-dev): bump mocha from 10.7.3 to 10.8.2 (#350)
  • 43604b7 docs(fix): reference octokit context and github event webhook payloads in var...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@37ebaef...e598089)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 14, 2024 21:14
@dependabot dependabot bot added automation skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Nov 14, 2024
@dependabot dependabot bot requested review from a team, michalpristas and michel-laterman and removed request for a team November 14, 2024 21:14
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@mergify
Copy link
Contributor

mergify bot commented Nov 14, 2024

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label to automatically backport to the 8./d branch. /d is the digit

@mergify
Copy link
Contributor

mergify bot commented Nov 14, 2024

backport-v8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label and remove the backport-8.x label.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Nov 14, 2024
@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@ycombinator ycombinator enabled auto-merge (squash) November 15, 2024 00:39
@ycombinator ycombinator merged commit c152685 into main Nov 21, 2024
13 checks passed
@ycombinator ycombinator deleted the dependabot/github_actions/slackapi/slack-github-action-2.0.0 branch November 21, 2024 15:47
mergify bot pushed a commit that referenced this pull request Nov 21, 2024
…6032)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@37ebaef...e598089)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c152685)
rowlandgeoff pushed a commit that referenced this pull request Nov 21, 2024
…6032) (#6118)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@37ebaef...e598089)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c152685)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@v1v v1v mentioned this pull request Nov 25, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-8.x Automated backport to the 8.x branch with mergify skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants