Skip to content

Commit 4cb63e4

Browse files
committed
Update CHANGELOG
1 parent 0603fb5 commit 4cb63e4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 7.0.0 (2020/07/18)
4+
5+
* Repository moved to [crazy-max/ftpgrab](https://github.com/crazy-max/ftpgrab)
6+
* DockerHub repository moved to [crazymax/ftpgrab](https://hub.docker.com/r/crazymax/ftpgrab)
7+
* Configuration transposed into environment variables (#90)
8+
* `FTPGRAB_DB` env var renamed `FTPGRAB_DB_PATH`
9+
* `key` field for SFTP authentication has been renamed `keyFile`
10+
* Add `keyPassphrase` to provide a passphrase linked to `keyFile`
11+
* Improve configuration validation
12+
* All fields in configuration now _camelCased_
13+
* Add tests and coverage
14+
* Seek configuration file from default places
15+
* Configuration file not required anymore
16+
* Switch to [gonfig](https://github.com/crazy-max/gonfig)
17+
* Add fields to load sensitive values from file
18+
* Update deps
19+
320
## 6.5.0 (2020/07/07)
421

522
* Docs website with mkdocs

0 commit comments

Comments
 (0)