Update SamKirkland/FTP-Deploy-Action action to v4#6
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update SamKirkland/FTP-Deploy-Action action to v4#6renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
36f535e to
131b9a2
Compare
131b9a2 to
3fab05e
Compare
3fab05e to
67ed08e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.1→v4.3.6Release Notes
SamKirkland/FTP-Deploy-Action (SamKirkland/FTP-Deploy-Action)
v4.3.6: 🚀Compare Source
Improved error handling when removing directories during FTP operations. In certain cases, the target directory may already be unavailable (e.g., deleted, renamed, or removed by a build process). Instead of throwing an exception, the process now logs a warning informing the user that the directory could not be removed or accessed.
What's Changed
Fixing folder 550 delete action by @konnng-dev in SamKirkland/ftp-deploy#47
v4.3.5: 🚀Compare Source
What's Changed
basic-ftpfrom 5.0.2 to 5.0.5actions/checkouttov4v4.3.4: 🚀Compare Source
What's Changed
basic-ftpactions/checkouttov3vX.X.Xtags formatv4.3.3: 🚀Compare Source
Node Upgrade
Documentation
v4.3.3: 🚀Compare Source
Node Upgrade
Documentation
v4.3.2: 🚀Compare Source
Feature
timeoutoptionv4.3.2: 🚀Compare Source
Feature
timeoutoptionv4.3.1: 🚀Compare Source
Maintenance
Bug Fixes
v4.3.1: 🚀Compare Source
Maintenance
Bug Fixes
v4.3.0: 🚀Compare Source
Bug Fixes
v4.3.0: 🚀Compare Source
Bug Fixes
v4.2.0: 🚀Compare Source
If you are upgrading from a pervious version see the Migration Guide
Breaking changes
excludeformat has changed, see readme for more info - Fixes #202v4.2.0: 🚀Compare Source
If you are upgrading from a pervious version see the Migration Guide
Breaking changes
excludeformat has changed, see readme for more info - Fixes #202v4.1.0: 🚀Compare Source
If you are coming from version 3 see the Migration Guide
Bug Fixes
local-dirincorrect usage - Fixes #145Breaking changes
excludedefaults have been updated. Going forward**/.git*,**/.git*/**,**/node_modules/**will be excludedexcludeoption now matches against folders. Previously trailing/were not matched against folderssecurityoption is nowlooseby default (this was bugged prior to v4.1.0)v4.1.0: 🚀Compare Source
If you are coming from version 3 see the Migration Guide
Bug Fixes
local-dirincorrect usage - Fixes #145Breaking changes
excludedefaults have been updated. Going forward**/.git*,**/.git*/**,**/node_modules/**will be excludedexcludeoption now matches against folders. Previously trailing/were not matched against folderssecurityoption is nowlooseby default (this was bugged prior to v4.1.0)v4.0.0: 🚀Compare Source
Migration Guide
Over the past few months I've been rewriting this action with a brand new architecture that resolves some long standing issues. The new version of this library is heavily inspired by
rsync.rsyncis a popular application that must be run over asshconnection, it requires thersyncbinary be install on both the client and the sever.rsyncprovides dozens of advanced arguments that can't be supported due to protocol limitations withftp. Version 4 attempts to emulate at a high level howrsyncsyncs multiple folders, however operates over the constrainedftpprotocol.Less overhead
Version 4 no longer uses docker and has faster startup times!
Improved Defaults
.gitandnode_modulesare now ignored by default, allowing users to opt-in to their deployment instead.Improved Error Handling
Errors are now less cryptic.
Local Testing
Testing actions in version 3 was difficult, often requiring devs to change a value and commit it without testing the change locally. You can now run test configurations using node, see readme for more info.
Minimize downtime
The deployment is now setup in a way that minimizes downtime. For example, new files can be uploaded, then existing files updated, and finally old files deleted.
Removed features 🗑️
sftpsupport has been removed. In hindsight this never should have been added. Users withsftpaccess should be usingrsyncoverssh. I will create a separate github action for rsync deployments (coming soon)v4.0.0: 🚀Compare Source
Migration Guide
Over the past few months I've been rewriting this action with a brand new architecture that resolves some long standing issues. The new version of this library is heavily inspired by
rsync.rsyncis a popular application that must be run over asshconnection, it requires thersyncbinary be install on both the client and the sever.rsyncprovides dozens of advanced arguments that can't be supported due to protocol limitations withftp. Version 4 attempts to emulate at a high level howrsyncsyncs multiple folders, however operates over the constrainedftpprotocol.Less overhead
Version 4 no longer uses docker and has faster startup times!
Improved Defaults
.gitandnode_modulesare now ignored by default, allowing users to opt-in to their deployment instead.Improved Error Handling
Errors are now less cryptic.
Local Testing
Testing actions in version 3 was difficult, often requiring devs to change a value and commit it without testing the change locally. You can now run test configurations using node, see readme for more info.
Minimize downtime
The deployment is now setup in a way that minimizes downtime. For example, new files can be uploaded, then existing files updated, and finally old files deleted.
Removed features 🗑️
sftpsupport has been removed. In hindsight this never should have been added. Users withsftpaccess should be usingrsyncoverssh. I will create a separate github action for rsync deployments (coming soon)v3.1.2: 🚀Compare Source
Node Upgrade
v3.1.2: 🚀Compare Source
Node Upgrade
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.