app
app copied to clipboard
chore(deps): bump webfactory/ssh-agent from 0.4.1 to 0.9.0
Bumps webfactory/ssh-agent from 0.4.1 to 0.9.0.
Release notes
Sourced from webfactory/ssh-agent's releases.
Update to
node20This release updates the action to run on Node.js v20. When you're running on GitHub hosted runners, just go ahead and update. When you're using self-hosted runners, please make sure you have Node.js v20 installed before updating from
v0.8.0tov0.9.0of this action.New Contributors
@npwolfmade their first contribution in webfactory/ssh-agent#196@benzadomade their first contribution in webfactory/ssh-agent#206@felix-seifertmade their first contribution in webfactory/ssh-agent#199@archenmade their first contribution in webfactory/ssh-agent#201Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0
What's Changed
- Update README.md to reflect latest version by
@npwolfin webfactory/ssh-agent#196- Remove outdated claim from README by
@benzadoin webfactory/ssh-agent#206- chore: update all versions of
actions/checkoutto v4 by@felix-seifertin webfactory/ssh-agent#199- bump to node20 by
@archenin webfactory/ssh-agent#201New Contributors
@npwolfmade their first contribution in webfactory/ssh-agent#196@benzadomade their first contribution in webfactory/ssh-agent#206@felix-seifertmade their first contribution in webfactory/ssh-agent#199@archenmade their first contribution in webfactory/ssh-agent#201Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0
SSH host keys no longer managed – read below 👇
Starting with this release, this action no longer writes GitHub's SSH host keys into the
known_hostsSSH config file upon start.GitHub changed their host keys on short notice this morning, see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (#171).
What you need to do:
- On GitHub hosted runners, nothing. ✔︎ These runners ship with SSH host keys (for
github.com) maintained by directly by GitHub.- On self-hosted runners, review and fix your SSH
known_hostsfile:
- First, you'll find it bloated with redundant entries for
github.com, as described in #106. Remove these entries.- Review https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. You probably removed the old (invalid) SSH key in the previous step.
- Configure GitHub's current SSH keys as documented on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
- As long as versions before
v0.8.0of this action here are run on the self-hosted runner, the old entries will come back. Keep an eye on it, possibly you'll have to rinse & repeat.Other code changes in this release
- Update to
actions/checkout@v3by@mpdudein webfactory/ssh-agent#143- Allow the user to override the commands for
git,ssh-agent, andssh-addby@DilumAluthgein webfactory/ssh-agent#154New Contributors
@prhigginsmade their first contribution in webfactory/ssh-agent#153@kjarkurmade their first contribution in webfactory/ssh-agent#147@DilumAluthgemade their first contribution in webfactory/ssh-agent#154Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0
... (truncated)
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.7.0 [2022-10-19]
Added
- Add the
log-public-keyinput that can be used to turn off logging key identities (#122)Fixed
- Fix path to
gitbinary on Windows, assuming GitHub-hosted runners (#136, #137)- Fix a nonsensical log message (#139)
v0.6.0 [2022-10-19]
Changed
- Update the version of Node used by the action from 12 to 16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).
v0.5.4 [2021-11-21]
Fixed
Changed
- Various documentation (README) improvements and additions
- Change logging to more precisely state that public keys are being printed
v0.5.3 [2021-06-11]
Fixed
- Fixed cleanup phase to really terminate the ssh-agent (#80)
- Fix termination of ssh-agent also on workflow failure (#79)
Changed
- Various documentation (README) improvements and additions
v0.5.2 [2021-04-07]
... (truncated)
Commits
dc588b6Update version numbers in the README examples204eb35Bump tonode20(#201)9f6f312chore: update all versions ofactions/checkoutto v4 (#199)2e59dd7Remove outdated claim from README (#206)fd34b8dUpdate README.md to reflect latest version (#196)d4b9b8fStop adding GitHub SSH keys (#171)ea17a05Add missing semicolons (#159)9fbc246Clarify usage for Docker build processes, especially with deployment keys (#145)6f828ccAllow the user to override the commands forgit,ssh-agent, andssh-add...209e2d7Fix a typo in the README.md (#146)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)