Update Breaking Changes list

This commit is contained in:
Christian Mäder 2018-10-31 13:30:07 +01:00
parent d92f991cbe
commit 7675e8fc03
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 2 additions and 0 deletions

View File

@ -368,6 +368,8 @@ Compare the version with the list below to check whether a breaking change was i
The following is a list of breaking changes of the `netbox-docker` project:
* 0.6.0: The naming of the default startup_scripts were changed.
If you overwrite them, you may need to adjust these scripts.
* 0.5.0: Alpine was updated to 3.8, `*.env` moved to `/env` folder
* 0.4.0: In order to use Netbox webhooks you need to add Redis and a netbox-worker to your docker-compose.yml.
* 0.3.0: Field `filterable: <boolean` was replaced with field `filter_logic: loose/exact/disabled`. It will default to `CF_FILTER_LOOSE=loose` when not defined.