Skip to content

Releases: shimataro/ssh-key-action

ssh-key-action 2.8.0 released

19 Feb 03:55
6b84f2e

Choose a tag to compare

Others

  • Update to Node.js v24
  • add support: windows-2025, macos-14, macos-15, and ubuntu-24.04
  • drop support: windows-2019, macos-11, macos-12, and ubuntu-20.04
  • add container support: alpine:3.21 - alpine:3.23, centos:stream10, and ubuntu:24.04
  • drop container support: alpine:3.10 - alpine:3.13, centos:stream8, and ubuntu:20.04
  • Add workaround; "HOME is not defined" (refer to: issue #184)

ssh-key-action 2.7.0 released

11 Feb 02:32
d4fffb5

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

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

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

Choose a tag to compare

ssh-key-action 2.5.0 released

24 Dec 13:09
02d189f

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

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

Choose a tag to compare

ssh-key-action 2.3.0 released

21 Mar 07:26
ce5317e

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

Choose a tag to compare

Added

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

Changed

  • Bundle dependencies

Fixed

  • comments in README