Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump SamKirkland/FTP-Deploy-Action from 3.1.1 to 4.3.3 #636

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2022

Bumps SamKirkland/FTP-Deploy-Action from 3.1.1 to 4.3.3.

Release notes

Sourced from SamKirkland/FTP-Deploy-Action's releases.

4.3.3 🚀

Node Upgrade

Documentation

  • README updates

4.3.2 🚀

Feature

  • Added timeout option

4.3.1 🚀

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"

4.3.0 🚀

Bug Fixes

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

4.2.0 🚀

If you are upgrading from a pervious version see the Migration Guide

Breaking changes

  • The exclude format has changed, see readme for more info - Fixes #202

4.1.0 🚀

If you are coming from version 3 see the Migration Guide

Bug Fixes

  • Cert issue - Fixes #149 and Fixes #127
  • Exceptions now bubble up - Fixes #123
  • Resolves local-dir incorrect usage - Fixes #145

Breaking changes

  • The exclude defaults have been updated. Going forward **/.git*, **/.git*/**, **/node_modules/** will be excluded
  • The exclude option now matches against folders. Previously trailing / were not matched against folders
  • The security option is now loose by default (this was bugged prior to v4.1.0)

4.0.0 🚀

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. rsync is a popular application that must be run over a ssh connection, it requires the rsync binary be install on both the client and the sever. rsync provides dozens of advanced arguments that can't be supported due to protocol limitations with ftp. Version 4 attempts to emulate at a high level how rsync syncs multiple folders, however operates over the constrained ftp protocol.

Less overhead

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action) from 3.1.1 to 4.3.3.
- [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases)
- [Commits](SamKirkland/FTP-Deploy-Action@3.1.1...4.3.3)

---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants