All Versions
132
Latest Version
Avg Release Cycle
22 days
Latest Release
884 days ago

Changelog History
Page 11

  • v0.7.6 Changes

    October 21, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ Script replacements doesn't work with jdeb packaging #405
    • ๐Ÿ“ฆ Incorrect group for /var/run/${{app_name}} folder with SystemV init-scripts. #381
    • โฌ†๏ธ On upgrade service is stopped twice #372
    • ๐Ÿ“ฆ 0.8.0-M2 artifact missing on repo.scala-sbt.org #370
    • ๐Ÿ Detect OpenJDK on Windows #353

    Closed issues:

    • ๐Ÿ“ฆ Custom bash script to run before default start script #380
    • ๐Ÿ“ฆ Stale PID file prevents service from starting with Upstart #377
    • ๐Ÿ“ฆ Easy way to use upstart with rpm? #376
    • ๐Ÿ— Ability to add libsigar (and arch dependent packages) to RPM Build #375
    • ๐Ÿ“ฆ Wrong file mask #367

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix example code in GettingStartedServers/MyFirstProject docs. #383 (artempyanykh)
    • ๐Ÿ›  Fix permissions and group for /var/run/${{app_name}} folder in SystemV init script #382 (artempyanykh)
    • ๐Ÿ“ฆ Describe server loading options in server docs #379 (mhamrah)
    • ๐Ÿ›  FIX #372: On upgrade service is stopped twice #373 (kardapoltsev)
    • ๐Ÿ›  fix typo in mappings example #371 (f0y)
    • ๐Ÿ Handles OpenJDK version output on Windows #369 (henrikengstrom)
  • v0.7.5 Changes

    October 01, 2014

    ๐Ÿ“ฆ 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)
  • v0.7.5-RC2 Changes

    August 31, 2014

    ๐Ÿ“ฆ Full Changelog

  • v0.7.5-RC1 Changes

    August 20, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ Executable flag is not set when using jDeb packaging #322
    • ๐Ÿณ docker:stage problem - no application is built #314
    • ๐Ÿ— Docker Build Fail #310
    • ๐Ÿ“ฆ old slf4j pulled by jdeb breaks sbt-web asset pipeline #291

    Closed issues:

    • ๐Ÿ“ฆ Jdeb doesn't package empty directories #324
    • ๐Ÿ“ฆ CentOS Rpm Group field must be present in package: (main package) #309
    • ๐Ÿ“ฆ Debian packaging error message is not great #304

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix RPM System User Deletion on Upgrade #326 (pcting)
    • ๐Ÿ›  FIX #324 adding empty dirs to deb package #325 (kardapoltsev)
    • ๐Ÿ›  FIX #322 adding permissions to jdeb packaging #323 (kardapoltsev)
    • ๐Ÿณ maintainer should be in Docker or Dockerfile will write an empty value #321 (treyhyde)
    • ๐Ÿ“ฆ Custom mainclass #319 (jkutner)
    • ๐Ÿ“ฆ No need for import #315 (jaceklaskowski)
    • ๐Ÿ›  FIX #304 adding requirements for debian packaging #311 (muuki88)
    • โž• Adding docker tests to release script #308 (muuki88)
  • v0.7.4 Changes

    July 28, 2014

    ๐Ÿ“ฆ Full Changelog

    Closed issues:

    • ๐Ÿ“ฆ Ability to control bash / bat file name other than via normalizedName #217

    ๐Ÿ”€ Merged pull requests:

    • โฌ†๏ธ Upgrade to jdeb 1.3 to stop old version of slf4j from being pulled in #307 (benmccann)
    • ๐Ÿ›  FIX #217 Introduced executableScriptName setting #306 (muuki88)
    • โœ‚ Remove cross-build configuration from build.sbt. #305 (fiadliel)
    • ๐Ÿ“ฆ Removing sbt 0.12.x support #303 (muuki88)
  • v0.7.3 Changes

    July 21, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿณ Docker Commands output in wrong order? #297
    • ๐Ÿ“ฆ Cannot publish snapshots using universal:publish #292
    • ๐Ÿง "name in Linux := " ignored #188

    Closed issues:

    • ๐Ÿณ Docker docs are conflicting #301

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿš€ Update README now that 0.7.2 is released #300 (benmccann)
    • โž• Adding docs for name-delegation in #250 #299 (muuki88)
    • ๐Ÿ›  Fixes #292 - Not feeding new isSnapshot value to ivy configuration. #298 (jsuereth)
    • ๐Ÿ— [docker] add build --force-rm #294 (rfranco)
    • ๐Ÿ›  fix order of docker commands #293 (rfranco)
    • ๐Ÿ“ฆ Clean up name delegation in the plugin. A few rules: #250 (jsuereth)
  • v0.7.2 Changes

    July 10, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ Use StringUtilities.normalize to allow compilation with SBT 0.12. #288 (fiadliel)

    Closed issues:

    • ๐Ÿ“š log directory symlink location differs between installed package and documentation #282
    • ๐Ÿ‘Œ Support for SBT 0.13.5-M2 #243
    • ๐Ÿ“ฆ Review play init.d script from blog post #181

    ๐Ÿ”€ Merged pull requests:

    • โž• Adding documentation for JDeb Packaging #290 (muuki88)
    • ๐Ÿš€ Upgrading sbt and adding releaseNotes plugin #286 (muuki88)
    • ๐Ÿ”จ First refactoring to provide multiple debian packaging strategies #284 (muuki88)
    • ๐Ÿ“ฆ - Make the /var/log/<pkg> symlink doc match the package location. #283 (paddymahoney)
    • ๐Ÿ“š Documentation for docker support. #281 (fiadliel)
    • ๐Ÿ‘Œ Support Docker volumes. #280 (fiadliel)
    • ๐Ÿ‘ Allow name in Docker to be modified. #279 (fiadliel)
    • ๐Ÿ‘Œ Support EXPOSE [port] ... for Docker #278 (fiadliel)
    • ๐Ÿ‘Œ Support building and publishing Docker images. #277 (fiadliel)
  • v0.7.2-RC2 Changes

    June 21, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ 'die' command not found in bash script #259
    • ๐Ÿ›  Fix java 8 version check #260 (mpilquist)

    Closed issues:

    • ๐Ÿ“ฆ service start on Centos produces ENOTTY error #275
    • ๐Ÿ“ฆ systemv start-rpm-template redirects daemon's output to /dev/null #273
    • โž• Add systemd support for java server applications #249
    • ๐Ÿ“ฆ Document imports #247

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”จ First refactoring to provide multiple debian packaging strategies #284 (muuki88)
    • ๐Ÿ“ฆ Switched systemv start-rpm-template daemon's output #274 (ei82)
    • ๐Ÿ›  Fixed user deletion issue in rpm postuninstall scriptlet. #272 (ei82)
    • ๐Ÿ“ฆ implemented die function in bash-template #271 (philipjkim)
    • ๐Ÿ‘Œ Support for changelog and .changes file generation #268 (jaunis)
    • ๐Ÿ“ฆ Let bash-template work when the directory contains spaces. #267 (darabos)
    • โž• Adding experimental osx travis-ci support #257 (muuki88)
    • ๐Ÿ›  FIX #249. Systemd support for Debian and Rpm #256 (kardapoltsev)
    • ๐Ÿ‘Œ support RPM 'Prefix'. #242 (jayaras)
  • v0.7.2-RC1 Changes

    May 22, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fixing wrong usage of brackets in upstart script #262 (muuki88)

    Closed issues:

    • ๐Ÿ“ฆ 0.7.0 - printlns upon entering sbt #263

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“ฆ Setting correct version and adding import statements #261 (muuki88)
  • v0.7.1 Changes

    May 19, 2014

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“ฆ bash script too verbose pr default #252
    • ๐Ÿ— RPM build fails on Kubuntu 11.04 #4
    • ๐Ÿ“ฆ brpJavaRepackJar template fixed #254 (kardapoltsev)

    Closed issues:

    • ๐Ÿ“ฆ JavaServerApplication startup order #239

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix non Java 8 MaxPermSize configuration #258 (jroper)
    • ๐Ÿ›  FIX #252 Removing the declare=0 variable #255 (muuki88)
    • ๐Ÿš€ Do not try to setup missing deployment settings for Docker. #251 (fiadliel)
    • ๐Ÿ›  FIX #239. Start run levels, dependencies in upstart and systemV impl #248 (kardapoltsev)
    • ๐Ÿ›  FIX #211 and #232. Checking $java_args[@] for memory settings, too. #246 (muuki88)
    • ๐Ÿšง WIP: Provide task to stage output in a format sufficient to build Docker images #236 (fiadliel)
    • ๐Ÿ“ฆ Make .bat start script honor -J and -D arguments. #218 (gourlaysama)