# 1.0.0 (2024-04-19) ### Bug Fixes * [#113](https://github.com/ximplez/ssh-deploy/issues/113) limit ssh script input ([5894f5e](5894f5e290)) * [#113](https://github.com/ximplez/ssh-deploy/issues/113) limit ssh script output ([59827af](59827af83c)) * [#113](https://github.com/ximplez/ssh-deploy/issues/113) limit ssh script output - rebuild ([756a522](756a522533)) * [#118](https://github.com/ximplez/ssh-deploy/issues/118) check undefined default values ([f0c02fb](f0c02fb2a5)) * [#118](https://github.com/ximplez/ssh-deploy/issues/118) check undefined default values rebuild ([54f8b6c](54f8b6c60b)) * [#120](https://github.com/ximplez/ssh-deploy/issues/120) check undefined data ([2fbb060](2fbb06015d)) * add assets to semantic-release git ([0867b12](0867b12954)) * add branch instead of a version in a readme ([8218c8e](8218c8ed95)) * add compiled file ([627ac29](627ac29ece)) * add githubWorkspace as default source root ([3ef66d0](3ef66d0be9)) * Add info for Permission denied issue. ([845b578](845b578606)) * Add manual inputs for e2e test ([8f71595](8f715957ab)) * add NPM token ([2197bc6](2197bc60ef)) * add package json auto updates ([ce56d75](ce56d75fc1)) * add uuid for ssh scripts ([66f6e4b](66f6e4b367)) * Add visible Rsync CMD for debugging ([91b6d28](91b6d280ae)) * added the missing declarations [#177](https://github.com/ximplez/ssh-deploy/issues/177) ([bb271fe](bb271fe4c6)) * change npm to public ([191c82d](191c82d9b4)) * codeql build ([5e456a4](5e456a475a)) * codeql yaml syntax update ([87ad671](87ad6713b5)) * fix default source if empty ([9f191f4](9f191f4263)) * fix default TARGET ([4d08634](4d086346af)) * Fix default values used incorrectly. ([a1b383f](a1b383f560)) * fix manual release action ([245b7a9](245b7a9d2f)) * log buffer from rsync stdout ([8e19e0d](8e19e0d6bc)) * Log rsync command ([85f4a96](85f4a96743)) * minify dist ([87551c3](87551c3893)) * move e2e tests to main branch ([0069fae](0069faea9f)) * move e2e tests typo branch name ([6d3554b](6d3554b01e)) * normalize line endings in SSH key for the underlying OS ([3f5d9aa](3f5d9aab1a)) * only=prod package json ([95f4dc8](95f4dc8069)) * plugins versions ([2f40dde](2f40dde84f)) * readme update ([80a7f53](80a7f53ec9)), closes [#67](https://github.com/ximplez/ssh-deploy/issues/67) * rebuild ([2169399](2169399fef)) * rebuild and update readme ([98025d6](98025d680e)) * remove change npm to public ([3c36af7](3c36af7577)) * replace i with ci ([50d1f57](50d1f576f9)) * semantic-release/npm update config ([40096bf](40096bf224)) * trigger automated release ([4d8bbf0](4d8bbf0deb)) * Update changelog ([765f5ff](765f5ffd31)) * update ncc ([20a0cae](20a0cae1ae)) * update npm package name ([9c4e411](9c4e4119ad)) * update plugins ([b2adc00](b2adc00c92)) * update plugins ([a50a999](a50a999528)) * update sub dependencies ([2a32c8d](2a32c8dcde)) * update v3 e2e test ([450bf42](450bf423f3)) * use main branch for e2e testes ([21451fe](21451fec97)) * yaml step name ([5c13615](5c13615d4b)) * 修复 ARGS 为空时导致 rsync 执行错误问题。 ([caaa95b](caaa95b651)) * Merge pull request #173 from jeromelachaud/main ([ac1908e](ac1908e5d2)), closes [#173](https://github.com/ximplez/ssh-deploy/issues/173) * Merge pull request #83 from easingthemes/feature/#82-update-node-version ([76660a8](76660a8456)), closes [#83](https://github.com/ximplez/ssh-deploy/issues/83) [easingthemes/feature/#82](https://github.com/easingthemes/feature//issues/82) ### Features * add e2e tests ([40f855a](40f855a08b)) * Add multi source and multi target support ([73a65ec](73a65ec97c)) * add semantic-release-action ([ac3c9b5](ac3c9b51d5)) * add ssh port from VARs, fix package-lock ([808b002](808b0020d4)) * Add SSH remote script support - before and after rsync ([2cd8a82](2cd8a820e2)) * Add SSH_CMD_ARGS support ([51a0063](51a00631e2)) ### Performance Improvements * update default rsync options ([2be7efb](2be7efb376)) ### BREAKING CHANGES * update to use nodeJS v20 * update to use nodeJS v20 * Default rsync options updated to speed up default deployments. from `rltgoDzvO` to `-rlgoDzvc -i` * update to use nodeJS v16
23 KiB
1.0.0 (2024-04-19)
Bug Fixes
-
add assets to semantic-release git (0867b12)
-
add branch instead of a version in a readme (8218c8e)
-
add compiled file (627ac29)
-
add githubWorkspace as default source root (3ef66d0)
-
Add info for Permission denied issue. (845b578)
-
Add manual inputs for e2e test (8f71595)
-
add NPM token (2197bc6)
-
add package json auto updates (ce56d75)
-
add uuid for ssh scripts (66f6e4b)
-
Add visible Rsync CMD for debugging (91b6d28)
-
change npm to public (191c82d)
-
codeql build (5e456a4)
-
codeql yaml syntax update (87ad671)
-
fix default source if empty (9f191f4)
-
fix default TARGET (4d08634)
-
Fix default values used incorrectly. (a1b383f)
-
fix manual release action (245b7a9)
-
log buffer from rsync stdout (8e19e0d)
-
Log rsync command (85f4a96)
-
minify dist (87551c3)
-
move e2e tests to main branch (0069fae)
-
move e2e tests typo branch name (6d3554b)
-
normalize line endings in SSH key for the underlying OS (3f5d9aa)
-
only=prod package json (95f4dc8)
-
plugins versions (2f40dde)
-
rebuild (2169399)
-
rebuild and update readme (98025d6)
-
remove change npm to public (3c36af7)
-
replace i with ci (50d1f57)
-
semantic-release/npm update config (40096bf)
-
trigger automated release (4d8bbf0)
-
Update changelog (765f5ff)
-
update ncc (20a0cae)
-
update npm package name (9c4e411)
-
update plugins (b2adc00)
-
update plugins (a50a999)
-
update sub dependencies (2a32c8d)
-
update v3 e2e test (450bf42)
-
use main branch for e2e testes (21451fe)
-
yaml step name (5c13615)
-
修复 ARGS 为空时导致 rsync 执行错误问题。 (caaa95b)
-
Merge pull request #173 from jeromelachaud/main (ac1908e), closes #173
-
Merge pull request #83 from easingthemes/feature/#82-update-node-version (76660a8), closes #83 easingthemes/feature/#82
Features
- add e2e tests (40f855a)
- Add multi source and multi target support (73a65ec)
- add semantic-release-action (ac3c9b5)
- add ssh port from VARs, fix package-lock (808b002)
- Add SSH remote script support - before and after rsync (2cd8a82)
- Add SSH_CMD_ARGS support (51a0063)
Performance Improvements
- update default rsync options (2be7efb)
BREAKING CHANGES
- update to use nodeJS v20
- update to use nodeJS v20
- Default rsync options updated to speed up default deployments.
from
rltgoDzvOto-rlgoDzvc -i - update to use nodeJS v16
5.0.3 (2024-02-27)
Bug Fixes
- trigger automated release (4d8bbf0)
5.0.2 (2024-02-18)
Bug Fixes
5.0.1 (2024-01-31)
Bug Fixes
- Add info for Permission denied issue. (845b578)
5.0.0 (2023-12-12)
BREAKING CHANGES
- update to use nodeJS v20
- update to use nodeJS v20
4.1.10 (2023-09-30)
Bug Fixes
- normalize line endings in SSH key for the underlying OS (3f5d9aa)
4.1.9 (2023-09-24)
Bug Fixes
4.1.8 (2023-02-21)
Bug Fixes
- rebuild and update readme (98025d6)
4.1.7 (2023-02-21)
Bug Fixes
4.1.6 (2023-02-21)
Bug Fixes
4.1.5 (2023-02-21)
Bug Fixes
4.1.4 (2023-02-21)
Bug Fixes
4.1.3 (2023-02-21)
Bug Fixes
4.1.2 (2023-02-21)
Bug Fixes
4.1.1 (2023-02-21)
Bug Fixes
- fix default TARGET (4d08634)
4.1.0 (2023-02-19)
Features
- add ssh port from VARs, fix package-lock (808b002)
4.0.5 (2023-01-06)
Bug Fixes
- fix manual release action (245b7a9)
4.0.4 (2023-01-03)
Bug Fixes
- update sub dependencies (2a32c8d)
4.0.3 (2023-01-03)
Bug Fixes
- update v3 e2e test (450bf42)
4.0.2 (2023-01-03)
Bug Fixes
- add githubWorkspace as default source root (3ef66d0)
4.0.1 (2023-01-03)
Bug Fixes
- fix default source if empty (9f191f4)
4.0.0 (2023-01-03)
Bug Fixes
- rebuild (2169399)
Performance Improvements
- update default rsync options (2be7efb)
BREAKING CHANGES
- Default rsync options updated to speed up default deployments.
from
rltgoDzvOto-rlgoDzvc -i
3.4.3 (2023-01-03)
Bug Fixes
- move e2e tests typo branch name (6d3554b)
3.4.2 (2023-01-03)
Bug Fixes
- Update changelog (765f5ff)
3.4.1 (2023-01-03)
Bug Fixes
- move e2e tests to main branch (0069fae)
3.4.0 (2023-01-03)
Full Changelog: https://github.com/easingthemes/ssh-deploy/compare/v3.1.0...v3.4.1
Features
- Add SSH remote script support - before and after rsync (2cd8a82)
- Add multi source and multi target support (73a65ec)
- Add SSH_CMD_ARGS support (51a0063)
- Add manual inputs for e2e test (8f71595)
Bug Fixes
- Add visible Rsync CMD for debugging (91b6d28)
- log buffer from rsync stdout (8e19e0d)
- fix e2e yaml step name (5c13615)
3.3.4 (2023-01-02)
Bug Fixes
- Add visible Rsync CMD for debugging (91b6d28)
3.3.3 (2023-01-02)
Bug Fixes
- log buffer from rsync stdout (8e19e0d)
3.3.2 (2023-01-02)
Bug Fixes
- Add manual inputs for e2e test (8f71595)
3.3.1 (2023-01-02)
Bug Fixes
- Log rsync command (85f4a96)
3.3.0 (2023-01-02)
Features
- Add SSH_CMD_ARGS support (51a0063)
3.2.0 (2023-01-02)
Features
- Add SSH remote script support - before and after rsync (2cd8a82)
- feat: add sshCmdArgs option
- feat: add onStderr and onStdout logs
- feat: Add RSYNC_STDOUT env variable
- feat: Update emojis
Bug Fixes
- fix: remove _unsafe _dirname
- fix: Add promise instead of callback
- fix: improve logs
- fix: Add simple command exists instead of a plugin
- fix: add non interactive install
- fix: Improve reject messages
- fix: update workflow actions
3.1.1 (2023-01-02)
Bug Fixes
- use main branch for e2e testes (21451fe)
3.1.0 (2022-12-31)
Features
- add e2e tests (40f855a)
3.0.1 (2022-10-28)
Bug Fixes
3.0.0 (2022-10-28)
Bug Fixes
-
plugins versions (2f40dde)
-
Merge pull request #83 from easingthemes/feature/#82-update-node-version (76660a8), closes #83 easingthemes/feature/#82
BREAKING CHANGES
- update to use nodeJS v16
2.2.11 (2021-05-28)
Bug Fixes
- remove change npm to public (3c36af7)
2.2.10 (2021-05-27)
Bug Fixes
- add assets to semantic-release git (0867b12)
2.2.9 (2021-05-27)
Bug Fixes
- change npm to public (191c82d)
2.2.8 (2021-05-27)
Bug Fixes
- update npm package name (9c4e411)
2.2.7 (2021-05-27)
Bug Fixes
- minify dist (87551c3)
2.2.6 (2021-05-27)
Bug Fixes
- add NPM token (2197bc6)
2.2.5 (2021-05-27)
Bug Fixes
- semantic-release/npm update config (40096bf)
2.2.4 (2021-05-27)
Bug Fixes
- add branch instead of a version in a readme (8218c8e)
2.2.3 (2021-05-27)
Bug Fixes
- codeql yaml syntax update (87ad671)
2.2.2 (2021-05-27)
Bug Fixes
- codeql build (5e456a4)
2.2.1 (2021-05-27)
Bug Fixes
- add package json auto updates (ce56d75)
2.2.0 (2021-05-27)
Bug Fixes
- only=prod package json (95f4dc8)
- replace i with ci (50d1f57)
- update ncc (20a0cae)
- update plugins (b2adc00)
- update plugins (a50a999)
Features
- add semantic-release-action (ac3c9b5)