Releases: allenai/sbt-plugins
Releases · allenai/sbt-plugins
v1.5.2
This is a patch release, although it isn't strictly backwards-compatible if you have envVars
set and are using the Docker plugin.
This contains:
- #280, which will fetch the latest base image before building.
- #282, which add
envVars
support to the Docker plugin.
v1.5.1
This release fixes bug #278 and adds some additional logging to the Docker plugin.
v1.5.0
This release allows the plugins to be used outside of a git repository without throwing an exception.
This also likely breaks any users of the ScalaDoc plugin. I don't believe there are any.
v1.4.8
Bugfixes.
Fix cacheKey
generation.
Fix #266 (executable permissions not retained).
Fix #268 (dockerBuild
and dockerRun
don't notice if dependency images are deleted).
Fix arg passing docker-run.sh
This release fixes argument passing in docker-run.sh
. Docker images built with this plugin will now correctly pass arguments with spaces.
Add automatic cache key generation
This release changes dockerBuild to produce conf/cacheKey.sha1
in all Docker images by default.
Fix a bug in the WebappPlugin docker integration
This fixes an issue where a large number of COPY commands were being generated.
v1.4.4
Add settings to set docker run
flags, and use them in Node builds to map in local developer files.
Dockerfile verification & bugfixes
This release contains:
#260 : Speedup for node project builds
#262 : Tasks to check that your Dockerfile is up-to-date with respect to your sbt configuration
#263 : Fix of git clean checks
Docker push support
This release adds support for dockerPush
.