Releases: shimataro/ssh-key-action
Releases · shimataro/ssh-key-action
ssh-key-action 2.7.0 released
Others
- Update to Node.js v20 (thanks @princemaple)
- drop old containers; Ubuntu 16.04, and CentOS 7
ssh-key-action 2.6.1 released
Fixed
- JSON parse error on exit, if
if_key_exists
=fail
and key exists
ssh-key-action 2.6.0 released
Others
- back up and restore files (thanks @bambeusz)
- remove
macos-10.15
andubuntu-18.04
virtual environment
ssh-key-action 2.5.1 released
Hotfix
- update github.com key: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ (thanks @phlax)
ssh-key-action 2.5.0 released
Happy Holidays! 🎉
Here is a present from me! 🎁
Added
- remove SSH directory at the end of workflow #199
ssh-key-action 2.4.0 released
Added
- always set server key of
github.com
toknown_hosts
Fixed
- usage of
rsync
in README
Others
- add
windows-2022
, andmacos-11
(thanks @ViacheslavKudinov) - add
macos-12
,ubuntu-22.04
, andCentOS 8 Stream (Docker container)
- drop
ubuntu-16.04
, andCentOS 8 (Docker container)
- update Node.js version to 16 (thanks @duddu)
ssh-key-action 2.3.1 released
Security
- Fix CVE-2021-33502
Others
- add
windows-2016
virtual environment - remove
ubuntu-16.04
virtual environment
ssh-key-action 2.3.0 released
Added
if_key_exists
parameterknown_hosts: unnecessary
- Support Alpine Linux Docker container
ssh-key-action 2.2.0 released
Added
- Support Ubuntu/CentOS Docker container
- Support PKCS8/RFC4716 formats
Changed
- Bundle dependencies
Fixed
- comments in README