UNPKG

1.91 kBMarkdownView Raw
1Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/).
6
7## [Unreleased]
8
9## [1.9.5] - 2017-08-08
10### Added
11
12- Command `heroku ci` && `heroku ci:list` can display JSON via the `--json` flag. ([#57](https://github.com/heroku/heroku-ci/pull/57))
13
14## [1.9.4] - 2017-08-04
15### Changed
16
17- `heroku ci:debug` no longer passes environment to the dyno, that happens by the backend services. ([#58](https://github.com/heroku/heroku-ci/pull/58))
18
19## [1.9.3] - 2017-08-02
20
21- Command `heroku ci` && `heroku ci:list` accept pipeline name via the `--pipelines` flag.
22
23## [1.9.2] - 2017-07-21
24### Changed
25- Use upstream version of CLI plugin `heroku-run`, which is used to streamify from the the dyno.
26- Remove code that was used as intermediate fallback while we transitioned over in one of our backend services.
27
28## [1.9.1] - 2017-07-11
29### Fixed
30- Fixed a bug introduced in 1.9.0 with attaching to an already started one off dyno
31
32## [1.9.0] - 2017-07-07
33### Changed
34- Changed the debug run implementation to allow for the server to configure the run
35
36## [1.8.0] - 2017-06-02
37### Fixed
38- Debug runs now include the same Heroku provided config as regular test runs (`HEROKU_TEST_RUN_ID`, `HEROKU_TEST_RUN_BRANCH` `CI_NODE_INDEX` and `CI_NODE_TOTAL`)
39
40## [1.5.2] - 2017-04-27
41### Changed
42- Releax engines requirements in package.json.
43
44## [1.5.1] - 2017-04-03
45### Changed
46- Test output is now read from the `/test-runs/:id/test-nodes` sub-resource.
47
48## [1.4.2] - 2017-03-20
49### Fixed
50- Fixes a null traversal regression in `ci:debug`. ([#25](https://github.com/heroku/heroku-ci/pull/25))
51
52## [1.4.1] - 2017-03-17
53### Fixed
54- Commands which require a git repo to be present now fail with a helpful error. ([#24](https://github.com/heroku/heroku-ci/pull/24))