Skip to content

v5.0.0

Compare
Choose a tag to compare
@fho fho released this 15 Jul 17:00
· 50 commits to main since this release
657eb8f

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 new baur 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