Releases: crazy-max/ftpgrab
Releases · crazy-max/ftpgrab
v7.0.1
- Fix SFTP not taken into account
v7.0.0
- Repository moved to crazy-max/ftpgrab
- DockerHub repository moved to crazymax/ftpgrab
- Configuration transposed into environment variables (#90)
FTPGRAB_DB
env var renamedFTPGRAB_DB_PATH
key
field for SFTP authentication has been renamedkeyFile
- Add
keyPassphrase
to provide a passphrase linked tokeyFile
- Improve configuration validation
- All fields in configuration now camelCased
- Add tests and coverage
- Seek configuration file from default places
- Configuration file not required anymore
- Switch to gonfig
- Add fields to load sensitive values from file
- Update deps
v6.5.0
- Docs website with mkdocs
- Move documentation to main repository
- Update deps
v6.4.0
- Use kong command-line parser
- Switch to Open Container Specification labels as label-schema.org ones are deprecated
- Update deps
v6.3.0
v6.2.0
- Add Slack notifier
- Update libs
- Go 1.13.5
- Seconds field optional for schedule
v6.1.0
- Multi-platform Docker image
- Move ftpgrab/docker repo here
- Go 1.12.10
- Use GOPROXY
- Stop publishing Docker image on Quay
- Switch to GitHub Actions
- Add instructions to create a Linux service
- Remove
--docker
flag - Allow to override database path through
FTPGRAB_DB
env var - Allow to override download output path through
FTPGRAB_DOWNLOAD_OUTPUT
env var
v6.0.2
v6.0.1
v6.0.0
- Log skip status
- Set ServerName field if implicit TLS
- Switch to jlaffaye/ftp module
- Fix race condition
- Performance improvement