|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/sbt/sbt-native-packager/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.7.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.7.1...HEAD) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- AshScriptPlugin with DockerPlugin does not correctly pass arguments [\#1332](https://github.com/sbt/sbt-native-packager/issues/1332) |
| 10 | + |
| 11 | +## [v1.7.1](https://github.com/sbt/sbt-native-packager/tree/v1.7.1) (2020-05-04) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.7.0...v1.7.1) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- missing libraries in final package [\#1028](https://github.com/sbt/sbt-native-packager/issues/1028) |
6 | 18 |
|
7 | 19 | **Closed issues:** |
8 | 20 |
|
| 21 | +- Creating native-package for tests [\#1336](https://github.com/sbt/sbt-native-packager/issues/1336) |
| 22 | +- Version check not working for openjdk 11 [\#1331](https://github.com/sbt/sbt-native-packager/issues/1331) |
| 23 | +- input too long for win10 [\#1327](https://github.com/sbt/sbt-native-packager/issues/1327) |
| 24 | +- Customizing Docker image fails when container environment variables are used [\#1324](https://github.com/sbt/sbt-native-packager/issues/1324) |
| 25 | +- Cannot run windows:packageBin [\#1322](https://github.com/sbt/sbt-native-packager/issues/1322) |
| 26 | +- The second FROM stage should be named [\#1315](https://github.com/sbt/sbt-native-packager/issues/1315) |
9 | 27 | - docker: introduce more layers for smaller images [\#1267](https://github.com/sbt/sbt-native-packager/issues/1267) |
10 | 28 |
|
| 29 | +**Merged pull requests:** |
| 30 | + |
| 31 | +- Fix argument passing in ash template [\#1334](https://github.com/sbt/sbt-native-packager/pull/1334) ([bentucker](https://github.com/bentucker)) |
| 32 | +- Add space between inline-literal symbol and word [\#1328](https://github.com/sbt/sbt-native-packager/pull/1328) ([sshark](https://github.com/sshark)) |
| 33 | +- Improved layer grouping [\#1326](https://github.com/sbt/sbt-native-packager/pull/1326) ([jroper](https://github.com/jroper)) |
| 34 | +- Update universal.rst [\#1320](https://github.com/sbt/sbt-native-packager/pull/1320) ([jlncrnt](https://github.com/jlncrnt)) |
| 35 | +- Remove docker sudo test from build [\#1318](https://github.com/sbt/sbt-native-packager/pull/1318) ([jroper](https://github.com/jroper)) |
| 36 | +- Name the main docker stage [\#1316](https://github.com/sbt/sbt-native-packager/pull/1316) ([jroper](https://github.com/jroper)) |
| 37 | + |
11 | 38 | ## [v1.7.0](https://github.com/sbt/sbt-native-packager/tree/v1.7.0) (2020-03-16) |
12 | 39 |
|
13 | 40 | [Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.6.2...v1.7.0) |
|
902 | 929 | - Replace deprecated java Docker image with openjdk [\#877](https://github.com/sbt/sbt-native-packager/pull/877) ([NeQuissimus](https://github.com/NeQuissimus)) |
903 | 930 | - Fixed wrong description of daemonGroup [\#876](https://github.com/sbt/sbt-native-packager/pull/876) ([PavelPenkov](https://github.com/PavelPenkov)) |
904 | 931 | - Updated dockerUpdateLatest documentation to indicate minimum docker v… [\#874](https://github.com/sbt/sbt-native-packager/pull/874) ([thrykol](https://github.com/thrykol)) |
905 | | -- Clarify and fix grammar for Formats docs [\#867](https://github.com/sbt/sbt-native-packager/pull/867) ([weedySeaDragon](https://github.com/weedySeaDragon)) |
906 | 932 | - Updated systemloaders.rst [\#865](https://github.com/sbt/sbt-native-packager/pull/865) ([martinstuder](https://github.com/martinstuder)) |
907 | 933 | - Introduction: clarify and fix grammar [\#863](https://github.com/sbt/sbt-native-packager/pull/863) ([weedySeaDragon](https://github.com/weedySeaDragon)) |
908 | 934 |
|
|
936 | 962 |
|
937 | 963 | **Merged pull requests:** |
938 | 964 |
|
| 965 | +- Clarify and fix grammar for Formats docs [\#867](https://github.com/sbt/sbt-native-packager/pull/867) ([weedySeaDragon](https://github.com/weedySeaDragon)) |
939 | 966 | - Rename dockerTarget to dockerTag [\#851](https://github.com/sbt/sbt-native-packager/pull/851) ([makubi](https://github.com/makubi)) |
940 | 967 | - Fix: `exec` the java entrypoint in ash-template [\#850](https://github.com/sbt/sbt-native-packager/pull/850) ([yfyf](https://github.com/yfyf)) |
941 | 968 | - Issue 807 - add support to enable/disable service autostart [\#847](https://github.com/sbt/sbt-native-packager/pull/847) ([dpennell](https://github.com/dpennell)) |
|
1006 | 1033 | - Expand the java home argument [\#822](https://github.com/sbt/sbt-native-packager/pull/822) ([cquiroz](https://github.com/cquiroz)) |
1007 | 1034 | - docker: tag -f is deprecated [\#821](https://github.com/sbt/sbt-native-packager/pull/821) ([sgrankin](https://github.com/sgrankin)) |
1008 | 1035 | - FIX \#762 Add native packager logo to docs and README [\#820](https://github.com/sbt/sbt-native-packager/pull/820) ([muuki88](https://github.com/muuki88)) |
1009 | | -- typo fixed on Docker Plugin page [\#817](https://github.com/sbt/sbt-native-packager/pull/817) ([utgarda](https://github.com/utgarda)) |
1010 | 1036 | - Report compression issue with Debian Wheezy's python-apt [\#811](https://github.com/sbt/sbt-native-packager/pull/811) ([jpic](https://github.com/jpic)) |
1011 | 1037 | - fix typo rpmScriptletsDirectory [\#804](https://github.com/sbt/sbt-native-packager/pull/804) ([zoosky](https://github.com/zoosky)) |
1012 | 1038 |
|
|
1364 | 1390 | - Add note about JDeb adding dependencies [\#608](https://github.com/sbt/sbt-native-packager/pull/608) ([philwills](https://github.com/philwills)) |
1365 | 1391 | - tar --force-local on windows [\#604](https://github.com/sbt/sbt-native-packager/pull/604) ([sumkincpp](https://github.com/sumkincpp)) |
1366 | 1392 | - FIX \#590 fixed irritating windows documentation [\#592](https://github.com/sbt/sbt-native-packager/pull/592) ([muuki88](https://github.com/muuki88)) |
1367 | | -- Use docker on windows \#573 [\#588](https://github.com/sbt/sbt-native-packager/pull/588) ([sjeandeaux](https://github.com/sjeandeaux)) |
1368 | 1393 |
|
1369 | 1394 | ## [v1.0.3](https://github.com/sbt/sbt-native-packager/tree/v1.0.3) (2015-06-16) |
1370 | 1395 |
|
|
1395 | 1420 | - grammar fix for website [\#595](https://github.com/sbt/sbt-native-packager/pull/595) ([SethTisue](https://github.com/SethTisue)) |
1396 | 1421 | - Documented packageTemplateMappings [\#591](https://github.com/sbt/sbt-native-packager/pull/591) ([kodemaniak](https://github.com/kodemaniak)) |
1397 | 1422 | - Updated sbt plugin fragment version. [\#589](https://github.com/sbt/sbt-native-packager/pull/589) ([metasim](https://github.com/metasim)) |
| 1423 | +- Use docker on windows \#573 [\#588](https://github.com/sbt/sbt-native-packager/pull/588) ([sjeandeaux](https://github.com/sjeandeaux)) |
1398 | 1424 |
|
1399 | 1425 | ## [v1.0.2](https://github.com/sbt/sbt-native-packager/tree/v1.0.2) (2015-05-20) |
1400 | 1426 |
|
|
1489 | 1515 | - Changing the default installation directory [\#506](https://github.com/sbt/sbt-native-packager/issues/506) |
1490 | 1516 | - Unable to override akka-bash-template [\#426](https://github.com/sbt/sbt-native-packager/issues/426) |
1491 | 1517 | - packageName in Docker not found [\#413](https://github.com/sbt/sbt-native-packager/issues/413) |
| 1518 | +- Can't combine PlayJava with JDebPackaging plugin [\#407](https://github.com/sbt/sbt-native-packager/issues/407) |
1492 | 1519 | - Specify default memory parameters of java\_application BASH script in the build [\#82](https://github.com/sbt/sbt-native-packager/issues/82) |
1493 | 1520 |
|
1494 | 1521 | **Merged pull requests:** |
|
1654 | 1681 |
|
1655 | 1682 | - Cannot publish to http \(or self-signed https\) docker registry [\#412](https://github.com/sbt/sbt-native-packager/issues/412) |
1656 | 1683 | - Cannot pass dashed script options on windows [\#409](https://github.com/sbt/sbt-native-packager/issues/409) |
1657 | | -- Can't combine PlayJava with JDebPackaging plugin [\#407](https://github.com/sbt/sbt-native-packager/issues/407) |
1658 | 1684 | - Cannot pack `templates/etc-default` into Docker container [\#398](https://github.com/sbt/sbt-native-packager/issues/398) |
1659 | 1685 | - Publish universal tgz artifact only [\#349](https://github.com/sbt/sbt-native-packager/issues/349) |
1660 | 1686 | - Ability to add to class path in the bash script [\#124](https://github.com/sbt/sbt-native-packager/issues/124) |
|
0 commit comments