Skip to content

Releases: appleboy/ssh-action

v1.2.1

19 Feb 09:50
8faa842
Compare
Choose a tag to compare

Changelog

Features

Enhancements

Build process updates

Documentation updates

  • a8952eb: docs(readme): update documentation for GitHub Actions and Docker support (@appleboy)
  • cec69ef: docs(readme): standardize terminology and capitalization across project (@appleboy)
  • a9e2fdf: docs(readme): improve README structure and add new input variables (@appleboy)
  • 6137f73: docs: improve project documentation and organization (@appleboy)
  • b76e617: docs(readme): standardize and format README files across languages (@appleboy)
  • 4853185: docs(readme): refactor README files to improve language link structure (@appleboy)
  • 49751ff: docs: standardize script_file naming to script_path in documentation (#360) (@appleboy)

v1.2.0

17 Nov 07:08
7eaf766
Compare
Choose a tag to compare

Changelog

Features

  • 703ffa3: feat(actions): enhance system performance and API integration (@appleboy)

Bug fixes

Enhancements

Refactor

Build process updates

  • 2763143: ci(script): enhance CI workflows and API integration (@appleboy)
  • 8b84eae: ci(script): improve CI robustness and coverage across environments (@appleboy)

Documentation updates

  • ab698e5: docs(readme): enhance network protocol support and testing (@appleboy)
  • 7eaf766: docs(readme): update SSH action and enhance Chinese README files (@appleboy)

v1.1.0

06 Oct 13:17
25ce8cb
Compare
Choose a tag to compare

Changelog

Bug fixes

Enhancements

Refactor

Build process updates

Documentation updates

v1.0.3

07 Jan 11:45
029f5b4
Compare
Choose a tag to compare
  • Support the new parameter request_pty to request a pseudo-terminal from the server, addressing the sudo command issue. #288

v1.0.2

01 Jan 06:45
2451745
Compare
Choose a tag to compare

upgrade ssh-proxy for security patch

v1.0.1 for security patch

26 Dec 07:14
8f94919
Compare
Choose a tag to compare
chore: update appleboy/ssh-action to v1.0.1 in documentation

- Update appleboy/ssh-action from v1.0.0 to v1.0.1 in README.md
- Update appleboy/ssh-action from v0.1.10 to v1.0.1 in README.zh-tw.md

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.0.0: docs: update appleboy/ssh-action version in README

23 Jul 02:05
Compare
Choose a tag to compare
- Update the version of `appleboy/ssh-action` from `v0.1.10` to `v0.2.0` in multiple places in the README file.

Signed-off-by: appleboy <[email protected]>

v0.1.10

13 Apr 03:30
334f925
Compare
Choose a tag to compare

Enhancement

v0.1.9

04 Apr 09:40
Compare
Choose a tag to compare

Enhance

  • 5f64c95 - chore: improve SSH key handling and documentation
  • 3cd1bcf - feat: refactor code for parallel execution on multiple hosts (#237 #233)
  • 4958308 - docs: add traditional Chinese documentation. (5 weeks ago) <Bo-Yi.Wu>

docs: update to v0.1.8 version

28 Feb 09:26
Compare
Choose a tag to compare

Enhance

  • chore(auth): allow set password and private key at the same time. #226