Skip to content

Commit

Permalink
v7.43.1 (heroku#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman authored Sep 21, 2020
1 parent 34c2ece commit a11a54c
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 28 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.

## [7.43.1](https://github.com/heroku/cli/compare/v7.43.0...v7.43.1) (2020-09-21)

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





# [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15)

**Note:** Version bump only for package heroku
Expand Down
24 changes: 12 additions & 12 deletions docs/certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -56,7 +56,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/add.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

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

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

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

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

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

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

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

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

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

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/chain.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

Expand Down Expand Up @@ -163,7 +163,7 @@ EXAMPLES
$ heroku certs:generate example.com
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/generate.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/generate.js)_

## `heroku certs:info`

Expand All @@ -180,7 +180,7 @@ OPTIONS
--name=name name to check info on
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/info.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/info.js)_

## `heroku certs:key`

Expand All @@ -202,7 +202,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/key.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

Expand All @@ -219,7 +219,7 @@ OPTIONS
--name=name name to remove
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/remove.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:update CRT KEY`

Expand All @@ -246,4 +246,4 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/update.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/update.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.43.0",
"version": "7.43.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/certs-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.43.1](https://github.com/heroku/cli/compare/v7.43.0...v7.43.1) (2020-09-21)


### Bug Fixes

* **certs-v5:** check if an app is a private space app when using SNI endpoints ([#1644](https://github.com/heroku/cli/issues/1644)) ([34c2ece](https://github.com/heroku/cli/commit/34c2ece4c5ebd48f37a3a0793c7735f52fb49a15))





## [7.42.4](https://github.com/heroku/cli/compare/v7.42.3...v7.42.4) (2020-07-13)


Expand Down
24 changes: 12 additions & 12 deletions packages/certs-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/index.js)_
_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -60,7 +60,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```

_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/add.js)_
_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

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

_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

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

_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

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

_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

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

_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

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

_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/chain.js)_
_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

Expand Down Expand Up @@ -167,7 +167,7 @@ EXAMPLES
$ heroku certs:generate example.com
```

_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/generate.js)_
_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/generate.js)_

## `heroku certs:info`

Expand All @@ -184,7 +184,7 @@ OPTIONS
--name=name name to check info on
```

_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/info.js)_
_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/info.js)_

## `heroku certs:key`

Expand All @@ -206,7 +206,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```

_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/key.js)_
_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

Expand All @@ -223,7 +223,7 @@ OPTIONS
--name=name name to remove
```

_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/remove.js)_
_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:update CRT KEY`

Expand All @@ -250,5 +250,5 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```

_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.42.4/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.43.1/packages/certs-v5/commands/certs/update.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/certs-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-certs-v5",
"description": "heroku ssl plugin",
"version": "7.42.4",
"version": "7.43.1",
"author": "Ransom Briggs [email protected]",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
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.

## [7.43.1](https://github.com/heroku/cli/compare/v7.43.0...v7.43.1) (2020-09-21)

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





# [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15)

**Note:** Version bump only for package heroku
Expand Down
4 changes: 2 additions & 2 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.43.0",
"version": "7.43.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -17,7 +17,7 @@
"@heroku-cli/plugin-autocomplete": "^7.43.0",
"@heroku-cli/plugin-buildpacks": "^7.43.0",
"@heroku-cli/plugin-certs": "^7.43.0",
"@heroku-cli/plugin-certs-v5": "^7.42.4",
"@heroku-cli/plugin-certs-v5": "^7.43.1",
"@heroku-cli/plugin-ci": "^7.43.0",
"@heroku-cli/plugin-ci-v5": "^7.43.0",
"@heroku-cli/plugin-config": "^7.43.0",
Expand Down

0 comments on commit a11a54c

Please sign in to comment.