Skip to content

Releases: sbt/sbt-native-packager

Release

Choose a tag to compare

@github-actions github-actions released this 03 Aug 20:57
bfc7fb6

Changelog

v1.9.3 (2021-08-03)

Closed issues:

  • Release 1.9.2 not in published online #1434
  • Custom options for XZ Tarball not working #1426

Merged pull requests:

  • bump scala-parser-combinators to 2.0.0 #1442
  • Added dockerBuildInit option #1438

* This Changelog was automatically generated by github_changelog_generator

Release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 18:25

Changelog

v1.9.2 (2021-07-08)

Closed issues:

  • Cannot install / docs not up to date #1428

Merged pull requests:

  • Replace obsolete Bintray badge with Scaladex version #1431
  • Don't hard-code xz compression option "-9e". If compression level was… #1430

* This Changelog was automatically generated by github_changelog_generator

Release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:33

Changelog

v1.9.1 (2021-07-01)

* This Changelog was automatically generated by github_changelog_generator

Release v1.8.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 13:40
6dc2d7e

Changelog

v1.8.1 (2021-03-15)

Fixed bugs:

  • Graalvm docker image repository no longer hosted at docker hub #1394

Closed issues:

  • Working directory not writable after setting dockerChmodType #1402
  • Documentation not updated for makeBashScript(s) #1398
  • Scripts of main function and project level start up scripts overwrite each other #1397
  • LinuxPlugin: Config files are not set as config if have execute permission #1382

Merged pull requests:

  • Move some defaults of docker to global scope #1403
  • Update index.rst #1396
  • Update Graalvm docker repository & build version #1395
  • update version of ant from 1.10.5 to 1.10.9 #1390
  • Fix #1385 Add release drafter #1386

* This Changelog was automatically generated by github_changelog_generator

Release v1.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 18:21
dbc85c4

Changelog

v1.8.0 (2020-12-17)

Closed issues:

  • Download failure (scala-sbt.org error) #1378

Merged pull requests:

  • Upgrade setup-scala github action #1384
  • Issue 1382: Detect config files regardless of execute permission #1383

* This Changelog was automatically generated by github_changelog_generator

Release v1.8.0-RC14

Choose a tag to compare

@github-actions github-actions released this 26 Oct 19:57

Changelog

v1.8.0-RC14 (2020-10-26)

* This Changelog was automatically generated by github_changelog_generator

v1.7.5

Choose a tag to compare

@muuki88 muuki88 released this 16 Sep 10:06
67b9d09

v1.7.5 (2020-08-14)

Full Changelog

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:

v1.7.4

Choose a tag to compare

@muuki88 muuki88 released this 08 Jul 10:52
631f809

v1.7.4 (2020-07-08)

Full Changelog

Fixed bugs:

  • Error 139 on Docker version 1.39 #1346
  • Error due to path separator inconsistency on windows #1329

Closed issues:

  • Rpm should have option to make systemd file config #1144

Merged pull requests:

v1.7.3

Choose a tag to compare

@muuki88 muuki88 released this 24 Jun 12:24
f7d02ac

v1.7.3 (2020-06-02)

Full Changelog

Closed issues:

  • universal:packageBin fails on Scala 2.13.2 #1342
  • ash-template doesn't have the addApp function like in bash template #862

Merged pull requests:

v1.7.2

Choose a tag to compare

@muuki88 muuki88 released this 02 Jun 17:45
625b93c

v1.7.2 (2020-05-11)

Full Changelog

Fixed bugs:

  • AshScriptPlugin with DockerPlugin does not correctly pass arguments #1332

Closed issues:

  • JavaAppPackaging enables Docker packaging #1337
  • Docker Entrypoint does not consider mainClass option (and resulted script name) #1335

Merged pull requests:

  • Add support for docker:publish in DockerSpotifyClientPlugin #1338 (pdalpra)