mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00

* add Ubuntu 20.04 * macOS -> macOS Catalina * rename CI files * Windows -> Windows Server 2019 * update README * update CHANGELOG
3.1 KiB
3.1 KiB
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
Added
- Ubuntu 20.04
Changed
- Add short note on how to convert OPENSSH to PEM format by @shadow1runner
2.0.2 - 2020-04-12
Security
- update minimist to 1.2.5 (CVE-2020-7598)
2.0.1 - 2020-03-14
Security
- update acorn to 7.1.1 (GHSA-7fhm-mqm4-2wp7)
2.0.0 - 2020-02-08
Changed
- rename
private-key
tokey
- rename
known-hosts
toknown_hosts
- make
known_hosts
required
1.6.5 - 2020-02-08
Others
- update version of Checkout action
1.6.4 - 2020-01-27
Fixed
node_modules/.bin
error (thanks @george3447)
1.6.3 - 2020-01-27
Others
- add Q&A
1.6.2 - 2020-01-25
Others
- some updates
1.6.1 - 2020-01-19
Fixed
- Some bugfixes
1.6.0 - 2020-01-18
Changed
public-key
is no longer necessarily
1.5.0 - 2019/12/30
Changed
- Append contents of
config
andknown_hosts
when called multiple times.
1.4.0 - 2019/12/22
Added
config
option
1.3.0 - 2019/09/29
Added
known-hosts
option
1.2.0 - 2019/09/22
Fixed
- CI trigger
- example code in README
Others
- Install only
dependencies
packages.
1.1.0 - 2019/09/19
Others
- Support Visual Studio Code officially.
- Use GitHub Actions for build test.
1.0.0 - 2019/09/18
- First release.