github batect/batect 0.7

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

What's new

  • Added --quiet flag to suppress all output from batect when running a task, so that only the output from the task is shown. (Any error messages are still shown.)
  • Added the ability to override the health check interval, start period and number of retries on a per-container basis in batect.yml. This is useful if you want to use an image in production with health check options baked into the image, but want to specify different options during development (eg. to decrease the interval and number of retries because you expect the service to start far quicker in a test scenario). See this file for an example.

What's been fixed

  • #1 ('UnsupportedOperationException when running on Java 9') has been fixed - batect can now be used when using Java 9.
  • Simple output mode is now always enabled when batect detects it is running on Travis CI. (This detection is based on the TRAVIS environment variable being set to true.)

Getting started

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

How to upgrade from previous versions

Already using batect? To install this update, simply replace the batect script in your project with the one attached to this release.

Don't miss a new batect release

NewReleases is sending notifications on new releases.