Skip to content

Releases: sbt/sbt-native-packager

Release v1.8.0-RC14

26 Oct 19:57
Compare
Choose a tag to compare

Changelog

v1.8.0-RC14 (2020-10-26)

* This Changelog was automatically generated by github_changelog_generator

v1.7.5

16 Sep 10:06
67b9d09
Compare
Choose a tag to compare

v1.7.5 (2020-08-14)

Full Changelog

Closed issues:

  • Version '1'? New SBT capability? #1356
  • Unable to use -J--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED in application.ini in Windows #1354
  • sbt.compiler.EvalException: Type error in expression on dockerAliases #1353

Merged pull requests:

v1.7.4

08 Jul 10:52
631f809
Compare
Choose a tag to compare

v1.7.4 (2020-07-08)

Full Changelog

Fixed bugs:

  • Error 139 on Docker version 1.39 #1346
  • Error due to path separator inconsistency on windows #1329

Closed issues:

  • Rpm should have option to make systemd file config #1144

Merged pull requests:

v1.7.3

24 Jun 12:24
f7d02ac
Compare
Choose a tag to compare

v1.7.3 (2020-06-02)

Full Changelog

Closed issues:

  • universal:packageBin fails on Scala 2.13.2 #1342
  • ash-template doesn't have the addApp function like in bash template #862

Merged pull requests:

v1.7.2

02 Jun 17:45
625b93c
Compare
Choose a tag to compare

v1.7.2 (2020-05-11)

Full Changelog

Fixed bugs:

  • AshScriptPlugin with DockerPlugin does not correctly pass arguments #1332

Closed issues:

  • JavaAppPackaging enables Docker packaging #1337
  • Docker Entrypoint does not consider mainClass option (and resulted script name) #1335

Merged pull requests:

  • Add support for docker:publish in DockerSpotifyClientPlugin #1338 (pdalpra)

v1.7.1

02 Jun 17:45
0a393ad
Compare
Choose a tag to compare

v1.7.1 (2020-05-04)

Full Changelog

Fixed bugs:

  • missing libraries in final package #1028

Closed issues:

  • Creating native-package for tests #1336
  • Version check not working for openjdk 11 #1331
  • input too long for win10 #1327
  • Customizing Docker image fails when container environment variables are used #1324
  • Cannot run windows:packageBin #1322
  • The second FROM stage should be named #1315
  • docker: introduce more layers for smaller images #1267

Merged pull requests:

v1.7.0 - layered docker builds

16 Mar 08:57
411bb5a
Compare
Choose a tag to compare

v1.7.0 (2020-03-16)

Full Changelog

Layered docker builds

After many attempts and years of workarounds thanks to (ppiotrow) sbt native packager now ships with a built in solution to layer your application for better docker cache usage.

This feature is active by default. You can deactivate it by adding this to your build.sbt

dockerLayerGrouping in Docker  := (_ => None)

See #1310 for more details.

Fixed bugs

  • Release of 1.6.2 failed #1313

Merged pull requests

  • Separate Docker Layers for Dependencies and App jars. #1310 (ppiotrow)

v1.6.1

30 Jan 12:43
42f17fb
Compare
Choose a tag to compare

v1.6.1 (2020-01-30)

Full Changelog

Closed issues:

  • docker image build not honoring API version #1294
  • Expose the generated rpm filepath #1287

Merged pull requests:

v1.6.0

20 Jan 10:13
Compare
Choose a tag to compare

v1.6.0 (2020-01-18)

Full Changelog

Closed issues:

  • jlinkModules fails for modules that require automatic modules #1293

Merged pull requests:

v1.5.1

25 Nov 10:03
Compare
Choose a tag to compare

Changelog

v1.5.1 (2019-11-25)

Full Changelog

Fixed bugs:

  • 1.5.0 regression in JLinkPLugin error handling #1284
  • Fix 1.5.0 regression in JLinkPLugin error handling #1285 (nigredo-tori)

Closed issues:

  • WindowsPlugin: support portable WiX #1281
  • Why does it create an <none> image? #1229

Merged pull requests: