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

Bump the github-actions group with 4 updates #39

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the github-actions group with 4 updates: github/branch-deploy, azure/login, appleboy/ssh-action and GrantBirki/comment.

Updates github/branch-deploy from 8.2.0 to 9.1.0

Release notes

Sourced from github/branch-deploy's releases.

v9.1.0

Overview

This release introduces a new input option called checks (thanks to @​Ugzuzg! 🎉). The checks feature has been a long sought after feature of this Action to give teams better control over what CI checks have to be passing in order for a deployment to proceed. This feature was originally requested way back in 2022 and it has finally landed!

The detailed documentation around the checks input can be found here.

TL;DR: A new input option called checks allows for teams to choose whether they want all CI checks to pass before a deployment can proceed or if only the explicitly required CI checks need to be passing.

What's Changed

New Contributors

Full Changelog: github/branch-deploy@v9...v9.1.0

v9.0.0

What's Changed


⚠️ potentially breaking change! ⚠️

The vast majority of teams should be able to upgrade to v9.0.0 without any issues

It should be noted that this change is only "breaking" in the sense that unexpected behavior may take place for teams using more unique git flows for development. If you want to maintain the current state of this Action on v9.0.0 and beyond, all you need to do is to simply set outdated_mode: "pr_base" in the Action configuration. Most teams using this Action will not notice any issues upgrading to v9.x.x.


This release introduces a new input option (outdated_mode) for fine grain control over deployments when a branch is deemed "out-of-date" 🎉. These changes were introduced in github/branch-deploy#237 and the aforementioned pull request contains a lot of information around these changes. You can also view the detailed documentation around this new input option to learn more and how you and your team can use it. Enjoy!

Full Changelog: github/branch-deploy@v8...v9.0.0


Huge thank you to @​jessew-albert for helping out with the features in this release! 🙇

v8.2.1

This patch release contains internal dependency updates

... (truncated)

Commits
  • ad494b2 Merge pull request #244 from github/checks-input-docs
  • 243c05c bundle
  • 6954700 update help message
  • 6e34ae2 add checks documentation
  • 8d27c4e Merge branch 'main' into checks-input-docs
  • 903ca23 add a link to the docs
  • c540455 update checks input description to be more detailed
  • 677cced Merge pull request #243 from github/node-updates
  • f427ac4 node-updates
  • 8facfd3 Merge pull request #242 from github/dependabot/npm_and_yarn/undici-5.28.3
  • Additional commits viewable in compare view

Updates azure/login from 1.5.1 to 1.6.1

Release notes

Sourced from azure/login's releases.

Azure Login Action v1.6.1

  • Fix #403: Do not break the workflow if az is not installed in pre and post steps

Azure Login Action v1.6.0

  • Added pre: and post: action for cleaning up (#384)
Commits

Updates appleboy/ssh-action from 1.0.2 to 1.0.3

Release notes

Sourced from appleboy/ssh-action's releases.

v1.0.3

  • Support the new parameter request_pty to request a pseudo-terminal from the server, addressing the sudo command issue. appleboy/ssh-action#288
Commits
  • 029f5b4 docs: update README.md and improve code documentation
  • d134a26 fix(sudo): support request_pty to execute sudo command (#288)
  • See full diff in compare view

Updates GrantBirki/comment from 2.0.8 to 2.0.9

Release notes

Sourced from GrantBirki/comment's releases.

v2.0.9

What's Changed

Only internal node dependency updates in this release!

Full Changelog: GrantBirki/comment@v2.0.8...v2.0.9

Commits
  • d5cdf02 Merge pull request #21 from GrantBirki/general-updates
  • 5689d4b move workflow dir
  • 85af987 add .github/workflows/update-latest-release-tag.yml workflow
  • 2dbc76a update lint job
  • 25e5203 update all node packages with npm update
  • See full diff in compare view

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

Bumps the github-actions group with 4 updates: [github/branch-deploy](https://github.com/github/branch-deploy), [azure/login](https://github.com/azure/login), [appleboy/ssh-action](https://github.com/appleboy/ssh-action) and [GrantBirki/comment](https://github.com/grantbirki/comment).


Updates `github/branch-deploy` from 8.2.0 to 9.1.0
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v8.2.0...v9.1.0)

Updates `azure/login` from 1.5.1 to 1.6.1
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@de95379...cb79c77)

Updates `appleboy/ssh-action` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@2451745...029f5b4)

Updates `GrantBirki/comment` from 2.0.8 to 2.0.9
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.8...v2.0.9)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: GrantBirki/comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2024 22:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
Copy link

github-actions bot commented Mar 1, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Branch deploy your pull request to production

    Comment .deploy on this pull request to trigger a deploy. If anything goes wrong, rollback with .deploy main

  4. 🎉 Merge!

@GrantBirki
Copy link
Member

.deploy

Copy link

Deployment Triggered 🚀

GrantBirki, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/github_actions/github-actions-693c69c79b

Copy link

Deployment Results ✅

GrantBirki successfully deployed branch dependabot/github_actions/github-actions-693c69c79b to production

Environment URL: status.tarkov.dev

@GrantBirki GrantBirki merged commit 2b38fe6 into main Mar 13, 2024
1 check passed
@GrantBirki GrantBirki deleted the dependabot/github_actions/github-actions-693c69c79b branch March 13, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant