Skip to content

Commit d345b4d

Browse files
author
Travis CI
committed
Update changelog
1 parent 9bef3d8 commit d345b4d

1 file changed

Lines changed: 31 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,39 @@
22

33
## [Unreleased](https://github.com/sbt/sbt-native-packager/tree/HEAD)
44

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)
618

719
**Closed issues:**
820

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)
927
- docker: introduce more layers for smaller images [\#1267](https://github.com/sbt/sbt-native-packager/issues/1267)
1028

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+
1138
## [v1.7.0](https://github.com/sbt/sbt-native-packager/tree/v1.7.0) (2020-03-16)
1239

1340
[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.6.2...v1.7.0)
@@ -902,7 +929,6 @@
902929
- Replace deprecated java Docker image with openjdk [\#877](https://github.com/sbt/sbt-native-packager/pull/877) ([NeQuissimus](https://github.com/NeQuissimus))
903930
- Fixed wrong description of daemonGroup [\#876](https://github.com/sbt/sbt-native-packager/pull/876) ([PavelPenkov](https://github.com/PavelPenkov))
904931
- 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))
906932
- Updated systemloaders.rst [\#865](https://github.com/sbt/sbt-native-packager/pull/865) ([martinstuder](https://github.com/martinstuder))
907933
- Introduction: clarify and fix grammar [\#863](https://github.com/sbt/sbt-native-packager/pull/863) ([weedySeaDragon](https://github.com/weedySeaDragon))
908934

@@ -936,6 +962,7 @@
936962

937963
**Merged pull requests:**
938964

965+
- Clarify and fix grammar for Formats docs [\#867](https://github.com/sbt/sbt-native-packager/pull/867) ([weedySeaDragon](https://github.com/weedySeaDragon))
939966
- Rename dockerTarget to dockerTag [\#851](https://github.com/sbt/sbt-native-packager/pull/851) ([makubi](https://github.com/makubi))
940967
- Fix: `exec` the java entrypoint in ash-template [\#850](https://github.com/sbt/sbt-native-packager/pull/850) ([yfyf](https://github.com/yfyf))
941968
- 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,7 +1033,6 @@
10061033
- Expand the java home argument [\#822](https://github.com/sbt/sbt-native-packager/pull/822) ([cquiroz](https://github.com/cquiroz))
10071034
- docker: tag -f is deprecated [\#821](https://github.com/sbt/sbt-native-packager/pull/821) ([sgrankin](https://github.com/sgrankin))
10081035
- 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))
10101036
- Report compression issue with Debian Wheezy's python-apt [\#811](https://github.com/sbt/sbt-native-packager/pull/811) ([jpic](https://github.com/jpic))
10111037
- fix typo rpmScriptletsDirectory [\#804](https://github.com/sbt/sbt-native-packager/pull/804) ([zoosky](https://github.com/zoosky))
10121038

@@ -1364,7 +1390,6 @@
13641390
- Add note about JDeb adding dependencies [\#608](https://github.com/sbt/sbt-native-packager/pull/608) ([philwills](https://github.com/philwills))
13651391
- tar --force-local on windows [\#604](https://github.com/sbt/sbt-native-packager/pull/604) ([sumkincpp](https://github.com/sumkincpp))
13661392
- 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))
13681393

13691394
## [v1.0.3](https://github.com/sbt/sbt-native-packager/tree/v1.0.3) (2015-06-16)
13701395

@@ -1395,6 +1420,7 @@
13951420
- grammar fix for website [\#595](https://github.com/sbt/sbt-native-packager/pull/595) ([SethTisue](https://github.com/SethTisue))
13961421
- Documented packageTemplateMappings [\#591](https://github.com/sbt/sbt-native-packager/pull/591) ([kodemaniak](https://github.com/kodemaniak))
13971422
- 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))
13981424

13991425
## [v1.0.2](https://github.com/sbt/sbt-native-packager/tree/v1.0.2) (2015-05-20)
14001426

@@ -1489,6 +1515,7 @@
14891515
- Changing the default installation directory [\#506](https://github.com/sbt/sbt-native-packager/issues/506)
14901516
- Unable to override akka-bash-template [\#426](https://github.com/sbt/sbt-native-packager/issues/426)
14911517
- 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)
14921519
- Specify default memory parameters of java\_application BASH script in the build [\#82](https://github.com/sbt/sbt-native-packager/issues/82)
14931520

14941521
**Merged pull requests:**
@@ -1654,7 +1681,6 @@
16541681

16551682
- Cannot publish to http \(or self-signed https\) docker registry [\#412](https://github.com/sbt/sbt-native-packager/issues/412)
16561683
- 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)
16581684
- Cannot pack `templates/etc-default` into Docker container [\#398](https://github.com/sbt/sbt-native-packager/issues/398)
16591685
- Publish universal tgz artifact only [\#349](https://github.com/sbt/sbt-native-packager/issues/349)
16601686
- Ability to add to class path in the bash script [\#124](https://github.com/sbt/sbt-native-packager/issues/124)

0 commit comments

Comments
 (0)