Skip to content

Releases: whisklabs/docker-it-scala

v0.12.0

14 Feb 12:57
Compare
Choose a tag to compare

What's Changed

  • Remove old information from readme file by @mayman in #151
  • Add DockerClickhouseService to facilitate clickhouse integration in docker by @XunGuo1992 in #152

New Contributors

Full Changelog: v0.11.0...v0.12.0

v.0.11.0

15 Dec 04:54
a3e9225
Compare
Choose a tag to compare

v0.10.0

15 Dec 04:53
Compare
Choose a tag to compare
  • global inner refactoring, packages were changed
  • removed publishing of next artifacts:
    • docker-testkit-config
    • docker-testkit-impl-spotify
    • docker-testkit-impl-spotify-shaded
    • docker-testkit-impl-docker-java
  • "com.spotify" % "docker-client" % "8.16.0" used as default backend

v0.9.5

10 Sep 08:26
Compare
Choose a tag to compare

v0.9.4

09 Jul 09:52
Compare
Choose a tag to compare
  • Added support for tmpfs option in HostConfig. Available only in Spotify's executor
  • com.spotify/docker-client updated to 8.8.0
  • com.github.docker-java/docker-java updated to 3.0.12

v0.9.0

06 Feb 16:43
Compare
Choose a tag to compare

Highlights

  • introduce exectutor based on Spotify's docker-client
  • separate docker exectutors library from core
  • support for unix-socket
  • support for linked containers (e.g. Zookeeper + Kafka)
  • support for Scala 2.12