Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 1.26 KB

Changelog

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.

0.2.0 - 2019-06-10

Fixed

  • Prevent restart of workers after exit.

Added

  • Enable reaping of zombie processes in services.

Changed

  • Require docker >= 4.0.

Removed

  • Remove unused pinned requirements.

0.1.3 - 2019-04-03

Fixed

  • Fix Docker API error due to explicitly attaching service to ingress network.

0.1.2 - 2019-03-31

Fixed

  • CI: Do not reject jobs for tagged commits.

0.1.1 - 2019-03-31

Fixed

  • Fix docker.errors.NullResource due to empty container ID.

0.1.0 - 2019-03-31

Added

  • Initial version.