github batect/batect 0.15.1

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

What's been fixed

  • When upgrading to a new version of batect with ./batect --upgrade, if the new version of the wrapper script added or removed lines, a weird error message would be shown after the upgrade was completed.

    For example, when upgrading from 0.14 to 0.15, an error message about ar was shown, and when upgrading from 0.15 to 0.15.1, you'll see an error message about batect not being started with the wrapper script.

    While the error message is harmless, it is confusing, and so this release fixes the issue. The error message will be shown when upgrading to this release, but will not be shown again in the future.

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.