Skip to content

Latest commit

 

History

History
112 lines (43 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

112 lines (43 loc) · 3.06 KB

2.1.2 (2019-11-12)

Bug Fixes

  • Tags: do not replace dots in tagnames (2b9ea66)

2.1.1 (2019-11-12)

Bug Fixes

  • Tags: make sanitizing of tag-names less restrictive (0da1664)

2.1.0 (2019-11-12)

Features

  • BranchName: add support for fetching branch name from env 'BRANCH_NAME', useful for continuous integration environments (af0500b)

2.0.0 (2019-11-11)

Code Refactoring

  • rewrite to typescript strict mode (69e7100)

Features

  • customizable auto-tagging-format (b29ec2d)

BREAKING CHANGES

  • minimal supported node-version is now 10.3.0

1.0.3 (2018-01-16)

Bug Fixes

  • packagejson path in executable (3a48511)

1.0.2 (2018-01-16)

Bug Fixes

  • disable name sanitizing (aca73fd)

1.0.1 (2017-06-07)

Bug Fixes

  • ImageName: sanitize docker image name (c0a640c)

1.0.0 (2017-01-21)

Bug Fixes

  • provide a more meaningful info for the --no-auto option (6797034)
  • provide more meaningul documentation for -f flag (8d01bc3)

Features

  • provide live stdout/stderr output from executed docker commands (aed66c3)

0.0.2 (2016-12-12)

Features

  • add test mode for application (d1cee71)

0.0.1 (2016-12-12)

Features

  • implement creating and tagging of docker images from node project f9cdce8