Releases
v0.13.0
What's Changed
🚀 Features
expose CopyToContainer so file can be created only in memory (#417 ) @oktalz
add ability to stop container (#416 ) @oktalz
Remove custom built docker image on container termination (#405 ) @gaborszakacs
Remove intermediate containers when building from Dockerfile (#403 ) @gaborszakacs
Expose HostConfig Resources via ContainerRequest (#402 ) @nhatthm
Logger per container instance (#393 ) @baez90
added interface for logger (#385 ) @dhuckins
Replace ContainerRequest.BindMounts and ContainerRequest.VolumeMounts with ContainerRequest.Mounts as dedicated type (#386 ) @baez90
feat: additionally remove volumes by default on compose down (#381 ) @peter-evans
Add wait.ExecStrategy to wait on cmd exec in a container (#368 ) @alexey-medvedchikov
⚠️ Breaking Changes
Replace ContainerRequest.BindMounts and ContainerRequest.VolumeMounts with ContainerRequest.Mounts as dedicated type (#386 ) @baez90
🐛 Bug Fixes
Add support for Docker Compose V2 (#377 ) @artamonovkirill
#391 : remember service map from all docker compose files (#392 ) @ankan-pfc
Bugfix: log-consumer go-routine should recover from closed-connection (#369 ) @Chrisss93
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
You can’t perform that action at this time.