github batect/batect 0.35.0

latest releases: 0.85.0, 0.84.0, 0.83.9...
4 years ago

What's new

  • @camjackson has contributed a sample project demonstrating how to setup batect with Cypress. It's available from the sample projects page in the documentation.

  • It is now possible to disable cleaning up the task's containers even if the task succeeds with --no-cleanup-after-success, and to disable cleanup regardless of whether the task succeeds or not with --no-cleanup (#115 - thanks to @ineffyble for the feedback)

What's been fixed

  • The documentation for dependencies and prerequisites has been clarified (#172 - thanks to @camjackson for the pull request)

  • The issue where pre-release versions would show as up-to-date and therefore not update when ./batect --upgrade was run has been fixed.

  • The issue where batect could display a NoSuchElementException error message on Windows has been fixed.

  • The issue where some operations that required sending a large payload to the Docker daemon (eg. building an image with a large context directory) could fail on Windows has been fixed.

  • The issue where attempting to connect to a Docker daemon with a non-standard named pipe or Unix socket path that was longer than 32 characters has been fixed.

  • The issue where the Command Prompt application would exit entirely if the wrapper script was invoked from there on Windows has been fixed.

Getting started

First time using batect? Take a look at the getting started guide, or the many sample projects.

How to upgrade from previous versions

If you're already using batect, run ./batect --upgrade to upgrade automatically.

Special note about Windows wrapper script

If you are currently running v0.33.2 or newer, the Windows wrapper script (batect.cmd) will automatically be downloaded and copied into place alongside the Linux and OS X wrapper script (batect).

If you're running an older version of batect, you'll need to manually download the Windows wrapper script below, or it will be automatically installed next time you upgrade to a newer version of batect. This only needs to be done once - after that, it will be automatically updated.

Don't miss a new batect release

NewReleases is sending notifications on new releases.