Releases: sbt/sbt-native-packager
Releases · sbt/sbt-native-packager
Release v1.8.0-RC14
Changelog
v1.8.0-RC14 (2020-10-26)
* This Changelog was automatically generated by github_changelog_generator
v1.7.5
v1.7.5 (2020-08-14)
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:
- Issue 1347: Upgrade common-compress to 1.20 #1358 (fsat)
- Restore version in the README to 1.7.4 #1357 (ScalaWilliam)
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.1 (2020-05-04)
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
v1.7.0 (2020-03-16)
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
v1.6.1
v1.6.0
v1.5.1
Changelog
v1.5.1 (2019-11-25)
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:
Merged pull requests:
- WindowsPlugin: add portable WiX support #1282 (nigredo-tori)
- Set homepage setting to GitHub repo #1280 (fthomas)