github batect/batect 0.27.0

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

What's new

  • batect now supports grouping tasks in the output of --list-tasks by specifying a group value for each task. (#66 - thanks to @ineffyble for the suggestion)
  • batect now supports YAML anchors and aliases in the configuration file, allowing duplicate values to be defined in one place. (This resolves both #58 and #67 - thanks to @ineffyble and @marty-macfly for the feedback and suggestions)
  • batect now supports the YAML map merge operator << to merge a map in the configuration file with other maps defined as aliases elsewhere.
  • batect now supports defining extension values in the configuration file, which are anchors that have been defined before they are first used, helping to further reduce duplication.

For more information on the new configuration file features and some examples on how they can be used, check out this page in the documentation.

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.

Don't miss a new batect release

NewReleases is sending notifications on new releases.