Skip to content

Commit

Permalink
v7.59.1 (heroku#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian authored Oct 21, 2021
1 parent 05bcd79 commit d63ef3d
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 27 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.59.1](https://github.com/heroku/cli/compare/v7.59.0...v7.59.1) (2021-10-21)

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





# [7.59.0](https://github.com/heroku/cli/compare/v7.58.0...v7.59.0) (2021-08-24)

**Note:** Version bump only for package heroku
Expand Down
14 changes: 7 additions & 7 deletions docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.54.0/src/commands/domains/index.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

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

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

## `heroku domains:clear`

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

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

## `heroku domains:info HOSTNAME`

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

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

## `heroku domains:remove HOSTNAME`

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

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

## `heroku domains:update [HOSTNAME]`

Expand All @@ -154,7 +154,7 @@ EXAMPLE
heroku domains:update www.example.com --cert mycert
```

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

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -172,4 +172,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.54.0/src/commands/domains/wait.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/src/commands/domains/wait.ts)_
5 changes: 3 additions & 2 deletions docs/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ USAGE
$ heroku redis:wait [DATABASE]
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--wait-interval=wait-interval how frequently to poll in seconds
```
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.59.0",
"version": "7.59.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/apps/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.59.1](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.59.0...v7.59.1) (2021-10-21)


### Bug Fixes

* update domain:add to pass required sni_endpoint to endpoint ([#1875](https://github.com/heroku/heroku-cli-plugin-apps/issues/1875)) ([05bcd79](https://github.com/heroku/heroku-cli-plugin-apps/commit/05bcd79025958e1fe896f7a8eb259caf617463e0))





# [7.54.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.47.10...v7.54.0) (2021-05-18)

**Note:** Version bump only for package @heroku-cli/plugin-apps
Expand Down
16 changes: 8 additions & 8 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.54.0 darwin-x64 node-v12.18.4
@heroku-cli/plugin-apps/7.59.1 darwin-x64 node-v14.17.3
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -67,7 +67,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.54.0/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -89,7 +89,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.54.0/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/src/commands/domains/add.ts)_

## `heroku domains:clear`

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

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

## `heroku domains:info HOSTNAME`

Expand All @@ -127,7 +127,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.54.0/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -146,7 +146,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.54.0/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/src/commands/domains/remove.ts)_

## `heroku domains:update [HOSTNAME]`

Expand All @@ -166,7 +166,7 @@ EXAMPLE
heroku domains:update www.example.com --cert mycert
```

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

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -182,5 +182,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.54.0/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.59.1/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.54.0",
"version": "7.59.1",
"author": "Brett @brettgoulder",
"bugs": "https://github.com/heroku/heroku-cli-plugin-apps/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.

## [7.59.1](https://github.com/heroku/cli/compare/v7.59.0...v7.59.1) (2021-10-21)

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





# [7.59.0](https://github.com/heroku/cli/compare/v7.58.0...v7.59.0) (2021-08-24)

**Note:** Version bump only for package heroku
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.59.0",
"version": "7.59.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@heroku-cli/color": "1.1.14",
"@heroku-cli/command": "^8.4.1",
"@heroku-cli/plugin-addons-v5": "^7.54.0",
"@heroku-cli/plugin-apps": "^7.54.0",
"@heroku-cli/plugin-apps": "^7.59.1",
"@heroku-cli/plugin-apps-v5": "^7.54.1",
"@heroku-cli/plugin-auth": "^7.54.0",
"@heroku-cli/plugin-autocomplete": "^7.54.0",
Expand All @@ -26,11 +26,11 @@
"@heroku-cli/plugin-local": "^7.54.0",
"@heroku-cli/plugin-oauth-v5": "^7.54.0",
"@heroku-cli/plugin-orgs-v5": "^7.54.0",
"@heroku-cli/plugin-pg-v5": "^7.58.0",
"@heroku-cli/plugin-pg-v5": "^7.59.1",
"@heroku-cli/plugin-pipelines": "^7.54.0",
"@heroku-cli/plugin-ps": "^7.54.0",
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.59.0",
"@heroku-cli/plugin-redis-v5": "^7.59.1",
"@heroku-cli/plugin-run": "^7.56.0",
"@heroku-cli/plugin-spaces": "^7.54.0",
"@heroku-cli/plugin-status": "^7.54.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/pg-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.

## [7.59.1](https://github.com/heroku/cli/compare/v7.59.0...v7.59.1) (2021-10-21)

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





# [7.58.0](https://github.com/heroku/cli/compare/v7.57.0...v7.58.0) (2021-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/pg-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-pg-v5",
"description": "Heroku CLI plugin to manage Postgres.",
"version": "7.58.0",
"version": "7.59.1",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/redis-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.

## [7.59.1](https://github.com/heroku/cli/compare/v7.59.0...v7.59.1) (2021-10-21)

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





# [7.59.0](https://github.com/heroku/cli/compare/v7.58.0...v7.59.0) (2021-08-24)


Expand Down
5 changes: 3 additions & 2 deletions packages/redis-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ USAGE
$ heroku redis:wait [DATABASE]
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--wait-interval=wait-interval how frequently to poll in seconds
```
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/redis-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-redis-v5",
"description": "Heroku plugin to manage Heroku Redis",
"version": "7.59.0",
"version": "7.59.1",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit d63ef3d

Please sign in to comment.