Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

0.24.2

Compare
Choose a tag to compare
@charleskorn charleskorn released this 19 Jan 00:11

What's been fixed

  • The issue where task prerequisites could be executed in a technically valid but unexpected order has been fixed (#53 - thanks to @ineffyble for reporting this issue)
  • The documentation for command has been clarified to explain the interaction between it and the ENTRYPOINT Dockerfile instruction and the impact this can have on shell syntax features such as && (#52 - thanks to @binkley for providing this feedback)

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 already using batect, run ./batect --upgrade to upgrade automatically.