Releases: shimataro/ssh-key-action
Releases · shimataro/ssh-key-action
ssh-key-action 2.8.0 released
Others
- Update to Node.js v24
- add support:
windows-2025,macos-14,macos-15, andubuntu-24.04 - drop support:
windows-2019,macos-11,macos-12, andubuntu-20.04 - add container support:
alpine:3.21-alpine:3.23,centos:stream10, andubuntu:24.04 - drop container support:
alpine:3.10-alpine:3.13,centos:stream8, andubuntu:20.04 - Add workaround; "HOME is not defined" (refer to: issue #184)
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=failand key exists
ssh-key-action 2.6.0 released
Others
- back up and restore files (thanks @bambeusz)
- remove
macos-10.15andubuntu-18.04virtual 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.comtoknown_hosts
Fixed
- usage of
rsyncin 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-2016virtual environment - remove
ubuntu-16.04virtual environment
ssh-key-action 2.3.0 released
Added
if_key_existsparameterknown_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