Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Releases: allenai/sbt-plugins

v1.5.2

02 Mar 00:53
Compare
Choose a tag to compare

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

13 Feb 22:11
Compare
Choose a tag to compare

This release fixes bug #278 and adds some additional logging to the Docker plugin.

v1.5.0

09 Jan 22:57
Compare
Choose a tag to compare

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

13 Dec 04:37
Compare
Choose a tag to compare

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

12 Dec 21:08
Compare
Choose a tag to compare

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

07 Dec 00:30
Compare
Choose a tag to compare

This release changes dockerBuild to produce conf/cacheKey.sha1 in all Docker images by default.

Fix a bug in the WebappPlugin docker integration

02 Dec 01:02
Compare
Choose a tag to compare

This fixes an issue where a large number of COPY commands were being generated.

v1.4.4

01 Dec 19:15
Compare
Choose a tag to compare

Add settings to set docker run flags, and use them in Node builds to map in local developer files.

Dockerfile verification & bugfixes

21 Nov 18:41
Compare
Choose a tag to compare

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

18 Nov 19:21
Compare
Choose a tag to compare

This release adds support for dockerPush.