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 webfactory/ssh-agent from v0.5.0 to v0.5.1 #4

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2021

Bumps webfactory/ssh-agent from v0.5.0 to v0.5.1.

Release notes

Sourced from webfactory/ssh-agent's releases.

Fixes deployment keys on Windows

This release switches to using the ssh-agent and ssh-add binaries provided with Git for Windows (#63). These versions of the SSH binaries are based on a newer version of OpenSSH than the versions included in Windows natively. Deploy key support is not possible with the native versions.

Changelog

Sourced from webfactory/ssh-agent's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v0.4.1 [2020-10-07]

Fixed

  • This action no longer relies on set-env, which has been deprecated.

v0.4.0

Changed

  • A failure to kill the agent in the post-action step will no longer fail the workflow run. That way, you can kill the agent yourself when necessary (#33).

v0.3.0 [2020-05-18]

Added

  • A new post-action step will automatically clean up the running agent at the end of a job. This helps with self-hosted runners, which are non-ephemeral. (@​thommyhh, #27)

Changed

  • Unless the SSH_AUTH_SOCK is configured explicitly, the SSH agent will now use a random file name for the socket. That way, multiple, concurrent SSH agents can be used on self-hosted runners. (@​thommyhh, #27)

v0.2.0 [2020-01-14]

Added

  • Multiple SSH keys can now be provided (#14, closes #7). Thanks to @​webknjaz and @​bradmartin for support and tests.

  • Catch empty ssh-private-key input values and exit with a helpful error message right away.

v0.1.0 [2019-09-15]

Initial release.

Commits
  • 4b6f4eb Windows virtual environment: Use SSH binaries from the Git suite (#63)
  • 7954857 Prepare 0.5.1 release
  • 598c7ea Handle ENOENT exceptions with a graceful message
  • 65d1ea3 Mention that container-based workflows need to have ssh packages installed
  • 5f95203 Add note about using cargo with private dependencies (#64)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 10, 2021
@returnString returnString merged commit e5dfa11 into main Mar 10, 2021
@returnString returnString deleted the dependabot/github_actions/webfactory/ssh-agent-v0.5.1 branch March 10, 2021 21:18
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 github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need a way to pass array of keys instead of one
1 participant