github batect/batect 0.17.0

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

What's new

  • ⚠️ Breaking change: the --quiet and --simple-output flags have been replaced by --output=quiet and --output=simple respectively, and have been joined by --output=fancy (which is the default in terminals that support it).

  • Simple output mode (--output=simple) now shows more detailed information while the task is starting.

  • If multiple containers in a task build the same Dockerfile, the build is only run once for the whole task (rather than once per container), resulting in a small performance improvement.

What's been fixed

  • The syntactic error in the schema used by IDEs to provide code completion for configuration files has been fixed.

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

  • If you're using batect 0.12 or newer, run ./batect --upgrade to upgrade automatically.
  • If you're using an older version of batect, replace the batect script in your project with the one attached to this release. (Don't forget to make it executable with chmod +x batect if need be.)

Don't miss a new batect release

NewReleases is sending notifications on new releases.