AlloyCI v0.3.0 Release Notes

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

    • Pipelines are now created when a pull request from a fork is submitted. This feature requires the newly released AlloyCI Runner (GitLab Runner fork), so it is incompatible with all previous and future GitLab Runner versions. (#29)
    • โž• Added support for only and except keywords for build jobs. This gives you better control over which jobs run when. (#14)
    • Regular users can now manage project specific runners for projects to which they have access. (#33)
    • ๐Ÿ‘ Projects now support the use of secret variables. They can be used to pass sensitive information to the runner without committing it to the repository. (#23)

    ๐Ÿ› Bug Fixes

    • Redirect to the main projects' view when all auth options have already been created. (#30)
    • ๐Ÿ‘ Better processing of pipelines when the worker is called (5a9ca8f)
    • ๐Ÿ›  Fix notification bug, that would send one on every failed build. (63dc787)