All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.7 - 2017-01-16
- Fixed crash due to concurrent read and write.
- CLI wouldn't exit when given bad flags.
1.0.6 - 2016-10-13
- Updated docker support.
- Logger now logs docker actions correctly.
- Fixed regression: Events are now listened for again.
- Ensure events won't slow down dockerd.
1.0.5 - 2016-09-04
- Binaries are smaller now. About 8MiB to 5MiB.
1.0.4 - 2016-09-04
- Better documentation for contributors.
- Released docker container.
- All logging goes to
stderr
except for fatals. --quiet
doesn't hide errors anymore.- Removed timestamps from logging output.
1.0.3 - 2016-07-04
- Force all binaries to be statically compiled.
1.0.2 - 2016-05-26
- Clean up dangling images too.
- Added
--dangle-safe-duration=DUR
flag
- Replaced
--verbosity=NUM
flag with simpler--quiet
1.0.1 - 2016-05-27
- Nothing; version changed to fix build error.
1.0.0 - 2016-05-26
- Everything!