Skip to content

Releases: SamKirkland/FTP-Deploy-Action

v4.3.5 🚀

02 Mar 06:42
Compare
Choose a tag to compare

What's Changed

  • Update to node 20
  • Update basic-ftp from 5.0.2 to 5.0.5
  • Update actions/checkout to v4

v4.3.4 🚀

15 Mar 05:52
8a24039
Compare
Choose a tag to compare

What's Changed

  • Update basic-ftp
  • Update actions/checkout to v3
  • Glob tester README link fix
  • new vX.X.X tags format

v3.1.2 🚀

02 Dec 17:21
6647c2f
Compare
Choose a tag to compare

Node Upgrade

v3.1.1 🚀

16 Aug 17:21
1a88834
Compare
Choose a tag to compare

Fixes & Documentation:

  • Bug where spaces were not supported within passwords

Please see the migration guide for assistance migrating from v2 to v3

v3.1.0 🚀

16 Aug 17:21
a013b83
Compare
Choose a tag to compare

Features:

  • Support for known-hosts

Fixes & Documentation:

  • Action does not fail even if secret is not defined #60 - Reported by @LeoSeyers
  • Revamped readme
  • Locked down actions/checkout version in examples

Please see the migration guide for assistance migrating from v2 to v3

v3.0.0 🚀

16 Aug 17:21
bd242eb
Compare
Choose a tag to compare

Features:

  • Upload diffs based on git history by default
  • .git-ftp-ignore and .git-ftp-include support

Please see the migration guide for assistance migrating to v3

v4.3.3 🚀

02 Dec 17:25
cfcb39f
Compare
Choose a tag to compare

Node Upgrade

Documentation

  • README updates

v4.3.2 🚀

03 Sep 22:39
Compare
Choose a tag to compare

Feature

  • Added timeout option

v4.3.1 🚀

22 Aug 02:33
e8964f3
Compare
Choose a tag to compare

Maintenance

  • Upgraded basic-ftp
  • Upgraded npm dependencies

Bug Fixes

  • Resolves #285 "dry-run didn't work w/ dangerous-clean-slate"
  • Resolves #229 "None of the available transfer modes work"

v4.3.0 🚀

19 Feb 21:08
d0aa838
Compare
Choose a tag to compare

Bug Fixes

  • Resolves "550 Remove directory operation failed" #220
  • Resolves exclude defaults not working properly