UNPKG

2.21 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.9] - 2018-04-18
10### Changed
11
12- Use @heroku-cli/command for completions
13
14## [1.9.8] - 2018-03-07
15### Fix
16
17- Fix package.json for oclif
18
19## [1.9.7] - 2018-03-07
20### Changed
21
22- Move plugin topics to package.json
23
24## [1.9.6] - 2018-03-07
25### Changed
26
27- Update plugin to be compatible with oclif
28
29## [1.9.5] - 2017-08-08
30### Added
31
32- Command `heroku ci` && `heroku ci:list` can display JSON via the `--json` flag. ([#57](https://github.com/heroku/heroku-ci/pull/57))
33
34## [1.9.4] - 2017-08-04
35### Changed
36
37- `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))
38
39## [1.9.3] - 2017-08-02
40
41- Command `heroku ci` && `heroku ci:list` accept pipeline name via the `--pipelines` flag.
42
43## [1.9.2] - 2017-07-21
44### Changed
45- Use upstream version of CLI plugin `heroku-run`, which is used to streamify from the the dyno.
46- Remove code that was used as intermediate fallback while we transitioned over in one of our backend services.
47
48## [1.9.1] - 2017-07-11
49### Fixed
50- Fixed a bug introduced in 1.9.0 with attaching to an already started one off dyno
51
52## [1.9.0] - 2017-07-07
53### Changed
54- Changed the debug run implementation to allow for the server to configure the run
55
56## [1.8.0] - 2017-06-02
57### Fixed
58- 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`)
59
60## [1.5.2] - 2017-04-27
61### Changed
62- Releax engines requirements in package.json.
63
64## [1.5.1] - 2017-04-03
65### Changed
66- Test output is now read from the `/test-runs/:id/test-nodes` sub-resource.
67
68## [1.4.2] - 2017-03-20
69### Fixed
70- Fixes a null traversal regression in `ci:debug`. ([#25](https://github.com/heroku/heroku-ci/pull/25))
71
72## [1.4.1] - 2017-03-17
73### Fixed
74- Commands which require a git repo to be present now fail with a helpful error. ([#24](https://github.com/heroku/heroku-ci/pull/24))