Skip to content

Latest commit

 

History

History
235 lines (138 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

235 lines (138 loc) · 6.27 KB

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.

2.7.0 - 2024-02-11

Others

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

2.6.1 - 2023-10-13

Fixed

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

2.6.0 - 2023-10-11

Others

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

2.5.1 - 2023-03-25

Hotfix

2.5.0 - 2022-12-24

Added

  • remove SSH directory at the end of workflow

2.4.0 - 2022-11-03

Added

  • always set server key of github.com to known_hosts

Fixed

  • usage of rsync in README

Others

2.3.1 - 2021-08-01

Security

Others

2.3.0 - 2021-03-21

Added

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

2.2.0 - 2021-02-27

Added

  • Support Ubuntu/CentOS Docker container (thanks @kujaomega)
  • Support PKCS8/RFC4716 formats (thanks @tats-u)

Changed

  • Bundle dependencies (thanks @tats-u)

Fixed

2.1.0 - 2020-08-15

Changed

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

Fixed

2.0.3 - 2020-06-06

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

2.0.1 - 2020-03-14

Security

2.0.0 - 2020-02-08

Changed

  • rename private-key to key
  • rename known-hosts to known_hosts
  • make known_hosts required

1.6.5 - 2020-02-08

Others

1.6.4 - 2020-01-27

Fixed

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 and known_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.