Skip to content

Latest commit

 

History

History
99 lines (62 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

99 lines (62 loc) · 2.19 KB

Change Log

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.

Added

Changed

Removed

1.0.7 - 2017-01-16

Changed

  • Fixed crash due to concurrent read and write.
  • CLI wouldn't exit when given bad flags.

1.0.6 - 2016-10-13

Changed

  • 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

Changed

  • Binaries are smaller now. About 8MiB to 5MiB.

1.0.4 - 2016-09-04

Added

Changed

  • 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

Changed

  • Force all binaries to be statically compiled.

1.0.2 - 2016-05-26

Added

  • Clean up dangling images too.
  • Added --dangle-safe-duration=DUR flag

Changed

  • Replaced --verbosity=NUM flag with simpler --quiet

1.0.1 - 2016-05-27

Changed

  • Nothing; version changed to fix build error.

1.0.0 - 2016-05-26

Added

  • Everything!