Skip to content

Commit 7c9cdcc

Browse files
committed
Add changelog for 1.8.2
1 parent 2972efe commit 7c9cdcc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.8.2
2+
3+
- Fix issue with changed output from Buildkit. [#120](https://github.com/marcuslonnberg/sbt-docker/pull/120)
4+
15
## 1.8.1
26

37
- Fix issue with changed output from Buildkit. [#118](https://github.com/marcuslonnberg/sbt-docker/pull/118)
@@ -12,7 +16,7 @@
1216
- Support passing build arguments with `dockerBuildArguments in docker` setting.
1317
- Add `ARG` instruction.
1418
- Fix issue with resolving native Dockerfile path when in root of project.
15-
- Fix issue with Docker build not passing failure properly on build failure.
19+
- Fix issue with Docker build not passing failure properly on build failure.
1620

1721
## 1.6.0
1822

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Setup
1717

1818
Add sbt-docker as a dependency in `project/plugins.sbt`:
1919
```scala
20-
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.8.1")
20+
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.8.2")
2121
```
2222

2323
### Getting started

0 commit comments

Comments
 (0)