Skip to content

Releases: shimataro/ssh-key-action

ssh-key-action 2.7.0 released

11 Feb 02:32
d4fffb5
Compare
Choose a tag to compare

Others

  • Update to Node.js v20 (thanks @princemaple)
  • drop old containers; Ubuntu 16.04, and CentOS 7

ssh-key-action 2.6.1 released

13 Oct 01:32
38b53cb
Compare
Choose a tag to compare

Fixed

  • JSON parse error on exit, if if_key_exists=fail and key exists

ssh-key-action 2.6.0 released

11 Oct 19:32
d05e1bd
Compare
Choose a tag to compare

Others

  • back up and restore files (thanks @bambeusz)
  • remove macos-10.15 and ubuntu-18.04 virtual environment

ssh-key-action 2.5.1 released

24 Mar 20:14
685d0f2
Compare
Choose a tag to compare

ssh-key-action 2.5.0 released

24 Dec 13:09
02d189f
Compare
Choose a tag to compare

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

02 Nov 20:07
86a65fd
Compare
Choose a tag to compare

Added

  • always set server key of github.com to known_hosts

Fixed

  • usage of rsync in README

Others

ssh-key-action 2.3.1 released

01 Aug 14:21
3c9b0fc
Compare
Choose a tag to compare

ssh-key-action 2.3.0 released

21 Mar 07:26
ce5317e
Compare
Choose a tag to compare

Added

  • if_key_exists parameter
  • known_hosts: unnecessary
  • Support Alpine Linux Docker container

ssh-key-action 2.2.0 released

27 Feb 05:18
0bbd533
Compare
Choose a tag to compare

Added

  • Support Ubuntu/CentOS Docker container
  • Support PKCS8/RFC4716 formats

Changed

  • Bundle dependencies

Fixed

  • comments in README

ssh-key-action 2.1.0 released

15 Aug 02:21
6f350ca
Compare
Choose a tag to compare

Changed

  • Append LF to known_hosts / config (thanks @jacktuck)

Fixed