UNPKG

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