Releases: palantir/sls-packaging
Releases · palantir/sls-packaging
0.5.3
- default JVM arguments automatically include a change to use
/dev/urandom
as the entropy source
0.5.2
- stopping a service now waits for up to ~240s, checking once per second to see if the process has stopped
0.5.1
- resolves a bug where distTar output names might not render correctly outside of an afterEvaluafe block
0.5.0
- (breaking) switch from generating
manifest.yaml
tomanifest.yml
0.4.1
- 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
- Build with Gradle 2.10
0.3.4
- run task correctly respects
defaultJvmArgs
0.3.3
- add
console
option toinit.sh
to enable running the application in the foreground.
0.3.2
- use
enableManifestClasspath
to create a jar with a manifest containing build classpath to shorten classpath for Windows environments
0.3.1
- 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