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

52 commits

Author SHA1 Message Date
shimataro
53a7c26e5e
Feature/runners (#217)
* Updated runners list and tar updated to 6.1.11

* Updated runners list

* Added nodejs 16

* Updated .gitignore

* some adjusts

* update CHANGELOG

Co-authored-by: Viacheslav Kudinov <viacheslav.kudinov@gmail.com>
2022-10-30 23:46:03 +09:00
shimataro
fc21805258
Update nodejs version to 16 (#208) (#216)
* Update nodejs version to 16 (#208)

* Update nodejs version to 16

* Update runtime used to node16

* update CHANGELOG

Co-authored-by: Davide Doronzo <duddu@users.noreply.github.com>
2022-10-30 22:47:45 +09:00
shimataro
adea214356
Feature/refactor (#209)
* Change code style to 1TBS

* refactor creating ".ssh" directoy

* Add Windows-2022 / macOS-11 / macOS-12 / Ubuntu-22.04
Drop Ubuntu-16.04

* Drop centos:8 (Docker container)

* add CentOS 8 Stream (Docker container)

* use YAML alias

* Revert "use YAML alias"

This reverts commit 1ddbc7fde8.

* update .eslintrc

* move calling main to front
2022-10-30 19:57:06 +09:00
shimataro
b38d88da8a
version 2.3.1 (#189) 2021-08-01 23:04:08 +09:00
shimataro
92fef6465a
Feature/virtual environments (#187)
* remove ubuntu-16.04 virtual environment; https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/

* add `windows-2016` virtual environment

* update README/CHANGELOG

* remove ubuntu-16.04
fix tests on Windows/macOS
2021-08-01 22:31:32 +09:00
shimataro
a46749e290
Feature/update dependencies 20210801 (#186)
* update dependencies

* update CHANGELOG
2021-08-01 21:52:23 +09:00
shimataro
4dfaf8f393
version 2.3.0 (#182) 2021-03-21 16:05:33 +09:00
shimataro
954c620b17
Feature/no known hosts (#181)
* add "if_key_exists"

* add test

* fix flag

* fix SSH connection commands

* add test for if_key_exists=ignore

* add test for if_key_exists=fail

* add tests to Windows / macOS

* update CHANGELOG

* update badges

* update README

* fix README

* update README

* test no_known_hosts parameter

* implement

* ignore known_hosts if no_known_hosts is true

* refactor

* no_known_hosts is false

* Revert "no_known_hosts is false"

This reverts commit 206d310c5c.

* test on Windows / macOS

* test on Docker containers

* add tests for Docker containers

* test no_known_hosts parameter

* implement

* ignore known_hosts if no_known_hosts is true

* refactor

* no_known_hosts is false

* Revert "no_known_hosts is false"

This reverts commit 206d310c5c.

* test on Windows / macOS

* test on Docker containers

* use `known_hosts: no` instead of `no_known_hosts: true`

* update README

* update README

* "known_hosts: no" -> "known_hosts: unnecessary"

* update README

* update README

* update CHANGELOG
2021-03-21 15:43:28 +09:00
shimataro
f8aa6610de
Feature/verify on container alpine (#180)
* support Alpine Docker container

* add Git package

* update README

* update README; add install commands

* update CHANGELOG

* fix typo

* fix typo
2021-03-21 14:56:48 +09:00
shimataro
88fb14d113
add "if_key_exists" (#179)
* add "if_key_exists"

* add test

* fix flag

* fix SSH connection commands

* add test for if_key_exists=ignore

* add test for if_key_exists=fail

* add tests to Windows / macOS

* update CHANGELOG

* update badges

* update README

* fix README

* update README

* add tests for Docker containers
2021-03-18 20:57:28 +09:00
shimataro
8053198ce5
version 2.2.0 (#177) 2021-02-27 14:09:25 +09:00
shimataro
68b956be12
Feature/centos (#176)
* check on CentOS container

* update README

* update links

* update CHANGELOG

* refactor insertLf()
2021-02-24 21:24:03 +09:00
shimataro
e83b5ac86d
support OpenSSH key format (#171)
* Make up for LF in last line of SSH key file

* refactor insertLf()

* add test for OpenSSH format

* add PKCS8 format

* apply to other virtual machines

* update README

* update CHANGELOG

Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2021-02-23 10:22:30 +09:00
shimataro
026e5f82bf
Feature/container (#170)
* support Docker container

* move .ssh to /root

* remove print step

* change home directory for Docker container

* print HOME

* print home

* print home

* update dist file

* update dirname

* update CHANGELOG

* add badge
2021-02-08 23:31:19 +09:00
shimataro
a988908393
Feature/ignore node modules (#166)
* Ignore Node files that should not be tracked

The list can be fetched by `gibo dump node`.

* Untrack node_modules/@actions

* Cache node_modules

* Don't add node_modules ins Bash scripts

* Use ncc to pack dependencies

* Change final product path

Remove & ignore previous one (lib/main.js{,.map})

* Disable PR check using author's key

Author's key is not passed to PR builds (#164)

* update settings

* update CHANGELOG

* update build.yml

Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2021-02-08 22:19:05 +09:00
shimataro
47a775a015
Feature/fix readme (#167)
* fix README.md

* update README

Co-authored-by: KimSoungRyoul <KimSoungRyoul@gmail.com>
2021-02-08 21:40:22 +09:00
shimataro
93a402e560
version 2.1.0 (#153) 2020-08-15 10:56:46 +09:00
shimataro
34604805aa
append LF (#151)
* append LF to known_hosts and config

* build

* update CHANGELOG
2020-08-15 10:31:03 +09:00
shimataro
d78e9995b0
Fix typo (#141)
* option -> parameter

* update CHANGELOG
2020-06-17 23:12:44 +09:00
shimataro
be59087152
version 2.0.3 (#137) 2020-06-06 15:22:19 +09:00
shimataro
01556dafe4
add Ubuntu 20.04 (#135)
* add Ubuntu 20.04

* macOS -> macOS Catalina

* rename CI files

* Windows -> Windows Server 2019

* update README

* update CHANGELOG
2020-06-06 11:05:25 +09:00
shimataro
db8ead54b2
Add short note on how to convert OPENSSH to PEM format (#134)
* Fix #130 - improve readme.md (#131)

Co-authored-by: shimataro <shimataro@zelkova.cc>

* update CHANGELOG

* fixed lint error

* add link to contributor

Co-authored-by: Helmut Wolf <shadow1runner@users.noreply.github.com>
2020-06-06 09:33:26 +09:00
shimataro
f1a1580bbd
version 2.0.2 (#128) 2020-04-12 10:13:37 +09:00
shimataro
37c93f4d12
Feature/update dependencies 20200412 (#127)
* update dependencies

* * update CHANGELOG
2020-04-12 10:03:20 +09:00
shimataro
ef5287d6c2
version 2.0.1 (#125) 2020-03-14 14:25:16 +09:00
shimataro
6f49ca664f
Feature/update dependencies 20200314 (#124)
* update dependencies

* * update CHANGELOG
2020-03-14 14:14:40 +09:00
shimataro
5f6cc712bb
version 2.0.0 (#116)
* Feature/private key (#71)

* * rename private-key to key

* * update CI

* * update README / CHANGELOG

* Feature/rename known hosts (#72)

* * rename known-hosts to known_hosts

* * update CI

* * update README

* * update CHANGELOG

* * update README

* Feature/known hosts required (#73)

* * make known-hosts required

* * update CI

* * update README

* * update CHANGELOG

* * update README

* Feature/docs v2 (#80)

* * update version in README

* * update badge URL

* * remove duplicated reference

* * update versions

* * fix CHANGELOG

* * fix version
2020-02-08 18:58:07 +09:00
shimataro
474c27fb45
version 1.6.5 (#112) 2020-02-08 17:46:02 +09:00
shimataro
2a85485fc9
Feature/checkout v2 (#109)
* * update checkout version

* * update README
2020-02-08 17:20:09 +09:00
shimataro
f964ddc76d
version 1.6.4 (#102) 2020-01-27 06:16:12 +09:00
shimataro
f55d9bd4d2
Bugfix/node modules (#100)
* * clean node_modules before "npm ci --only=production" in order not to add ".bin" directory

* * update CHANGELOG
2020-01-27 06:03:22 +09:00
shimataro
9e83f1acf9
version 1.6.3 (#97) 2020-01-27 00:19:42 +09:00
shimataro
afbda3a03b
Feature/faq (#96)
* * add FAQ

* * update CHANGELOG

* * update FAQ

* * update FAQ

* * update FAQ

* * update FAQ

* * add question

* * update FAQ

* * target -> server

* * add FAQ

* * fix some sendences

* * fix sentense

* * sending -> transferring

* * update FAQ

* * fix sendences

* * update sentence

* * fix sentences

* * update sentences

* * update sentence

* * update sentences

* * FAQ -> Q&A
2020-01-27 00:07:39 +09:00
shimataro
a4c60cd030
version 1.6.2 (#93) 2020-01-25 23:50:19 +09:00
shimataro
1821d0bccb
Feature/document (#92)
* * update document

* * update CHANGELOG

* rerun CI
2020-01-25 10:09:55 +09:00
shimataro
d5290d5608
version 1.6.1 (#82) 2020-01-19 23:38:28 +09:00
shimataro
277f0942be
* update changelog (#81) 2020-01-19 12:29:53 +09:00
shimataro
baa16bd2bb
version 1.6.0 (#68) 2020-01-18 12:06:32 +09:00
shimataro
f20ae0c76d
Feature/public key (#58)
* * make public key omittable

* * test

* * commit built files

* * update README

* * update CHANGELOG

* Revert "* test"

This reverts commit d344e3125e.
2020-01-18 08:31:30 +09:00
shimataro
6e7eeb9834
* update CHANGELOG for new release (#50) 2019-12-30 09:05:06 +09:00
shimataro
0374d240c3
Feature/append config known hosts (#47)
* * append to "config" and "known_hosts" instead of overwriting

* * refactor options

* * add test

* * fix test

* * print created files twice

* * print the contents of known_hosts and config

* * fix revision for test

* * fix revision

* * add LF to known_hosts / config

* * append LF to config and known_hosts

* * fix test

* * reject overwriting private-key and public-key

* * update test (will cause error)

* * revert verify.yml

* * update README and CHANGELOG

* * fix example in README

* * update CHANGELOG
2019-12-30 08:24:22 +09:00
shimataro
bff7726dad
* update CHANGELOG for new release (#42) 2019-12-22 19:22:55 +09:00
shimataro
c2f68a094e
Feature/config (#39)
* * add `config` option

* * test feature/config

* * update lib

* * update test

* * update README

* * update SHA on verify

* * fix SHA

* * fix SHA

* Revert "* update SHA on verify"

This reverts commit ee52bcaa27.

* * revert refs

* * fix refs
2019-12-22 19:01:05 +09:00
shimataro
5222fa8ef0
Release/1.3.0 (#28)
* * update CHANGELOG

* * update package.json
2019-09-29 13:35:25 +09:00
shimataro
3d8365bb3a
Feature/known_hosts (#25)
* * add "known-hosts" option

* * update CHANGELOG

* * update README

* * update actions.yml

* * update example of known-hosts

* * fix message
2019-09-29 13:18:35 +09:00
shimataro
9a3ad5c83e
* fix link to v1.2.0 (#21) 2019-09-22 10:09:00 +09:00
shimataro
17d02f0d7a
Release/v1.2.0 (#19)
* * add rebuild script

* * add update-dependencies script

* v1.2.0
2019-09-22 09:09:08 +09:00
shimataro
6feada438d
release v1.1.0 (#11)
* * update version
* update CHANGELOG

* * update dependencies

* * update package name
* fix repository URL
2019-09-19 07:23:20 +09:00
shimataro
3f31f3b902
* add build check CI (#7)
* * add build check CI

* * remove "npm i"

* * update CHANGELOG
2019-09-18 23:13:14 +09:00
shimataro
a5ede5509c
Feature/vscode (#5)
* * support Visual Studio Code officially

* * update CHANGELOG
2019-09-18 22:54:17 +09:00