Releases: airvzxf/ftp-deployment-action
Releases · airvzxf/ftp-deployment-action
Release version 1.3.1
With this security change, the Alpine O.S. v3.18.5 has any vulnerabilities until now.
What's Changed
Full Changelog: v1.3.0...v1.3.1
Release version 1.3.0
Focused on
- Security scans and fixes.
- Updated and fixed the documentation (README.md).
- Upgraded parameters:
- Some default values changed.
- Displayed logs when the mirror is executing.
- Added the
lftp_settings
to add any settings for thelftp
command.
What's Changed
- [Snyk] Security upgrade alpine from latest to 3.15 by @snyk-bot in #4
- [Snyk] Security upgrade alpine from latest to 3.15.4 by @snyk-bot in #5
- [Snyk] Security upgrade alpine from 3.15.4 to 3.15.8 by @snyk-bot in #7
- [Snyk] Security upgrade alpine from 3.15.8 to 3.16.7 by @airvzxf in #9
Full Changelog: v1.2.0...v1.3.0
Release version 1.2.0
When the connection returns an error, it will wait one minute before the next try.
Full Changelog: v1.1...v1.2.0
Release version 1.1
This release version contain the follow improvements:
- Fixed the infinite loop if an error occurred, describing the solution in the next bullet.
- Added more
lftp
settings for retries and timeouts to customize your deployment. - If the
lftp
has an error connection for any reason, it will try to execute a couple more times. - Added the
no-symlinks
option.
TODOs completed:
- Add the property/option for the upload the Symlinks.
Release to Alpha 2
Added more information in the Read Me file also modified the title and description for this action.
Release to Alpha 1
This Alpha version is for personal usage but in a short future will be robust for any Github developer.
Main features:
- Copy all the files inside of the specific folder from your Github repository to the specific folder in your server.
- Option to delete all the files in the specific remote folder before the upload.
- Use Alpine container means small size and faster creation of the container.
- Show messages in the console logs for every executed command.
TODOs:
- Add options for exclude delete files.
- Add the property/option for the upload the Symlinks.