Releases: SamKirkland/FTP-Deploy-Action
Releases · SamKirkland/FTP-Deploy-Action
v4.3.5 🚀
What's Changed
- Update to node 20
- Update
basic-ftp
from 5.0.2 to 5.0.5 - Update
actions/checkout
tov4
v4.3.4 🚀
What's Changed
- Update
basic-ftp
- Update
actions/checkout
tov3
- Glob tester README link fix
- new
vX.X.X
tags format
v3.1.2 🚀
Node Upgrade
- v3.1.2 upgrades node12 to node16. See github deprecation announcement
v3.1.1 🚀
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 🚀
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 🚀
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 🚀
Node Upgrade
- v4.3.3 upgrades node12 to node16. See github deprecation announcement
Documentation
- README updates
v4.3.2 🚀
Feature
- Added
timeout
option