Skip to content

Releases: palantir/sls-packaging

0.5.3

03 Apr 23:30
Compare
Choose a tag to compare
  • default JVM arguments automatically include a change to use /dev/urandom as the entropy source

0.5.2

16 Mar 03:43
Compare
Choose a tag to compare
  • stopping a service now waits for up to ~240s, checking once per second to see if the process has stopped

0.5.1

20 Feb 10:59
Compare
Choose a tag to compare
  • resolves a bug where distTar output names might not render correctly outside of an afterEvaluafe block

0.5.0

03 Feb 07:10
Compare
Choose a tag to compare
  • (breaking) switch from generating manifest.yaml to manifest.yml

0.4.1

25 Jan 01:56
Compare
Choose a tag to compare
  • Add service/bin/config.sh for easier end-user customization in non-managed environments
  • Support javaHome configuration option (and populate config.sh)

0.4.0

26 Dec 19:21
Compare
Choose a tag to compare
  • Build with Gradle 2.10

0.3.4

17 Dec 20:44
Compare
Choose a tag to compare
  • run task correctly respects defaultJvmArgs

0.3.3

15 Dec 20:30
Compare
Choose a tag to compare
  • add console option to init.sh to enable running the application in the foreground.

0.3.2

10 Nov 00:56
Compare
Choose a tag to compare
  • use enableManifestClasspath to create a jar with a manifest containing build classpath to shorten classpath for Windows environments

0.3.1

03 Nov 02:42
Compare
Choose a tag to compare
  • includes ${projectDir}/deployment/ in produced artifacts
  • excludes ${projectDir}/var/log and ${projectDir}/var/run from produced artifacts
  • always renders project versions to strings
  • set defaultJvmOpts in the distribution block