From 20a1b78496caf2e95346f6896079ea70e89636af Mon Sep 17 00:00:00 2001 From: Micah Cooper <698595+mrmicahcooper@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:58:47 -0500 Subject: [PATCH] v7.47.6 (#1702) --- CHANGELOG.md | 8 ++++++++ docs/pg.md | 9 ++++----- lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 6 +++--- packages/pg-v5/CHANGELOG.md | 11 +++++++++++ packages/pg-v5/package.json | 2 +- packages/spaces/CHANGELOG.md | 8 ++++++++ packages/spaces/package.json | 2 +- 9 files changed, 45 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a081c70df2..1d3c938acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16) + +**Note:** Version bump only for package heroku + + + + + ## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) **Note:** Version bump only for package heroku diff --git a/docs/pg.md b/docs/pg.md index 438738f149..92e524cb40 100644 --- a/docs/pg.md +++ b/docs/pg.md @@ -256,15 +256,14 @@ USAGE $ heroku pg:connection-pooling:attach [DATABASE] OPTIONS - -a, --app=app (required) app to run command against - -n, --credential=credential name of the credential within the database - -r, --remote=remote git remote of app to use - --as=as name for add-on attachment + -a, --app=app (required) app to run command against + -r, --remote=remote git remote of app to use + --as=as name for add-on attachment DESCRIPTION Example: - heroku pg:connection-pooling:attach postgresql-something-12345 --credential cred-name + heroku pg:connection-pooling:attach postgresql-something-12345 ``` ## `heroku pg:copy SOURCE TARGET` diff --git a/lerna.json b/lerna.json index c6cbc2abb9..be5fc48a6b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.47.5", + "version": "7.47.6", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a081c70df2..1d3c938acd 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16) + +**Note:** Version bump only for package heroku + + + + + ## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index d56b2c479d..9b230e53b1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "7.47.5", + "version": "7.47.6", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -26,13 +26,13 @@ "@heroku-cli/plugin-local": "^7.43.0", "@heroku-cli/plugin-oauth-v5": "^7.42.12", "@heroku-cli/plugin-orgs-v5": "^7.43.0", - "@heroku-cli/plugin-pg-v5": "^7.47.5", + "@heroku-cli/plugin-pg-v5": "^7.47.6", "@heroku-cli/plugin-pipelines": "^7.47.2", "@heroku-cli/plugin-ps": "^7.43.0", "@heroku-cli/plugin-ps-exec": "2.3.8", "@heroku-cli/plugin-redis-v5": "^7.45.0", "@heroku-cli/plugin-run": "^7.43.0", - "@heroku-cli/plugin-spaces": "^7.43.0", + "@heroku-cli/plugin-spaces": "^7.47.6", "@heroku-cli/plugin-status": "^7.43.0", "@heroku-cli/plugin-webhooks": "^7.43.0", "@oclif/command": "1.5.18", diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index 5a60d562bb..810d670689 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/CHANGELOG.md @@ -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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16) + + +### Bug Fixes + +* **pg-v5:** return child process stdout ([#1701](https://github.com/heroku/cli/issues/1701)) ([7f86c49](https://github.com/heroku/cli/commit/7f86c49df77dfed6bfe4297b59a6f939385dc151)), closes [#1691](https://github.com/heroku/cli/issues/1691) [#1691](https://github.com/heroku/cli/issues/1691) [/github.com/heroku/cli/blob/729acd6382b424649c51bff7f4afb02df99d46ac/packages/pg-v5/commands/ps.js#L27](https://github.com//github.com/heroku/cli/blob/729acd6382b424649c51bff7f4afb02df99d46ac/packages/pg-v5/commands/ps.js/issues/L27) + + + + + ## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index 0c9cb41a9f..aa5a806649 100644 --- a/packages/pg-v5/package.json +++ b/packages/pg-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-pg-v5", "description": "Heroku CLI plugin to manage Postgres.", - "version": "7.47.5", + "version": "7.47.6", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/spaces/CHANGELOG.md b/packages/spaces/CHANGELOG.md index 0588c02721..948e3bc093 100644 --- a/packages/spaces/CHANGELOG.md +++ b/packages/spaces/CHANGELOG.md @@ -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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16) + +**Note:** Version bump only for package @heroku-cli/plugin-spaces + + + + + # [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-cli/plugin-spaces diff --git a/packages/spaces/package.json b/packages/spaces/package.json index 2d8a53f12c..98bbde0921 100644 --- a/packages/spaces/package.json +++ b/packages/spaces/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-spaces", "description": "Heroku plugin to manage Heroku Private Spaces", - "version": "7.43.0", + "version": "7.47.6", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": {