remove deprecated whitelist flag and struct field

This commit is contained in:
Will Norris 2019-03-22 07:36:41 +00:00
parent 5a07762971
commit a5297ae319
3 changed files with 4 additions and 12 deletions

View file

@ -10,6 +10,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- updated docker image to use go1.12 compiler and build imageproxy as a go module.
### Removed
- removed deprecated `whitelist` flag and `Proxy.Whitelist` struct field. Use
`allowHosts` and `Proxy.AllowHosts` instead.
## [0.8.0] (2019-03-21)
### Added