Skip to content

Commit

Permalink
v7.42.0 (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Jun 3, 2020
1 parent 574fa12 commit 9138cf6
Show file tree
Hide file tree
Showing 29 changed files with 171 additions and 73 deletions.
11 changes: 11 additions & 0 deletions 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.

# [7.42.0](https://github.com/heroku/cli/compare/v7.41.1...v7.42.0) (2020-06-03)


### Bug Fixes

* upgrade http-call from 5.2.3 to 5.3.0 ([#1525](https://github.com/heroku/cli/issues/1525)) ([ffd81cd](https://github.com/heroku/cli/commit/ffd81cdce6f32d57a59db758733f908519d15594))





## [7.41.1](https://github.com/heroku/cli/compare/v7.41.0...v7.41.1) (2020-05-12)

**Note:** Version bump only for package heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.39.2/packages/autocomplete/src/commands/autocomplete/index.ts)_
_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/cli/blob/v7.42.0/packages/autocomplete/src/commands/autocomplete/index.ts)_
12 changes: 6 additions & 6 deletions docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXAMPLES
$ heroku domains --filter 'Domain Name=www.example.com'
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/index.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -64,7 +64,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/add.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -83,7 +83,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/clear.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -102,7 +102,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/info.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -121,7 +121,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/remove.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/remove.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -137,4 +137,4 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/wait.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/wait.ts)_
6 changes: 3 additions & 3 deletions docs/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLE
$ heroku local web=1,worker=2
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/index.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.42.0/src/commands/local/index.ts)_

## `heroku local:run`

Expand All @@ -51,7 +51,7 @@ EXAMPLE
$ heroku local:run bin/migrate
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/run.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.42.0/src/commands/local/run.ts)_

## `heroku local:version`

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

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/version.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.42.0/src/commands/local/version.ts)_
28 changes: 14 additions & 14 deletions docs/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLE
$ heroku pipelines
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/index.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/index.ts)_

## `heroku pipelines:add PIPELINE`

Expand All @@ -59,7 +59,7 @@ EXAMPLE
$ heroku pipelines:add my-pipeline -a my-app -s production
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/add.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/add.ts)_

## `heroku pipelines:connect NAME`

Expand All @@ -79,7 +79,7 @@ EXAMPLE
$ heroku pipelines:connect my-pipeline -r githuborg/reponame
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/connect.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/connect.ts)_

## `heroku pipelines:create [NAME]`

Expand Down Expand Up @@ -109,7 +109,7 @@ EXAMPLES
$ heroku pipelines:create my-pipeline -a my-app-staging
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/create.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/create.ts)_

## `heroku pipelines:destroy PIPELINE`

Expand All @@ -126,7 +126,7 @@ EXAMPLE
$ heroku pipelines:destroy my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/destroy.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/destroy.ts)_

## `heroku pipelines:diff`

Expand All @@ -144,7 +144,7 @@ EXAMPLE
$ heroku pipelines:diff -a my-app-staging
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/diff.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/diff.ts)_

## `heroku pipelines:info PIPELINE`

Expand All @@ -164,7 +164,7 @@ EXAMPLE
$ heroku pipelines:info my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/info.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/info.ts)_

## `heroku pipelines:open PIPELINE`

Expand All @@ -181,7 +181,7 @@ EXAMPLE
$ heroku pipelines:open my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/open.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/open.ts)_

## `heroku pipelines:promote`

Expand All @@ -200,7 +200,7 @@ EXAMPLE
$ heroku pipelines:promote -a my-app-staging
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/promote.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/promote.ts)_

## `heroku pipelines:remove`

Expand All @@ -218,7 +218,7 @@ EXAMPLE
$ heroku pipelines:remove -a my-app
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/remove.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/remove.ts)_

## `heroku pipelines:rename PIPELINE NAME`

Expand All @@ -236,7 +236,7 @@ EXAMPLE
$ heroku pipelines:rename my-pipeline new-pipeline-name
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/rename.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/rename.ts)_

## `heroku pipelines:setup [NAME] [REPO]`

Expand All @@ -258,7 +258,7 @@ EXAMPLE
$ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/setup.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/setup.ts)_

## `heroku pipelines:transfer OWNER`

Expand All @@ -280,7 +280,7 @@ EXAMPLES
$ heroku pipelines:transfer admin-team -p my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/transfer.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/transfer.ts)_

## `heroku pipelines:update`

Expand All @@ -299,4 +299,4 @@ EXAMPLE
$ heroku pipelines:update -s staging -a my-app
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/update.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/update.ts)_
4 changes: 2 additions & 2 deletions docs/reviewapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EXAMPLE
$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/reviewapps/disable.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/reviewapps/disable.ts)_

## `heroku reviewapps:enable`

Expand All @@ -48,4 +48,4 @@ EXAMPLE
$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/reviewapps/enable.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/reviewapps/enable.ts)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.41.1",
"version": "7.42.0",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/addons-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.

# [7.42.0](https://github.com/heroku/cli/compare/v7.41.1...v7.42.0) (2020-06-03)


### Bug Fixes

* **addons-v5:** Use os.tmpdir() rather than /tmp for cross-platform support - fixes [#1506](https://github.com/heroku/cli/issues/1506) ([#1518](https://github.com/heroku/cli/issues/1518)) ([23f45d9](https://github.com/heroku/cli/commit/23f45d94eaefc67e9610b42cc78df849bef4f8d0))





## [7.39.2](https://github.com/heroku/cli/compare/v7.39.1...v7.39.2) (2020-03-30)

**Note:** Version bump only for package @heroku-cli/plugin-addons-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-v5",
"description": "`heroku addons:*` commands",
"version": "7.39.2",
"version": "7.42.0",
"author": "Bo Jeanes @bjeanes",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/apps-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.

# [7.42.0](https://github.com/heroku/cli/compare/v7.41.1...v7.42.0) (2020-06-03)


### Bug Fixes

* upgrade urijs from 1.19.1 to 1.19.2 ([#1521](https://github.com/heroku/cli/issues/1521)) ([4326e72](https://github.com/heroku/cli/commit/4326e72a388251a829789e330865e170f5575b48))





# [7.40.0](https://github.com/heroku/cli/compare/v7.39.6...v7.40.0) (2020-05-01)

**Note:** Version bump only for package @heroku-cli/plugin-apps-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.40.0 darwin-x64 node-v10.18.1
@heroku-cli/plugin-apps-v5/7.42.0 darwin-x64 node-v12.13.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "7.40.0",
"version": "7.42.0",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apps/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.

# [7.42.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.41.1...v7.42.0) (2020-06-03)

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





## [7.39.2](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.39.1...v7.39.2) (2020-03-30)

**Note:** Version bump only for package @heroku-cli/plugin-apps
Expand Down
14 changes: 7 additions & 7 deletions packages/apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @heroku-cli/plugin-apps
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps/7.39.2 darwin-x64 node-v12.12.0
@heroku-cli/plugin-apps/7.42.0 darwin-x64 node-v12.13.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -66,7 +66,7 @@ EXAMPLES
$ heroku domains --filter 'Domain Name=www.example.com'
```

_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -88,7 +88,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -107,7 +107,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/clear.ts)_
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -126,7 +126,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -145,7 +145,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/remove.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -161,5 +161,5 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.39.2/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.42.0/src/commands/domains/wait.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-apps",
"version": "7.39.2",
"version": "7.42.0",
"author": "Brett @brettgoulder",
"bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues",
"dependencies": {
Expand Down

0 comments on commit 9138cf6

Please sign in to comment.