Skip to content

Commit

Permalink
Add changelog for 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuslonnberg committed Feb 5, 2021
1 parent 2972efe commit 7c9cdcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.2

- Fix issue with changed output from Buildkit. [#120](https://github.com/marcuslonnberg/sbt-docker/pull/120)

## 1.8.1

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

## 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Setup

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

### Getting started
Expand Down

0 comments on commit 7c9cdcc

Please sign in to comment.