Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in the github-actions group #14656

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 1 update: slackapi/slack-github-action.

Updates 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

YAML! And more API methods! With improved erroring! And more!

Sending data to Slack can now be done with the YAML format, and that data can be sent to [a Slack API method][methods] or technique of choice with the provided payload. And additional configurations can improve error handling or customize values between steps.

Breaking changes happen with this update and recommended migration strategies are detailed below. Adding this step to new workflows might prefer to follow the README instead 📚

What's changed

Both inputs of payload variables, techniques for sending the payload, additional configurations, and expected outputs were changed:

... (truncated)

Commits
  • 485a9d4 Release
  • 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)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 17, 2024 22:52
@dependabot dependabot bot added dependency github_actions Pull requests that update GitHub Actions code labels Nov 17, 2024
@dependabot dependabot bot requested a review from a team November 17, 2024 22:52
Copy link
Contributor

mergify bot commented Nov 17, 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-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.

Copy link
Contributor

mergify bot commented Nov 17, 2024

backport-8.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.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Nov 17, 2024
v1v
v1v previously approved these changes Nov 18, 2024
@v1v v1v self-requested a review November 18, 2024 08:45
@v1v
Copy link
Member

v1v commented Nov 18, 2024

This is a breaking change, so signature has changed

@kruskall
Copy link
Member

@v1v I think I saw you reverting the bump in another repo, are we good with merging this ?

@v1v
Copy link
Member

v1v commented Nov 18, 2024

@v1v I think I saw you reverting the bump in another repo, are we good with merging this ?

No, let's wait until we find what's needed to be changed. I plan to review this next week after the ON Week/Space time.

Copy link
Member

@kruskall kruskall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment

Bumps the github-actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).


Updates `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...485a9d4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-4e70f87ec0 branch from b6091d5 to b7ee684 Compare November 24, 2024 22:32
with:
channel-id: "#apm-server"
method: chat.postMessage
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See elastic/oblt-actions#164, that PR runs some e2e validations in the CI and they worked fine.

@v1v v1v requested a review from kruskall November 25, 2024 12:12
@v1v v1v requested a review from a team November 25, 2024 12:12
@kruskall kruskall enabled auto-merge (squash) November 26, 2024 18:02
@kruskall kruskall merged commit 8f810cb into main Nov 26, 2024
11 checks passed
@kruskall kruskall deleted the dependabot/github_actions/github-actions-4e70f87ec0 branch November 26, 2024 19:24
mergify bot pushed a commit that referenced this pull request Nov 26, 2024
…n the github-actions group (#14656)

* build(deps): bump slackapi/slack-github-action

Bumps the github-actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).

Updates `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...485a9d4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix support for the slack 2.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Martinez <[email protected]>
(cherry picked from commit 8f810cb)
mergify bot added a commit that referenced this pull request Nov 26, 2024
…n the github-actions group (#14656) (#14748)

* build(deps): bump slackapi/slack-github-action

Bumps the github-actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).

Updates `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...485a9d4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix support for the slack 2.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Martinez <[email protected]>
(cherry picked from commit 8f810cb)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1v added a commit to v1v/apm-server that referenced this pull request Dec 3, 2024
…-with-main

* upstream/main: (100 commits)
  feat: bump beats to current main (elastic#14781)
  build(deps): bump github.com/elastic/elastic-agent-client/v7 from 7.16.0 to 7.17.0 (elastic#14757)
  PGO: Update default.pgo from benchmarks https://github.com/elastic/apm-server/actions/runs/12024199004/attempts/1. (elastic#14734)
  build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in the github-actions group (elastic#14656)
  build(deps): bump the otel group with 3 updates (elastic#14746)
  build(deps): bump the otel group across 1 directory with 4 updates (elastic#14681)
  testing: remove missing Make target dep (elastic#14523)
  build(deps): bump the dependencies group in /systemtest with 3 updates (elastic#14731)
  build(deps): bump chainguard/static in /packaging/docker (elastic#14732)
  build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (elastic#14733)
  chore: Update to elastic/beats@4278366ab032 (elastic#14725)
  changelog: add 8.15.5 entry (elastic#14720)
  chore: Update to elastic/beats@06ba17caf9ed (elastic#14711)
  Surface config parsing error under EA managed mode (elastic#14574)
  release-automation: update changelog template to add bug fixes section (elastic#14693)
  PGO: Update default.pgo from benchmarks https://github.com/elastic/apm-server/actions/runs/11946993444/attempts/1. (elastic#14699)
  changelog: add changelog entry for 8.16.1 (elastic#14690)
  chore: Update k8s stack yaml files (elastic#14686)
  docs: update release doc around documentation PR (elastic#14694)
  terraform: Use non-deprecated deployment template (elastic#14682)
  ...
v1v added a commit to v1v/apm-server that referenced this pull request Dec 3, 2024
* feature/support-8.x-with-main: (196 commits)
  support github label backport
  chore
  it should be main
  feat: bump beats to current main (elastic#14781)
  build(deps): bump github.com/elastic/elastic-agent-client/v7 from 7.16.0 to 7.17.0 (elastic#14757)
  PGO: Update default.pgo from benchmarks https://github.com/elastic/apm-server/actions/runs/12024199004/attempts/1. (elastic#14734)
  build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in the github-actions group (elastic#14656)
  build(deps): bump the otel group with 3 updates (elastic#14746)
  build(deps): bump the otel group across 1 directory with 4 updates (elastic#14681)
  testing: remove missing Make target dep (elastic#14523)
  build(deps): bump the dependencies group in /systemtest with 3 updates (elastic#14731)
  build(deps): bump chainguard/static in /packaging/docker (elastic#14732)
  build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (elastic#14733)
  chore: Update to elastic/beats@4278366ab032 (elastic#14725)
  changelog: add 8.15.5 entry (elastic#14720)
  chore: Update to elastic/beats@06ba17caf9ed (elastic#14711)
  Surface config parsing error under EA managed mode (elastic#14574)
  release-automation: update changelog template to add bug fixes section (elastic#14693)
  PGO: Update default.pgo from benchmarks https://github.com/elastic/apm-server/actions/runs/11946993444/attempts/1. (elastic#14699)
  changelog: add changelog entry for 8.16.1 (elastic#14690)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify dependency github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants