Skip to content

Releases: crazy-max/ftpgrab

v7.0.1

04 Aug 12:11
36a7375
Compare
Choose a tag to compare
  • Fix SFTP not taken into account

v7.0.0

18 Jul 01:42
4cb63e4
Compare
Choose a tag to compare
  • Repository moved to crazy-max/ftpgrab
  • DockerHub repository moved to crazymax/ftpgrab
  • Configuration transposed into environment variables (#90)
  • FTPGRAB_DB env var renamed FTPGRAB_DB_PATH
  • key field for SFTP authentication has been renamed keyFile
  • Add keyPassphrase to provide a passphrase linked to keyFile
  • 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

10 Jul 19:57
a097be9
Compare
Choose a tag to compare
  • Docs website with mkdocs
  • Move documentation to main repository
  • Update deps

v6.4.0

10 Jul 19:56
7914e1b
Compare
Choose a tag to compare
  • Use kong command-line parser
  • Switch to Open Container Specification labels as label-schema.org ones are deprecated
  • Update deps

v6.3.0

10 Jul 19:56
877012d
Compare
Choose a tag to compare
  • Only accept duration as timeout value for FTP, SFTP and Webhook notif config (#69)
  • Update pkg/sftp module

v6.2.0

10 Jul 19:55
e87a494
Compare
Choose a tag to compare
  • Add Slack notifier
  • Update libs
  • Go 1.13.5
  • Seconds field optional for schedule

v6.1.0

10 Jul 19:55
162bc94
Compare
Choose a tag to compare
  • 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

10 Jul 19:54
1843c79
Compare
Choose a tag to compare
  • Use io.Copy to avoid crash due to insufficient memory

v6.0.1

10 Jul 19:54
747ef55
Compare
Choose a tag to compare
  • Fix cron stopped after first trigger

v6.0.0

10 Jul 19:53
6d95ca7
Compare
Choose a tag to compare
  • Log skip status
  • Set ServerName field if implicit TLS
  • Switch to jlaffaye/ftp module
    • Fix race condition
    • Performance improvement