Skip to content

Releases: sbt/sbt-native-packager

v1.3.12

Choose a tag to compare

@muuki88 muuki88 released this 21 Nov 09:48

v1.3.12 (2018-10-27)

Full Changelog

Closed issues:

  • Manage graalvm native images #1123

Merged pull requests:

1.3.11 - GraalVM support

Choose a tag to compare

@muuki88 muuki88 released this 21 Oct 11:51
v1.3.11
4dc1ed7

v1.3.11 (2018-10-21)

Full Changelog

Fixed bugs:

  • Put jdeb back in provided scope #1097

Closed issues:

  • docker: application.ini is not used with ash #1162
  • Cannot append classifier to the tgz generated by Universal #1160

Merged pull requests:

1.3.10

Choose a tag to compare

@muuki88 muuki88 released this 21 Oct 11:51
v1.3.10
9d7c77a

v1.3.10 (2018-09-26)

Full Changelog

Closed issues:

  • Docker - Only publish "latest" #1159
  • I cannot use sbt-native-packager to build a setup for test classes #1157

Merged pull requests:

1.3.6 Release

Choose a tag to compare

@muuki88 muuki88 released this 19 Jul 15:49
11f261f

This release contains additional features for docker.

  • dockerEnvVars for docker environment variables #1137
  • dockerAliases for multiple docker image outputs

v1.3.6 (2018-07-19)

Full Changelog

Closed issues:

  • can sbt-native-packager be used to pack /test ? #1136
  • Changes to application.conf are not picked up on Debian #1135

Merged pull requests:

1.3.5 Release

Choose a tag to compare

@muuki88 muuki88 released this 12 Jun 19:24
84332af

Thanks for all the contributors for their time and motivation to contribute to sbt-native-packager. 😍

Full Changelog

Fixed bugs:

  • Error while sbt debian:packageBin #479

Closed issues:

  • how to package CLI app on MacOS? #1133
  • Java 10 breaks Unix launcher script #1128
  • systemd vendor preset: enabled - can I change this #1127
  • Auto generated scripts drop last character if its an r #1121
  • Custom name for tgz archive #1120
  • sbt docker:stage fails but sbt docker:publishLocal works #1006
  • Support for rocket / rkt #557

Merged pull requests:

1.3.4 Release

Choose a tag to compare

@muuki88 muuki88 released this 06 Apr 21:33
5d2f7f2

Thanks to all the contributors that made this release possible.

v1.3.4 (2018-04-06)

Full Changelog

Fixed bugs:

  • Ability to independently override different systemloader templates #937

Closed issues:

  • Remove requirement of JvmPlugin from UniversalPlugin #1116
  • Feature request - publishM2 #1114
  • Deb package dependencies #1106
  • unresolved dependency: com.typesafe.sbt#sbt-native-packager;1.1.4: not found #1100

Merged pull requests:

1.3.3 release

Choose a tag to compare

@muuki88 muuki88 released this 06 Mar 18:31
bf802b3

v1.3.3 (2018-02-03)

Full Changelog

Fixed bugs:

  • Break arguments with spaces in ash #1094
  • Documentation for specific version not published anymore #1087
  • Remove carriage return characters when loading configuration files. #1074
  • java.lang.NoClassDefFoundError: org/vafer/jdeb/Console #1053
  • Duplicated startup script names in universal zip #1016

Closed issues:

  • bashScriptConfigLocation config invalid #1076
  • Don't compress packages using the JDeb debian packager #1072
  • APP_CLASSPATH line growths too long in windows startup batch script #1071
  • Docker Errors on Load #1065
  • Doc and src packages for 1.3.2 not found in repo1.maven.org #1063
  • [Feature Request] Universal plugin, directory output format #1061
  • Remove redundant docker file #1060
  • Upstart init script does not source environment variables, nor does it pass environment variables on #1023
  • SystemV service template does not actually generate any logs #1021
  • Docs do not accurately describe how to install plugin #797
  • Adding a Code of Conduct #744

Merged pull requests:

1.3.2 Release

Choose a tag to compare

@muuki88 muuki88 released this 01 Nov 13:47
f388576

This release contains some smaller fixes and changes to the project.

Project changes

  • All scripted tests are now executed during a pull request
  • The release doesn't perform any scripted tests as we rely on our CI
  • The release process is now completely self-contained. The changelog.md is automatically updated

v1.3.2 (2017-11-01)

Full Changelog

Fixed bugs:

  • when project version is a SNAPSHOT, rpm:packageBin fails with "version in Rpm is empty." #1004

Closed issues:

  • question: are jar files compressed? #1046
  • Docker Image 'chown -R daemon:daemon' duplicates application layer #883
  • systemd service customization (open files) #728
  • Play pid is a big caveat for people starting using sbt-native-packager. #602
  • Evalualte circleci.com for docker intergation tests #497

Merged pull requests:

Hotfix Release

Choose a tag to compare

@muuki88 muuki88 released this 01 Nov 13:44
21a9a36

v1.3.1 (2017-10-24)

Full Changelog

Closed issues:

  • Error running rpm:packageBin #1054
  • After upgrading to version 1.3.0, sbt started throwing "docker: 'version --format '{{.Server.Version}}'' not a docker command" warnings on console #1051

Merged pull requests:

1.3.0 Release

Choose a tag to compare

@muuki88 muuki88 released this 23 Oct 19:03
8d811de

This is an outstanding release by the community and contains a lot of
great improvements. Thanks a lot to all the big and small contributions
for this release.

Docker

This release contains various changes to the docker support.

Upgrades and maintenance

@NeQuissimus updated all docker dependencies in #1034
and replaced the deprecated MAINTAINER with LABEL.

dockerVersion setting

@mrfyda added a new setting dockerVersion, which contains the detected
docker version if possible. This allows adopting newer docker features,
while keeping backwards compatibility.

chown flag support

@mrfyda added in #1044 the newly introduced chown flag for the docker ADD command.
This should remove the duplicated layer, which simply chowns all files in the image.

Windows

@dwickern improved the windows bat scripts in #1040 and #1042.
They now support the application.ini as the bash scripts and adding
additional java commands via batScriptExtraDefines.

RPM

@erickpintor picked up and finished the work from @dpennell and
simplified symlinks in RPM packages in #1039.

Umask

@keirlawson added a useful recipe for setting the umask for packages
that are build with the JavaServerAppPackaging in #1038.

See umask recipe.