AlloyCI v0.4.0 Release Notes

Release Date: 2018-03-08 // about 6 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ Show available global runners on the project's settings page
    • ๐ŸŽ‰ Initial support for build artifacts:
      • Jobs can create artifacts and upload them to the server (only local storage supported for now)
      • Jobs can download artifacts from previous builds, if they depend on them
    • ๐Ÿ‘Œ Support for dependent builds:
      • Builds with artifacts from previous stages will be automatically added as dependencies for jobs of the subsequent stage
      • Builds can explicitly declare their own dependencies via the .alloy-ci.yml file
    • โž• Added the option to use Sentry for error catching in production
    • โšก๏ธ Updated Guardian to 1.0

    ๐Ÿ› Bug Fixes

    • Redirect to main projects if user is logged in and visits the register page
    • โšก๏ธ Skip updating the build trace, if the runner calls the endpoint with an empty string
    • โšก๏ธ Updated JS dependencies