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.
2.5.1 - 2023-03-25
- update github.com key: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ (thanks @phlax)
2.5.0 - 2022-12-24
- remove SSH directory at the end of workflow
2.4.0 - 2022-11-03
- always set server key of
github.com
toknown_hosts
- usage of
rsync
in README
- 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)
2.3.1 - 2021-08-01
- Fix CVE-2021-33502
- add
windows-2016
virtual environment - remove
ubuntu-16.04
virtual environment
2.3.0 - 2021-03-21
if_key_exists
parameterknown_hosts: unnecessary
- Support Alpine Linux Docker container
2.2.0 - 2021-02-27
- Support Ubuntu/CentOS Docker container (thanks @kujaomega)
- Support PKCS8/RFC4716 formats (thanks @tats-u)
- Bundle dependencies (thanks @tats-u)
- comments in README (thanks @KimSoungRyoul)
2.1.0 - 2020-08-15
- Append LF to
known_hosts
/config
(thanks @jacktuck)
- Typo (thanks @psbss)
2.0.3 - 2020-06-06
- Ubuntu 20.04
- Add short note on how to convert OPENSSH to PEM format by @shadow1runner
2.0.2 - 2020-04-12
- update minimist to 1.2.5 (CVE-2020-7598)
2.0.1 - 2020-03-14
- update acorn to 7.1.1 (GHSA-7fhm-mqm4-2wp7)
2.0.0 - 2020-02-08
- rename
private-key
tokey
- rename
known-hosts
toknown_hosts
- make
known_hosts
required
1.6.5 - 2020-02-08
- update version of Checkout action
1.6.4 - 2020-01-27
node_modules/.bin
error (thanks @george3447)
1.6.3 - 2020-01-27
- add Q&A
1.6.2 - 2020-01-25
- some updates
1.6.1 - 2020-01-19
- Some bugfixes
1.6.0 - 2020-01-18
public-key
is no longer necessarily
1.5.0 - 2019/12/30
- Append contents of
config
andknown_hosts
when called multiple times.
1.4.0 - 2019/12/22
config
option
1.3.0 - 2019/09/29
known-hosts
option
1.2.0 - 2019/09/22
- CI trigger
- example code in README
- Install only
dependencies
packages.
1.1.0 - 2019/09/19
- Support Visual Studio Code officially.
- Use GitHub Actions for build test.
1.0.0 - 2019/09/18
- First release.