Skip to content

Commit

Permalink
v7.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Sep 7, 2018
1 parent ce84d86 commit 1dcb716
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 25 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.14.4"></a>
## [7.14.4](https://github.com/heroku/cli/compare/v7.14.3...v7.14.4) (2018-09-07)




**Note:** Version bump only for package heroku

<a name="7.14.3"></a>
## [7.14.3](https://github.com/heroku/cli/compare/v7.14.2...v7.14.3) (2018-09-06)

Expand Down
10 changes: 5 additions & 5 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLE
$ heroku ci --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/index.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/index.ts)_

## `heroku ci:config`

Expand Down Expand Up @@ -162,7 +162,7 @@ EXAMPLE
$ heroku ci:info 1288 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/info.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/info.ts)_

## `heroku ci:last`

Expand All @@ -181,7 +181,7 @@ EXAMPLE
$ heroku ci:last --app murmuring-headland-14719 --node 100
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/last.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/last.ts)_

## `heroku ci:migrate-manifest`

Expand Down Expand Up @@ -238,7 +238,7 @@ EXAMPLE
$ heroku ci:rerun 985 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/rerun.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/rerun.ts)_

## `heroku ci:run`

Expand All @@ -256,4 +256,4 @@ EXAMPLE
$ heroku ci:run --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/run.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/run.ts)_
4 changes: 2 additions & 2 deletions docs/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EXAMPLES
$ heroku local:run bin/migrate
```

_See code: [@heroku-cli/plugin-local-v5](https://github.com/heroku/cli/blob/v7.12.6/packages/local-v5/lib/commands/local/run.js)_
_See code: [@heroku-cli/plugin-local-v5](https://github.com/heroku/cli/blob/v7.14.3/packages/local-v5/lib/commands/local/run.js)_

## `heroku local:version`

Expand All @@ -60,4 +60,4 @@ USAGE
$ heroku local:version
```

_See code: [@heroku-cli/plugin-local-v5](https://github.com/heroku/cli/blob/v7.12.6/packages/local-v5/lib/commands/local/version.js)_
_See code: [@heroku-cli/plugin-local-v5](https://github.com/heroku/cli/blob/v7.14.3/packages/local-v5/lib/commands/local/version.js)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.14.3",
"version": "7.14.4",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
8 changes: 8 additions & 0 deletions packages/ci-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.14.4"></a>
## [7.14.4](https://github.com/heroku/cli/compare/v7.14.3...v7.14.4) (2018-09-07)




**Note:** Version bump only for package @heroku-cli/plugin-ci-v5

<a name="7.12.6"></a>
## [7.12.6](https://github.com/heroku/cli/compare/v7.12.5...v7.12.6) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/ci-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-ci-v5",
"description": "Heroku CLI plugin for Heroku CI",
"version": "7.12.6",
"version": "7.14.4",
"author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@heroku-cli/command": "^8.1.28",
"@heroku-cli/plugin-pipelines": "^2.5.8",
"@heroku-cli/plugin-run-v5": "^7.12.6",
"@heroku-cli/plugin-run-v5": "^7.14.4",
"ansi-escapes": "3.1.0",
"bluebird": "^3.5.1",
"co": "^4.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.14.4"></a>
## [7.14.4](https://github.com/heroku/cli/compare/v7.14.3...v7.14.4) (2018-09-07)


### Bug Fixes

* **ci:** unknown local commit path ([#1019](https://github.com/heroku/cli/issues/1019)) ([ce84d86](https://github.com/heroku/cli/commit/ce84d86))




<a name="7.14.3"></a>
## [7.14.3](https://github.com/heroku/cli/compare/v7.14.2...v7.14.3) (2018-09-06)

Expand Down
12 changes: 6 additions & 6 deletions packages/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @heroku-cli/plugin-ci
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-ci/7.14.3 darwin-x64 node-v10.2.1
@heroku-cli/plugin-ci/7.14.4 darwin-x64 node-v10.2.1
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -56,7 +56,7 @@ EXAMPLE
$ heroku ci --app murmuring-headland-14719
```

_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/index.ts)_
_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/index.ts)_

## `heroku ci:info TEST-RUN`

Expand All @@ -75,7 +75,7 @@ EXAMPLE
$ heroku ci:info 1288 --app murmuring-headland-14719
```

_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/info.ts)_
_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/info.ts)_

## `heroku ci:last`

Expand All @@ -94,7 +94,7 @@ EXAMPLE
$ heroku ci:last --app murmuring-headland-14719 --node 100
```

_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/last.ts)_
_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/last.ts)_

## `heroku ci:rerun [NUMBER]`

Expand All @@ -112,7 +112,7 @@ EXAMPLE
$ heroku ci:rerun 985 --app murmuring-headland-14719
```

_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/rerun.ts)_
_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/rerun.ts)_

