v5.0.0
Release Notes
This version adds a baur cleanup db
command, for deleting old records from the
database.
The database schema is not compatible with earlier versions. Please refer to the
Upgrade instructions in
the Wiki.
Changes
New Features
- Database Cleanup: old releases and task runs can be deleted from the
database with the newbaur cleanup db
command
Enhancements
- Time durations printed in plain format on the terminal are consistently truncated at next
lower precision
Bug fixes
baur ls runs
: The timestamps specified as--before
and--after
parameters were interpreted as being in the UTC timezone.
This is changed to be interpreted as being in the local system timezone instead.baur ls --help
: replace "builds" with "runs" in usage description
Full Changelog: v4.0.0...v5.0.0