Skip to content

Releases: sbt/sbt-native-packager

1.11.7 SBT Native Packager 📦

13 Jan 08:33
892a41f

Choose a tag to compare

In This Release

  • Use release drafter for releases (#1737)
  • Update sbt-ghpages to 0.9.0 (#1723)
  • Update sbt, scripted-plugin to 1.11.7 (#1728)
  • Update sbt-scalafmt to 2.5.6 (#1729)
  • Use eclipse-temurin:25 For Base Image (#1735)
  • Remove sbt-heroku from related plugins list (#1731)

🐛 Bug Fixes

  • Fix release process (#1736)

1.11.4

30 Sep 19:07
v1.11.4
56b8a62

Choose a tag to compare

sbt-native-packager 1.11.4 is cross published to:

sbt Version Published
1.x
2.x

About sbt-native-packager

sbt-native-packager is an sbt plugin to build packages for different operating systems. See https://www.scala-sbt.org/sbt-native-packager/ for the documentation.

Security update

Updates

Behind the scene

Full Changelog: v1.11.3...v1.11.4

1.11.3

23 Aug 19:18
v1.11.3
95e8feb

Choose a tag to compare

sbt-native-packager 1.11.3 is cross published to:

sbt Version Published
1.x
2.x

About sbt-native-packager

sbt-native-packager is an sbt plugin to build packages for different operating systems. See https://www.scala-sbt.org/sbt-native-packager/ for the documentation.

sbt 2.x migration

Other updates

Behind the scene

New Contributors

Full Changelog: v1.11.1...v1.11.3

Release v1.11.1

04 Feb 18:44
eecea01

Choose a tag to compare

Changelog

sbt-native-packager 1.11.1 is cross published to:

sbt Version Published
1.x
2.0.0-M3
2.0.0-M4

Breaking Changes

#1630 introduced a breaking changes for users that use the -jvm-debug parameter

Anyone currently using -jvm-debug 5005 on JDK 9+, using the bash script, and debugging remotely needs to change it to -jvm-debug '*:5005' to match the current behavior.

v1.11.1 (2025-02-04)

Fixed bugs:

  • ERROR: failed to solve: process "/bin/sh -c id -u demiourgos728 1>/dev/null 2>&1 ... #1666

Closed issues:

  • JDKPackager doesn't work with latest javafx (any alternatives?) #1667
  • Forwarder script do not use "exec" #1664
  • Add sbt 2.0 crossbuilds #1638

Merged pull requests:

  • Update jdeb to 1.13 #1676
  • Update scala3-library to 3.6.3 #1674
  • Update sbt-scalafmt to 2.5.4 #1672
  • scala-steward: pin scala-library to 2.12 #1670
  • Update sbt-ci-release to 1.9.2 #1669
  • Update scalafmt setting. enforce new wildcard syntax #1668
  • 🐛 fix: use exec in forwarder scripts (#1664) #1665
  • bat script: implement -jvm-debug #1663
  • Remove references to BSD license; add NOTICE file #1662
  • Fix the -jvm-debug and -h flags in the ash template #1630
  • Update sbt-ci-release to 1.6.1 #1628

* This Changelog was automatically generated by github_changelog_generator

1.11.0

05 Jan 15:38
6b69d6c

Choose a tag to compare

sbt-native-packager 1.11.0 is cross published to:

sbt Version Published
1.x
2.0.0-M3

Apache 2.0 License

As discussed in https://github.com/sbt/sbt-native-packager/discussions/1653, sbt-native-packager will adopt the Apache v2 License and no longer require the Akka/Lightbend CLA to be signed by the contributors. This was contributed by @muuki88 in #1661.

sbt 2.x migration

Updates

🎬 Behind the scene

New Contributors

Full Changelog: v1.10.4...v1.11.0

Release

30 Jul 20:41
6ccddfc

Choose a tag to compare

Changelog

v1.10.4 (2024-07-30)

Fixed bugs:

  • sbt ghpagesPushSite failed for the 1.10.0 release #1597
  • No releases for v1.9.17 or v1.9.18 tags #1555

Closed issues:

  • sbt-native-packager/formats/universal.html#filter-remove-mappings is stale #1589
  • ARM architecture support #1558

Merged pull requests:

  • Update scalafmt-core to 3.8.3 #1623
  • Fixes FromAsCasing #1622
  • Update scalatest to 3.2.19 #1620
  • Fix error publishing docs #1619
  • fix shellEscape function in ash-template #1608
  • Improve zip file reproducibility #1602
  • Update docker-client to 8.16.0 #1598
  • Forwarder script is added to AshScriptPlugin #1557

* This Changelog was automatically generated by github_changelog_generator

v1.10.0

12 Apr 17:56
0f69b0c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.16...v1.10.0

Release

20 Feb 17:55
5216d42

Choose a tag to compare

Changelog

v1.9.16 (2023-02-19)

Fixed bugs:

  • Empty directory not present in .zip #1524

Merged pull requests:

  • Create home directory for daemon users in LinuxPlugin #1536

* This Changelog was automatically generated by github_changelog_generator

Release

13 Feb 20:16
3561d0b

Choose a tag to compare

Changelog

v1.9.15 (2023-02-13)

Merged pull requests:

  • Zip helper adds directories #1525

* This Changelog was automatically generated by github_changelog_generator

Release

09 Feb 11:41
79ccdf6

Choose a tag to compare

Changelog

v1.9.14 (2023-02-09)

Fixed bugs:

  • DockerPlugin doesn't work with multiple main classes by default #1491

Closed issues:

  • sbt-native-packager using 2.x of scala-xml which is incompatible with scala 2.12 and sbt #1517
  • Upgrade commons-compress version #1515
  • dockerBuildInit doesn't work #1505

Merged pull requests:

  • FIX #1491 DockerPlugin doesn't work with multiple main classes #1535

* This Changelog was automatically generated by github_changelog_generator