## `heroku ci:run`

Expand All @@ -130,7 +130,7 @@ EXAMPLE
$ heroku ci:run --app murmuring-headland-14719
```

_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.14.3/packages/ci/src/commands/ci/run.ts)_
_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v7.14.4/packages/ci/src/commands/ci/run.ts)_
<!-- commandsstop -->
* [`heroku ci:info`](#heroku-ci-info)
* [`heroku ci:last`](#heroku-ci-last)
Expand Down
2 changes: 1 addition & 1 deletion packages/ci/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-ci",
"description": "Heroku CLI plugin for Heroku CI",
"version": "7.14.3",
"version": "7.14.4",
"author": "Raúl Barroso @raulb",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.14.4"></a>
## [7.14.4](https://github.com/heroku/cli/compare/v7.14.3...v7.14.4) (2018-09-07)




**Note:** Version bump only for package heroku

<a name="7.14.3"></a>
## [7.14.3](https://github.com/heroku/cli/compare/v7.14.2...v7.14.3) (2018-09-06)

Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.14.3",
"version": "7.14.4",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -17,8 +17,8 @@
"@heroku-cli/plugin-buildpacks": "^7.14.3",
"@heroku-cli/plugin-certs": "^7.13.0",
"@heroku-cli/plugin-certs-v5": "^7.12.6",
"@heroku-cli/plugin-ci": "^7.14.3",
"@heroku-cli/plugin-ci-v5": "^7.12.6",
"@heroku-cli/plugin-ci": "^7.14.4",
"@heroku-cli/plugin-ci-v5": "^7.14.4",
"@heroku-cli/plugin-config": "^7.13.0",
"@heroku-cli/plugin-container-registry-v5": "^7.12.6",
"@heroku-cli/plugin-git": "^7.13.0",
Expand All @@ -30,7 +30,7 @@
"@heroku-cli/plugin-ps": "^7.13.0",
"@heroku-cli/plugin-ps-exec": "2.3.5",
"@heroku-cli/plugin-redis-v5": "^7.12.6",
"@heroku-cli/plugin-run-v5": "^7.12.6",
"@heroku-cli/plugin-run-v5": "^7.14.4",
"@heroku-cli/plugin-spaces": "^7.14.0",
"@heroku-cli/plugin-status": "^7.13.0",
"@heroku-cli/plugin-webhooks-v5": "^7.12.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/run-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.14.4"></a>
## [7.14.4](https://github.com/heroku/cli/compare/v7.14.3...v7.14.4) (2018-09-07)


### Bug Fixes

* **run-v5:** log displayer eventsource events ([#1020](https://github.com/heroku/cli/issues/1020)) ([9833c4e](https://github.com/heroku/cli/commit/9833c4e))




<a name="7.12.6"></a>
## [7.12.6](https://github.com/heroku/cli/compare/v7.12.5...v7.12.6) (2018-08-30)

Expand Down
6 changes: 3 additions & 3 deletions packages/run-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EXAMPLES
2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com
```

_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.12.6/packages/run-v5/commands/logs.js)_
_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.14.4/packages/run-v5/commands/logs.js)_

## `heroku run`

Expand Down Expand Up @@ -69,7 +69,7 @@ EXAMPLES
Running myscript.sh -a arg1 -s arg2 on app.... up, run.1
```

_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.12.6/packages/run-v5/commands/run.js)_
_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.14.4/packages/run-v5/commands/run.js)_

## `heroku run:detached`

Expand All @@ -93,5 +93,5 @@ EXAMPLES
Run heroku logs -a app -p run.1 to view the output.
```

_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.12.6/packages/run-v5/commands/run/detached.js)_
_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.14.4/packages/run-v5/commands/run/detached.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/run-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-run-v5",
"description": "Heroku CLI plugin to run one-off dyno processes.",
"version": "7.12.6",
"version": "7.14.4",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 1dcb716

Please sign in to comment.