Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit c5e4d1d

Browse files
authored
Merge pull request #77 from eed3si9n/wip/1.7.1
1.7.1
2 parents 3c89acb + 60c7f50 commit c5e4d1d

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ThisBuild / organization := "com.lightbend"
22

33
lazy val exampleScalaVersion = "2.12.8"
4-
lazy val sbtreactiveappVersion = "1.7.0"
4+
lazy val sbtreactiveappVersion = "1.7.1"
55
lazy val reactiveLibVersion = "1.7.0"
6-
lazy val reactiveCliVersion = "1.7.0"
6+
lazy val reactiveCliVersion = "1.7.1"
77

88
lazy val root = (project in file("."))
99
.enablePlugins(ParadoxPlugin, ParadoxSitePlugin, ScriptedPlugin)

src/main/paradox/release-notes.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,23 @@ sbt setting.
1414
| [reactive-lib](https://github.com/lightbend/reactive-lib/releases) | $reactivelib$ |
1515
@@@
1616

17+
## 1.7.1
18+
19+
### sbt-native-packager 1.3.18
20+
21+
sbt-reactive-app 1.7.1 updates its dependency to sbt-native-packager 1.3.18 to bring in some bug fixes around Docker image building.
22+
23+
### Other fixes
24+
25+
- Fixes `-Dplay.server.pidfile.path=/dev/null` generation. [cli#201][cli201]
26+
- Default `rp` to `--registry-use-local`. `--registry-disable-local` is added to disable it. [cli#203][cli203]
27+
28+
[cli201]: https://github.com/lightbend/reactive-cli/pull/201
29+
[cli203]: https://github.com/lightbend/reactive-cli/pull/203
30+
1731
## 1.7.0
1832

19-
In general, the theme of Lightbend Orchestration 1.7.0 is to remove unnecessary features to make the deployment leaner and more manageable. 1.7.0 runtime is based on Akka 2.5.20 and Akka Management 0.20.0. The following illustrations show the pieces included in Orchestration’s build and runtime.
33+
In general, the theme of Lightbend Orchestration 1.7.0 is to remove unnecessary features to make the deployment leaner and more manageable. 1.7.0 runtime is based on Akka 2.5.20 and Akka Management 0.20.0.
2034

2135
### Secure Docker image building with sbt-native-packager 1.3.17
2236

@@ -75,8 +89,6 @@ In the effort to reduce runtime dependencies, SecretReader was deprecated. Read
7589
[sbt-reactive-app145]: https://github.com/lightbend/sbt-reactive-app/pull/145
7690
[best-practice]: https://www.scala-sbt.org/1.x/docs/Plugins-Best-Practices.html
7791

78-
79-
8092
## sbt-reactive-app 1.6.1
8193

8294
- Fixes binary compatibility issue with sbt-native-packager 1.3.15 adopted by Play 2.6.20+ and Lagom 1.4.10. [#169][sbt-reactive-app169] by [@ignasi35][@ignasi35]

0 commit comments

Comments
 (0)