Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
suprnova32 committed Mar 8, 2018
1 parent 070f7eb commit 15088d4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="v0.4.0"></a>
### v0.4.0 (2018-03-08)

#### 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.json` 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

<a name="v0.3.0"></a>
### v0.3.0 (2018-02-16)

Expand Down

0 comments on commit 15088d4

Please sign in to comment.