Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.05 KB

RELEASE_NOTES.md

File metadata and controls

48 lines (36 loc) · 1.05 KB

v0.7.2

  • update sbt 1.2.8

v0.7.1

  • fix release 0.7.0

v0.7.0

  • rename DockerPlugin as DockerImagePlugin
  • rename tasks

dockerBuild => dockerImgBuild dockerPush => dockerImgPush dockerRmi => dockerImgRm dockerTag => dockerImgTag

  • delete duplicate settings, and provide scope for dockerOptions and dockerCmdOptions

v0.6.0

  • support docker build with multiple tags (build -t -t )
  • support docker image tag #15
  • support docker image rm #16

v0.5.0

  • add docker options for all commands #14

v0.4.0

  • tag namespace are not mandatory anymore - rename dockerIdUsername to dockerTagNamespace
  • no more buffering when logging output from Process

v0.3.0

  • support sbt cross version

v0.2.0

  • add settings key dockerIdUserName, by default resolving by from environment variable DOCKER_ID_USER

v0.1.0

  • first release