• 0.5.0-rc.1 8b72a9fc0f

    0.5.0-rc.1 Pre-Release

    Jef Roosens released this 2022-12-17 14:22:45 +01:00 | 69 commits to main since this release

    Added

    • Allow specifying subdirectory inside Git repository
    • Added option to deploy using agent-server architecture instead of cron daemon
    • Allow scheduling builds on the server from the CLI tool instead of building
      them locally
    • Allow force-building packages, meaning the build won't check if the
      repository is already up to date

    Changed

    • Migrated codebase to V 0.3.2
    • Cron expression parser now uses bitfields instead of bool arrays

    Fixed

    • Arch value for target is now properly set if not provided
    • Allow NULL values for branch in database
    • Endpoint for adding targets now returns the correct id
    • CLI now correctly errors and doesn't error when sending requests
    • Fixed possible infinite loop when removing old build images
    • Check whether build image still exists before starting build
    • Don't run makepkg prepare() function twice
    • Don't buffer stdout in Docker containers
    Downloads