sbt-native-packager v0.7.5 Release Notes

Release Date: 2014-10-01 // over 9 years ago
  • ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ Usage with Play 2.3: Assets are not part of application artifact #362
    • ๐Ÿ— Build failed on OS X #327
    • ๐Ÿ“ฆ scala.MatchError: 139 (of class java.lang.Integer) in RpmHelper:87 #318
    • ๐Ÿ”– Version appears twice in artefact in publish task #270
    • ๐Ÿ”– Version 0.7.1 and onwards does not build RPMs on Mac OSX Host #266
    • ๐Ÿ“ฆ Config in etc-default has wrong permissions #264
    • ๐Ÿ”„ changed template for /etc/init/{{app_name}} This seems to fix issue #357... #358 (flowma)

    Closed issues:

    • ๐Ÿณ Dockerfile does not include EXPOSE command #364
    • ๐Ÿ“ฆ Modifying /etc/app/application.conf not taken in account after restart #361
    • ๐Ÿ‘Œ Support signing debs during the build/publish process #345
    • ๐Ÿ“ฆ jdeb .debs missing /etc/default/$name and /etc/init.d/$name files #342
    • ๐Ÿ“ฆ archetype for akka Microkernel app? #316
    • ๐Ÿ— Building blocks for custom package formats? #312
    • ๐Ÿ— [docker] name for build tag #295
    • ๐Ÿ“ฆ Remapping /etc/<app> <-> /usr/share/<app>/conf symlink #287
    • ๐Ÿ“ฆ Ability to assembly fat jar rather than put all dependent jars into lib-directory #285
    • ๐Ÿ“ฆ .deb creation is really slow #135
    • ๐Ÿ“ฆ rpm and [error] logging #103
    • ๐Ÿ‘Œ support multiple main classes in a single module #80
    • ๐Ÿ“ฆ Provide docs how to use the plugin with multi-project projects #52

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“ฆ archetype for Akka microKernel application #316 #363 (c4po)
    • ๐Ÿ›  FIX #295 Adding documentation for docker tags #360 (muuki88)
    • ๐Ÿ›  FIX #318 Wildcard match on errorcode #359 (muuki88)
    • ๐Ÿ‘Œ Improved docs for packageMappings in Universal and Linux #356 (muuki88)
    • ๐Ÿ“ฆ Permissions for /etc/default/app_name changed to 644 #354 (kardapoltsev)
    • ๐Ÿ›  Fix typos in getting started docs. #351 (artempyanykh)
    • ๐Ÿ›  Fix typo in docs about 'MyFirstProject' #350 (artempyanykh)
    • ๐Ÿ”จ Wip/bashscript refactoring #348 (muuki88)
    • โž• Adding documentation on how to deploy packages #344 (muuki88)
    • ๐Ÿณ [docker] Java Latest #343 (rfranco)