Apache Yetus 0.7.0 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.


Apache Yetus now enforces some basic controls around resource limits.

If any process attempts to violate those controls over those limits, there is a very high chance that any process spawned by Apache Yetus and Apache Yetus itself will be killed.


This change enables two new features:


Apache Yetus' Docker support now handles SIGTERM and SIGINT, killing any spawned docker instance when either is received.


releasedocmaker no longer automatically creates files or directories that represent the version being built. In addition, the names of the CHANGES file has been renamed to CHANGELOG.

Versioned files may be requested via the --fileversions option. Versioned directories may be requested via the dirversions option. Either option or both are required when releasedocmaker is used with multiple versions or ranges.


The latest version of Apache Yetus is also available via Homebrew on Mac OS X:

brew tap apache/yetus https://github.com/apache/yetus
brew install yetus