Skip to content

Latest commit

 

History

History
122 lines (78 loc) · 3.1 KB

CHANGES.rst

File metadata and controls

122 lines (78 loc) · 3.1 KB

0.7.1 (unreleased)

  • Add proper stack traces for direct registry errors. (Issue #93).

0.7.0 (2017-01-13)

0.6.6 (2017-01-13)

  • Exprimental --registry-login cache flag to skip creation of already built images and speed up tagging. Feature not subject to semver. (Issue #89).

0.6.5 (2017-01-08)

  • Fix changelog.

0.6.4 (2017-01-08)

  • Add images command for creating docker save. (Issue #88).

0.6.3 (2016-08-24)

  • Push images to the registry in parallel. (Issue #82).

0.6.2 (2016-08-23)

  • Also push image target ref so that --pull-cache can pull them. (Issue #81).

0.6.1 (2016-08-23)

0.6.0 (2016-08-22)

  • Add --pull-cache to pull images from repository before building. (Issue #49).

0.5.0 (2016-08-19)

  • Add --dirty to build from working tree, even when uncommitted and untracked changes exist. (Issue #74). Thanks James Pickering!
  • Ignore images without RepoTags when gathering built_tags to fix a crash caused by docker images pulled via RepoDigest. (Issue #77). Thanks kgpayne!

0.4.2 (2016-06-16)

  • Correct naming, shipwright builds docker images. (Issue #71)
  • Allow building with a detached HEAD (Issue #72)

0.4.1 (2016-06-15)

0.4.0 (2016-06-13)

  • Isolate all git functionality, so as to create pluggable Source Control wrappers.
  • More efficient required build detection. (Issue #63)
  • Isolate all zipper usage, vendor zipper library.

0.2.2 (2015-01-07)

  • Fix bug missing tls when communicating with docker over a unix socket.

0.2.1 (2015-01-01)

  • Force tag to support docker 1.4.1
  • Requries docker-py >= 0.6
  • Added assert_hostname as an option to .shipwright.json
  • Added command line option --x-assert-hostname to disable hostname checking when TLS is used. Useful for boot2docker

0.2.0 (2014-12-31)

  • Added shipwright push and shipwright purge
  • Added support for specifiers -u, -d, -e and -x

0.1.0 (2014-09-10)

  • Build and tag containers
  • Moved config to .shipwright.json