Releases: sbt/sbt-native-packager
Releases · sbt/sbt-native-packager
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)
v1.5.0
v1.5.0 (2019-11-18)
Fixed bugs:
- AshScriptPlugin generates bash scripts for periferal mains #1272
Closed issues:
- Remove intermediate images when using docker multi-stage builds #1277
- docker packager ignores commands #1269
- JlinkPlugin: find a workaround for the jdeps command line length limit #1266
- Prevent pushing no-repository images to dockerhub? #1265
- Docker image with AshScriptPlugin does not run at all #1263
- What to do when useradd is not available? #1262
- Empty dockerExposedPorts should be okay #1260
- AshScriptPlugin does not add process_args() to ash-template #1254
- dockerhub private repo authentication #654
Merged pull requests:
- Autoremove multi-stage intermediate image(s) #1279 (mkurz)
- Fix -debug option description #1278 (nigredo-tori)
- Mention "username" and "password" for docker registry login #1275 (mkurz)
- umask can also be set via bashScriptExtraDefines #1274 (mkurz)
- Add a workaround for lightbend-labs/mima#422 #1271 (nigredo-tori)
- JlinkPlugin: add support for huge classpaths #1270 (nigredo-tori)
v1.4.1
v1.4.0
v1.4.0 (2019-08-21)
Fixed bugs:
- Docker image with AshScriptPlugin does not run at all #1118
- AshScriptPlugin forbids command parameters #1017
Closed issues:
- JlinkPlugin: properly handle external modules #1247
- Flaky rpm tests #1246
- fileDescriptorLimit could not set according to system default value #1158
- Can sbt-native-packager help to create Release files? #1129
- Make systemd service option available to universal tarball. #1115
- java.lang.ArrayIndexOutOfBoundsException: 1 when running sbt elastic-beanstalk:dist #1098
- Support multiple docker aliases #1081
- Multiple issues building debian for Systemd from play application #1050
- [Idea] JDK 9's jlink & sbt-native-packager? #1043
- Systemd packaging doesn't support multiple
EnvironmentFile
options #968 - Created bin/ scripts fail if path where they are contains : #926
- Mappings are not contained in JDKPackager bundles #782
- option to exclude scala-library explicitly #716
- Create integration tests #545
- Feature request: createHomeDirectory #238
- windows installer #12
Merged pull requests:
- Fox #1246 flaky rpm tests #1249 (muuki88)
- JlinkPlugin: restrict linking to platform modules #1248 (nigredo-tori)
v1.3.25
v1.3.25 (2019-07-10)
Closed issues:
Merged pull requests:
- JlinkPlugin: Sort missing dependencies before logging #1245 (nigredo-tori)
- JlinkPlugin: support multi-release dependencies #1244 (nigredo-tori)
v1.3.24
v1.3.23
Change Log
v1.3.23 (2019-06-24)
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:
- Use OpenJDK intead of Oracle JDK #1241 (jiminhsieh)
- Reuse cache for GraalVM and sbt #1237 (jiminhsieh)
- Possible improvement for #1202 #1235 (borice)
v1.3.22
v1.3.22 (2019-05-28)
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
JLink Support
Thanks to @nigredo-tori native-packager now supports jlink
. See #1220 for details.
v1.3.21 (2019-05-05)
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:
- Add a simple jlink wrapper #1220 (nigredo-tori)
- Bug #1218: docker:publishLocal fails because of non-existent gid #1219 (NicolasRouquette)
- correct sbt console example #1214 (mcanlas)
- Log rpm output to error or info depending on exit code #1212 (Falmarri)