Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jul 8, 2020
1 parent 8f9430b commit 4951793
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Changelog

## [Unreleased](https://github.com/sbt/sbt-native-packager/tree/HEAD)
## [v1.7.4](https://github.com/sbt/sbt-native-packager/tree/v1.7.4) (2020-07-08)

[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.7.3...HEAD)
[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.7.3...v1.7.4)

**Fixed bugs:**

- Error 139 on Docker version 1.39 [\#1346](https://github.com/sbt/sbt-native-packager/issues/1346)
- Error due to path separator inconsistency on windows [\#1329](https://github.com/sbt/sbt-native-packager/issues/1329)

**Closed issues:**

- Rpm should have option to make systemd file config [\#1144](https://github.com/sbt/sbt-native-packager/issues/1144)

**Merged pull requests:**

- fix\(Docker.\*?Plugin\): restore the sbt-standard task concurrency tags [\#1352](https://github.com/sbt/sbt-native-packager/pull/1352) ([cchepelov](https://github.com/cchepelov))
- Systemd mark file as non config [\#1351](https://github.com/sbt/sbt-native-packager/pull/1351) ([tolikr](https://github.com/tolikr))
- remove sbt 0.12 operators from documentation [\#1350](https://github.com/sbt/sbt-native-packager/pull/1350) ([mberndt123](https://github.com/mberndt123))

## [v1.7.3](https://github.com/sbt/sbt-native-packager/tree/v1.7.3) (2020-06-02)

[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.7.2...v1.7.3)
Expand Down Expand Up @@ -193,6 +204,7 @@
- umask can also be set via bashScriptExtraDefines [\#1274](https://github.com/sbt/sbt-native-packager/pull/1274) ([mkurz](https://github.com/mkurz))
- Add a workaround for lightbend/mima\#422 [\#1271](https://github.com/sbt/sbt-native-packager/pull/1271) ([nigredo-tori](https://github.com/nigredo-tori))
- JlinkPlugin: add support for huge classpaths [\#1270](https://github.com/sbt/sbt-native-packager/pull/1270) ([nigredo-tori](https://github.com/nigredo-tori))
- JlinkPlugin: Sort missing dependencies before logging [\#1245](https://github.com/sbt/sbt-native-packager/pull/1245) ([nigredo-tori](https://github.com/nigredo-tori))

## [v1.4.1](https://github.com/sbt/sbt-native-packager/tree/v1.4.1) (2019-08-29)

Expand Down Expand Up @@ -249,7 +261,6 @@

**Merged pull requests:**

- JlinkPlugin: Sort missing dependencies before logging [\#1245](https://github.com/sbt/sbt-native-packager/pull/1245) ([nigredo-tori](https://github.com/nigredo-tori))
- JlinkPlugin: support multi-release dependencies [\#1244](https://github.com/sbt/sbt-native-packager/pull/1244) ([nigredo-tori](https://github.com/nigredo-tori))

## [v1.3.24](https://github.com/sbt/sbt-native-packager/tree/v1.3.24) (2019-06-26)
Expand Down Expand Up @@ -314,6 +325,7 @@
- Bug \#1218: docker:publishLocal fails because of non-existent gid [\#1219](https://github.com/sbt/sbt-native-packager/pull/1219) ([NicolasRouquette](https://github.com/NicolasRouquette))
- correct sbt console example [\#1214](https://github.com/sbt/sbt-native-packager/pull/1214) ([mcanlas](https://github.com/mcanlas))
- Log rpm output to error or info depending on exit code [\#1212](https://github.com/sbt/sbt-native-packager/pull/1212) ([Falmarri](https://github.com/Falmarri))
- FIX \#1205 undefined setting makeBashScripts with vanilla DockerPlugin [\#1207](https://github.com/sbt/sbt-native-packager/pull/1207) ([muuki88](https://github.com/muuki88))

## [v1.3.20](https://github.com/sbt/sbt-native-packager/tree/v1.3.20) (2019-03-29)

Expand All @@ -339,10 +351,6 @@
- Is there a way to skip tests? [\#1204](https://github.com/sbt/sbt-native-packager/issues/1204)
- Docker/stage generates different Dockerfile depending on docker version [\#1187](https://github.com/sbt/sbt-native-packager/issues/1187)

**Merged pull requests:**

- FIX \#1205 undefined setting makeBashScripts with vanilla DockerPlugin [\#1207](https://github.com/sbt/sbt-native-packager/pull/1207) ([muuki88](https://github.com/muuki88))

## [v1.3.18](https://github.com/sbt/sbt-native-packager/tree/v1.3.18) (2019-02-12)

[Full Changelog](https://github.com/sbt/sbt-native-packager/compare/v1.3.17...v1.3.18)
Expand Down Expand Up @@ -1001,6 +1009,7 @@
- Issue 807 - add support to enable/disable service autostart [\#847](https://github.com/sbt/sbt-native-packager/pull/847) ([dpennell](https://github.com/dpennell))
- concners -\> connerns introduction.rst [\#837](https://github.com/sbt/sbt-native-packager/pull/837) ([hedefalk](https://github.com/hedefalk))
- FIX \#770 add ExitStatusSuccess setting for systemd [\#834](https://github.com/sbt/sbt-native-packager/pull/834) ([muuki88](https://github.com/muuki88))
- maintainer file names were missing [\#805](https://github.com/sbt/sbt-native-packager/pull/805) ([zoosky](https://github.com/zoosky))

## [v1.1.4](https://github.com/sbt/sbt-native-packager/tree/v1.1.4) (2016-07-17)

Expand Down

0 comments on commit 4951793

Please sign in to comment.