All Versions
132
Latest Version
Avg Release Cycle
22 days
Latest Release
1239 days ago

Changelog History
Page 3

  • v1.3.25 Changes

    July 11, 2019

    ๐Ÿ“ฆ v1.3.25 (2019-07-10)

    ๐Ÿ“ฆ Full Changelog

    Closed issues:

    • ๐Ÿš€ JlinkPlugin: support multi-release dependencies #1243
    • ๐Ÿ“ฆ Assorted JlinkPlugin improvements #1240

    ๐Ÿ”€ Merged pull requests:

  • v1.3.24 Changes

    July 10, 2019

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ”€ Merged pull requests:

  • v1.3.23 Changes

    June 24, 2019

    ๐Ÿ“ฆ Full Changelog

    Closed issues:

    • ๐Ÿ“ฆ Swtich to OpenJDK #1239
    • ๐Ÿ“š Deployed documentation is outdated #1236
    • ๐Ÿ“ฆ start/stop lifecycle of application with sbt-native-packager #1232
    • ๐Ÿ‘ท how to question :: integration with gitlab CI #1213
    • ๐Ÿณ Problem with docker:publishLocal for alpine #1202

    ๐Ÿ”€ Merged pull requests:

  • v1.3.22 Changes

    May 29, 2019

    ๐Ÿ“ฆ v1.3.22 (2019-05-28)

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿณ Docker version detection fails on Ubuntu 16.04 #1230

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘Œ Improve Docker version detection #1231 (eed3si9n)
    • ๐Ÿ“ฆ sbt-conductr is EOL #1228 (wsargent)
    • โœ‚ remove docker-containers #1227 (wsargent)
    • ๐Ÿ›  Fix dependency handling in JlinkPlugin (+ general improvements) #1226 (nigredo-tori)
    • โšก๏ธ Update graalvm installation script #1224 (gurinderu)
    • ๐Ÿ›  fix error message for jdkpackager when antTaskLib is missing #1222 (Sciss)
    • ๐Ÿ“š Mention discoveredMainClasses in documentation #1216 (Discipe)
  • v1.3.21 Changes

    May 05, 2019

    ๐Ÿ‘ JLink Support

    ๐Ÿ‘€ Thanks to @nigredo-tori native-packager now supports jlink. See #1220 for details.

    ๐Ÿ“ฆ v1.3.21 (2019-05-05)

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿณ docker:publish fails if the given daemonGroupGid does not exists #1218

    Closed issues:

    • ๐Ÿ“ฆ Idea: package an app for homebrew? #1210

    ๐Ÿ”€ Merged pull requests:

  • v1.3.20 Changes

    May 05, 2019

    ๐Ÿ“ฆ v1.3.20 (2019-03-29)

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ”€ Merged pull requests:

  • v1.3.19 Changes

    March 29, 2019

    ๐Ÿ“ฆ v1.3.19 (2019-03-02)

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿณ Error "Reference to undefined setting: makeBashScripts from dockerAdditionalPermissions" (since v1.3.18) #1205
    • ๐Ÿ“„ Docs for specific version not published (regression) #1203

    Closed issues:

    • ๐Ÿ“ฆ javaOptions in Universal doesn't have effect in custom plugin #1208
    • ๐Ÿ“ฆ Is there a way to skip tests? #1204
    • ๐Ÿณ Docker/stage generates different Dockerfile depending on docker version #1187

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  FIX #1205 undefined setting makeBashScripts with vanilla DockerPlugin #1207 (muuki88)
  • v1.3.18 Changes

    February 19, 2019

    ๐Ÿ“ฆ v1.3.18 (2019-02-12)

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿณ Dockerfile switches to daemon user uid instead of the daemonUser #1198

    Closed issues:

    • ๐Ÿณ Docker/stage generates different Dockerfile depending on docker version #1187
    • ๐Ÿ— Defining a user in multi-stage builds #1195
    • ๐Ÿ“ฆ Found conflicts in dependencies #1153

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“ฆ Run chmod +x explicitly in stage0 #1201 (eed3si9n)
    • ๐Ÿ“ฆ Use daemonUserUid to opt-out of numeric USER #1200 (eed3si9n)
  • v1.3.17 Changes

    January 28, 2019

    ๐Ÿ“ฆ v1.3.17 (2019-01-28)

    ๐Ÿ“ฆ Full Changelog

    Closed issues:

    • ๐Ÿ— Defining a user in multi-stage builds #1195
    • ๐Ÿณ Put Spotify docker-client back in provided scope #1194
    • ๐Ÿ“ฆ OpenShift compatibility #1189

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ— Run stage0 as root during Docker build #1197 (eed3si9n)
    • ๐Ÿณ Attempt to move docker-client dependency back to the provided scope #1196 (gpgekko)
    • โšก๏ธ Update Docker plugin docs #1193 (eed3si9n)
  • v1.3.16 Changes

    January 24, 2019

    ๐Ÿš€ Thanks to all the contributor for this release โค๏ธ ๐Ÿค—

    ๐Ÿ— The most notable change is the ability to customize you docker build with two new settings introduced in #1190

    ๐Ÿณ dockerPermissionStrategy. The strategy that decides how file permissions are set for the working directory inside the Docker image.

    • ๐Ÿ— DockerPermissionStrategy.MultiStage (default) uses multi-stage Docker build to call chmod ahead of time.
    • ๐Ÿณ DockerPermissionStrategy.None does not attempt to change the file permissions, and use the host machine's file mode bits.
    • ๐Ÿณ DockerPermissionStrategy.Run calls RUN in the Dockerfile. This has regression on the resulting Docker image file size.
    • ๐Ÿณ DockerPermissionStrategy.CopyChown calls COPY --chown in the Dockerfile. Provided as a backward compatibility.

    ๐Ÿณ dockerChmodType. The file permissions for the files copied into Docker image when MultiStage or Run strategy is used.

    • ๐Ÿณ DockerChmodType.UserGroupReadExecute (default): chmod -R u=rX,g=rX
    • ๐Ÿณ DockerChmodType.UserGroupWriteExecute: chmod -R u=rwX,g=rwX
    • ๐Ÿณ DockerChmodType.SyncGroupToUser: chmod -R g=u
    • ๐Ÿณ DockerChmodType.Custom: Custom argument provided by the user.

    Thanks @eed3si9n for this contribution

    ๐Ÿ“ฆ v1.3.16 (2019-01-24)

    ๐Ÿ“ฆ Full Changelog

    Closed issues:

    • ๐Ÿ“ฆ OpenShift compatibility #1189
    • โž• Add MiMa to check binary compatibility #1185
    • ๐Ÿ“ฆ 1.6.0 not compatible with Lagom 1.4.10 #1184
    • ๐Ÿง LinuxPackageMappings in Rpm. Cannot resolve symbol packageMapping for sbt 0.13.15 #1180
    • ๐Ÿ“ฆ Can't specify Epoch for the RPM Plugin #1178
    • ๐Ÿ WindowsPlugin: support multiple .wxs inputs #1176

    ๐Ÿ”€ Merged pull requests: