Skip to content

Releases: airvzxf/ftp-deployment-action

Release version 1.3.1

05 Dec 16:58
5483542
Compare
Choose a tag to compare

With this security change, the Alpine O.S. v3.18.5 has any vulnerabilities until now.

What's Changed

  • [Snyk] Security upgrade alpine from 3.16.7 to 3.18.5 by @airvzxf in #11

Full Changelog: v1.3.0...v1.3.1

Release version 1.3.0

30 Nov 08:45
43fdbd5
Compare
Choose a tag to compare

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 the lftp 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

30 Nov 08:42
Compare
Choose a tag to compare

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

25 Sep 23:05
Compare
Choose a tag to compare

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

13 Sep 08:07
Compare
Choose a tag to compare
Pre-release

Added more information in the Read Me file also modified the title and description for this action.

Release to Alpha 1

13 Sep 06:47
Compare
Choose a tag to compare
Pre-release

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.