From ed46b108bd87d0c21cbd5364ff6691ff350e4f75 Mon Sep 17 00:00:00 2001 From: Chris Freeman Date: Wed, 24 Feb 2021 10:36:43 -0700 Subject: [PATCH] release v7.49.0 (#1750) --- CHANGELOG.md | 8 ++++++ docs/authorizations.md | 12 ++++----- docs/certs.md | 24 ++++++++--------- docs/clients.md | 12 ++++----- docs/pipelines.md | 28 ++++++++++---------- docs/reviewapps.md | 4 +-- docs/sessions.md | 4 +-- lerna.json | 2 +- packages/addons-v5/CHANGELOG.md | 8 ++++++ packages/addons-v5/package.json | 2 +- packages/apps-v5/CHANGELOG.md | 8 ++++++ packages/apps-v5/README.md | 2 +- packages/apps-v5/package.json | 2 +- packages/certs-v5/CHANGELOG.md | 8 ++++++ packages/certs-v5/README.md | 24 ++++++++--------- packages/certs-v5/package.json | 2 +- packages/ci-v5/CHANGELOG.md | 8 ++++++ packages/ci-v5/package.json | 4 +-- packages/cli/CHANGELOG.md | 8 ++++++ packages/cli/package.json | 20 +++++++------- packages/oauth-v5/CHANGELOG.md | 8 ++++++ packages/oauth-v5/README.md | 28 ++++++++++---------- packages/oauth-v5/package.json | 2 +- packages/orgs-v5/CHANGELOG.md | 8 ++++++ packages/orgs-v5/package.json | 2 +- packages/pg-v5/CHANGELOG.md | 11 ++++++++ packages/pg-v5/package.json | 2 +- packages/pipelines/CHANGELOG.md | 8 ++++++ packages/pipelines/README.md | 34 ++++++++++++------------ packages/pipelines/package.json | 4 +-- packages/run-v5/CHANGELOG.md | 8 ++++++ packages/run-v5/README.md | 6 ++--- packages/run-v5/package.json | 2 +- packages/spaces/CHANGELOG.md | 8 ++++++ packages/spaces/package.json | 2 +- yarn.lock | 47 +++++++++++++++++++++++++++++++-- 36 files changed, 256 insertions(+), 114 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a46fa19b..3d4ee828e0 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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package heroku + + + + + # [7.48.0](https://github.com/heroku/cli/compare/v7.47.13...v7.48.0) (2021-02-22) **Note:** Version bump only for package heroku diff --git a/docs/authorizations.md b/docs/authorizations.md index 9b813263e8..6e0294a1ee 100644 --- a/docs/authorizations.md +++ b/docs/authorizations.md @@ -22,7 +22,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -43,7 +43,7 @@ DESCRIPTION This creates an authorization with access to your Heroku account. ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:info ID` @@ -57,7 +57,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke ID` @@ -71,7 +71,7 @@ ALIASES $ heroku authorizations:destroy ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate ID` @@ -82,7 +82,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update ID` @@ -98,4 +98,4 @@ OPTIONS --client-secret=client-secret secret of OAuth client to set ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/update.js)_ diff --git a/docs/certs.md b/docs/certs.md index 30a76ea679..aac9671854 100644 --- a/docs/certs.md +++ b/docs/certs.md @@ -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.47.13/packages/certs-v5/commands/certs/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -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.47.13/packages/certs-v5/commands/certs/add.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -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.47.13/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -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.47.13/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -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.47.13/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -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.47.13/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -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.47.13/packages/certs-v5/commands/certs/chain.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -163,7 +163,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/generate.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -181,7 +181,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/info.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -203,7 +203,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.47.13/packages/certs-v5/commands/certs/key.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -220,7 +220,7 @@ OPTIONS --name=name name to remove ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/remove.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -247,4 +247,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.47.13/packages/certs-v5/commands/certs/update.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/update.js)_ diff --git a/docs/clients.md b/docs/clients.md index ff3efdb209..9db0e69566 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -22,7 +22,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -37,7 +37,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy ID` @@ -48,7 +48,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info ID` @@ -63,7 +63,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate ID` @@ -78,7 +78,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update ID` @@ -93,4 +93,4 @@ OPTIONS --url=url change the client redirect URL ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/update.js)_ diff --git a/docs/pipelines.md b/docs/pipelines.md index 48e1cf3716..719040e06f 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -33,7 +33,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/index.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -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.47.13/src/commands/pipelines/add.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -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.47.13/src/commands/pipelines/connect.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -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.47.13/src/commands/pipelines/create.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -126,7 +126,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/destroy.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -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.47.13/src/commands/pipelines/diff.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -164,7 +164,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/info.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -181,7 +181,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/open.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -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.47.13/src/commands/pipelines/promote.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -218,7 +218,7 @@ EXAMPLE $ heroku pipelines:remove -a my-app ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/remove.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -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.47.13/src/commands/pipelines/rename.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -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.47.13/src/commands/pipelines/setup.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -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.47.13/src/commands/pipelines/transfer.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -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.47.13/src/commands/pipelines/update.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/update.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index 3ed4bfc6f9..77b92d1ef4 100644 --- a/docs/reviewapps.md +++ b/docs/reviewapps.md @@ -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.47.13/src/commands/reviewapps/disable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -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.47.13/src/commands/reviewapps/enable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.49.0/src/commands/reviewapps/enable.ts)_ diff --git a/docs/sessions.md b/docs/sessions.md index 9841794953..d8f7c4e937 100644 --- a/docs/sessions.md +++ b/docs/sessions.md @@ -18,7 +18,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy ID` @@ -29,4 +29,4 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/lerna.json b/lerna.json index c21f0724ce..681fa58186 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.48.0", + "version": "7.49.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index b3973660a8..6ce60015bf 100644 --- a/packages/addons-v5/CHANGELOG.md +++ b/packages/addons-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-addons-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-addons-v5 diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json index 6a878b873a..01698b08ce 100644 --- a/packages/addons-v5/package.json +++ b/packages/addons-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-addons-v5", "description": "`heroku addons:*` commands", - "version": "7.47.13", + "version": "7.49.0", "author": "Bo Jeanes @bjeanes", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps-v5/CHANGELOG.md b/packages/apps-v5/CHANGELOG.md index 711195366d..c63563c035 100644 --- a/packages/apps-v5/CHANGELOG.md +++ b/packages/apps-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-apps-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-apps-v5 diff --git a/packages/apps-v5/README.md b/packages/apps-v5/README.md index 3c3a31e81c..6437dba7a8 100644 --- a/packages/apps-v5/README.md +++ b/packages/apps-v5/README.md @@ -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.47.13 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-apps-v5/7.49.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json index 63d32779ef..19ab25a515 100644 --- a/packages/apps-v5/package.json +++ b/packages/apps-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-apps-v5", "description": "Heroku CLI plugin to manage apps.", - "version": "7.47.13", + "version": "7.49.0", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/certs-v5/CHANGELOG.md b/packages/certs-v5/CHANGELOG.md index fb02f0d694..946dfc4b52 100644 --- a/packages/certs-v5/CHANGELOG.md +++ b/packages/certs-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-certs-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-certs-v5 diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md index 9a389f230d..98ebc33018 100644 --- a/packages/certs-v5/README.md +++ b/packages/certs-v5/README.md @@ -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.47.13/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -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.47.13/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -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.47.13/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -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.47.13/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -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.47.13/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -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.47.13/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -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.47.13/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -167,7 +167,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -185,7 +185,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -207,7 +207,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -224,7 +224,7 @@ OPTIONS --name=name name to remove ``` -_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.47.13/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -251,5 +251,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.47.13/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.49.0/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index e51943ea9f..74e93de7d0 100644 --- a/packages/certs-v5/package.json +++ b/packages/certs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-certs-v5", "description": "heroku ssl plugin", - "version": "7.47.13", + "version": "7.49.0", "author": "Ransom Briggs rbriggs@heroku.com", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/ci-v5/CHANGELOG.md b/packages/ci-v5/CHANGELOG.md index 8ae7ea47e6..375d118b31 100644 --- a/packages/ci-v5/CHANGELOG.md +++ b/packages/ci-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-ci-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-ci-v5 diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json index 587b83e052..b2b215bd48 100644 --- a/packages/ci-v5/package.json +++ b/packages/ci-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci-v5", "description": "Heroku CLI plugin for Heroku CI", - "version": "7.47.13", + "version": "7.49.0", "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { @@ -14,7 +14,7 @@ }, "dependencies": { "@heroku-cli/command": "^8.4.1", - "@heroku-cli/plugin-run-v5": "^7.47.13", + "@heroku-cli/plugin-run-v5": "^7.49.0", "ansi-escapes": "3.2.0", "bluebird": "^3.5.3", "co-wait": "0.0.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 70a46fa19b..3d4ee828e0 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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package heroku + + + + + # [7.48.0](https://github.com/heroku/cli/compare/v7.47.13...v7.48.0) (2021-02-22) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index 324d3494cf..1642064a5f 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.48.0", + "version": "7.49.0", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -10,29 +10,29 @@ "dependencies": { "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^8.4.1", - "@heroku-cli/plugin-addons-v5": "^7.47.13", + "@heroku-cli/plugin-addons-v5": "^7.49.0", "@heroku-cli/plugin-apps": "^7.47.13", - "@heroku-cli/plugin-apps-v5": "^7.47.13", + "@heroku-cli/plugin-apps-v5": "^7.49.0", "@heroku-cli/plugin-auth": "^7.47.13", "@heroku-cli/plugin-autocomplete": "^7.47.13", "@heroku-cli/plugin-buildpacks": "^7.47.13", "@heroku-cli/plugin-certs": "^7.47.13", - "@heroku-cli/plugin-certs-v5": "^7.47.13", + "@heroku-cli/plugin-certs-v5": "^7.49.0", "@heroku-cli/plugin-ci": "^7.47.13", - "@heroku-cli/plugin-ci-v5": "^7.47.13", + "@heroku-cli/plugin-ci-v5": "^7.49.0", "@heroku-cli/plugin-config": "^7.47.13", "@heroku-cli/plugin-container-registry-v5": "^7.47.13", "@heroku-cli/plugin-git": "^7.47.13", "@heroku-cli/plugin-local": "^7.47.13", - "@heroku-cli/plugin-oauth-v5": "^7.47.13", - "@heroku-cli/plugin-orgs-v5": "^7.47.13", - "@heroku-cli/plugin-pg-v5": "^7.48.0", - "@heroku-cli/plugin-pipelines": "^7.47.13", + "@heroku-cli/plugin-oauth-v5": "^7.49.0", + "@heroku-cli/plugin-orgs-v5": "^7.49.0", + "@heroku-cli/plugin-pg-v5": "^7.49.0", + "@heroku-cli/plugin-pipelines": "^7.49.0", "@heroku-cli/plugin-ps": "^7.47.13", "@heroku-cli/plugin-ps-exec": "2.3.8", "@heroku-cli/plugin-redis-v5": "^7.47.13", "@heroku-cli/plugin-run": "^7.47.13", - "@heroku-cli/plugin-spaces": "^7.47.13", + "@heroku-cli/plugin-spaces": "^7.49.0", "@heroku-cli/plugin-status": "^7.47.13", "@heroku-cli/plugin-webhooks": "^7.47.13", "@oclif/command": "1.5.18", diff --git a/packages/oauth-v5/CHANGELOG.md b/packages/oauth-v5/CHANGELOG.md index c8e68d40df..3ded965106 100644 --- a/packages/oauth-v5/CHANGELOG.md +++ b/packages/oauth-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 diff --git a/packages/oauth-v5/README.md b/packages/oauth-v5/README.md index 1ec8ca9c38..0dc5810360 100644 --- a/packages/oauth-v5/README.md +++ b/packages/oauth-v5/README.md @@ -149,7 +149,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -170,7 +170,7 @@ DESCRIPTION This creates an authorization with access to your Heroku account. ``` -_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:info ID` @@ -184,7 +184,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke ID` @@ -198,7 +198,7 @@ ALIASES $ heroku authorizations:destroy ``` -_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate ID` @@ -209,7 +209,7 @@ USAGE $ heroku authorizations:rotate ID ``` -_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update ID` @@ -225,7 +225,7 @@ OPTIONS --client-secret=client-secret secret of OAuth client to set ``` -_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/authorizations/update.js)_ ## `heroku clients` @@ -239,7 +239,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -254,7 +254,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy ID` @@ -265,7 +265,7 @@ USAGE $ heroku clients:destroy ID ``` -_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info ID` @@ -280,7 +280,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate ID` @@ -295,7 +295,7 @@ OPTIONS -s, --shell output in shell format ``` -_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update ID` @@ -310,7 +310,7 @@ OPTIONS --url=url change the client redirect URL ``` -_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/clients/update.js)_ ## `heroku sessions` @@ -324,7 +324,7 @@ OPTIONS -j, --json output in json format ``` -_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy ID` @@ -335,5 +335,5 @@ USAGE $ heroku sessions:destroy ID ``` -_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.47.13/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.49.0/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/packages/oauth-v5/package.json b/packages/oauth-v5/package.json index b69d8374bc..2bdbab4182 100644 --- a/packages/oauth-v5/package.json +++ b/packages/oauth-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-oauth-v5", "description": "Heroku CLI plugin to manage OAuth clients.", - "version": "7.47.13", + "version": "7.49.0", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md index 9c6cccedd8..f3d96d60ee 100644 --- a/packages/orgs-v5/CHANGELOG.md +++ b/packages/orgs-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json index f682318f27..3a83ba41c0 100644 --- a/packages/orgs-v5/package.json +++ b/packages/orgs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-orgs-v5", "description": "CLI to manage Heroku Organizations", - "version": "7.47.13", + "version": "7.49.0", "author": "Raul Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index 22f606dba6..6f35fbdf28 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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + + +### Features + +* **pg-v5:** add burst checks, json output to diagnose ([c9c6f97](https://github.com/heroku/cli/commit/c9c6f979680bf79ea5dd1bf3cdfdde41b6da702b)) + + + + + # [7.48.0](https://github.com/heroku/cli/compare/v7.47.13...v7.48.0) (2021-02-22) diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index a1b6e95703..5842f791ff 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.48.0", + "version": "7.49.0", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pipelines/CHANGELOG.md b/packages/pipelines/CHANGELOG.md index 59c2bb676e..be5ccb0136 100644 --- a/packages/pipelines/CHANGELOG.md +++ b/packages/pipelines/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index 42b9f95b19..95340b65f2 100644 --- a/packages/pipelines/README.md +++ b/packages/pipelines/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-pipelines $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-pipelines/7.47.13 darwin-x64 node-v12.18.4 +@heroku-cli/plugin-pipelines/7.49.0 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -62,7 +62,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -88,7 +88,7 @@ EXAMPLE $ heroku pipelines:add my-pipeline -a my-app -s production ``` -_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -108,7 +108,7 @@ EXAMPLE $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -138,7 +138,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -155,7 +155,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -173,7 +173,7 @@ EXAMPLE $ heroku pipelines:diff -a my-app-staging ``` -_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -193,7 +193,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -210,7 +210,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -229,7 +229,7 @@ EXAMPLE $ heroku pipelines:promote -a my-app-staging ``` -_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -247,7 +247,7 @@ EXAMPLE $ heroku pipelines:remove -a my-app ``` -_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -265,7 +265,7 @@ EXAMPLE $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -287,7 +287,7 @@ EXAMPLE $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team ``` -_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -309,7 +309,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -328,7 +328,7 @@ EXAMPLE $ heroku pipelines:update -s staging -a my-app ``` -_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/pipelines/update.ts)_ ## `heroku reviewapps:disable` @@ -350,7 +350,7 @@ EXAMPLE $ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy ``` -_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -372,5 +372,5 @@ EXAMPLE $ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy ``` -_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.47.13/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.49.0/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index d24ab790e7..3705fa4488 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "7.47.13", + "version": "7.49.0", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { @@ -11,12 +11,12 @@ "@oclif/config": "^1", "@oclif/errors": "^1.3.4", "cli-ux": "^5.5.1", - "node-fetch":"^2.6.1", "heroku-cli-util": "^8.0.11", "http-call": "^5.2.4", "inquirer": "^7.0.0", "lodash.keyby": "^4.6.0", "lodash.sortby": "^4.7.0", + "node-fetch": "^2.6.1", "validator": "^10.11.0" }, "devDependencies": { diff --git a/packages/run-v5/CHANGELOG.md b/packages/run-v5/CHANGELOG.md index ad2193b61c..8b19d99185 100644 --- a/packages/run-v5/CHANGELOG.md +++ b/packages/run-v5/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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-run-v5 + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-run-v5 diff --git a/packages/run-v5/README.md b/packages/run-v5/README.md index 776cab8c21..c8e7d065f2 100644 --- a/packages/run-v5/README.md +++ b/packages/run-v5/README.md @@ -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.47.13/packages/run-v5/commands/logs.js)_ +_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.49.0/packages/run-v5/commands/logs.js)_ ## `heroku run` @@ -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.47.13/packages/run-v5/commands/run.js)_ +_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.49.0/packages/run-v5/commands/run.js)_ ## `heroku run:detached` @@ -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.47.13/packages/run-v5/commands/run/detached.js)_ +_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.49.0/packages/run-v5/commands/run/detached.js)_ diff --git a/packages/run-v5/package.json b/packages/run-v5/package.json index 8c3979758e..1902d86d28 100644 --- a/packages/run-v5/package.json +++ b/packages/run-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-run-v5", "description": "Heroku CLI plugin to run one-off dyno processes.", - "version": "7.47.13", + "version": "7.49.0", "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 b3020b58b9..d92abd03a0 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.49.0](https://github.com/heroku/cli/compare/v7.47.13...v7.49.0) (2021-02-24) + +**Note:** Version bump only for package @heroku-cli/plugin-spaces + + + + + ## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18) **Note:** Version bump only for package @heroku-cli/plugin-spaces diff --git a/packages/spaces/package.json b/packages/spaces/package.json index d57cb3960e..1ec5b4abc5 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.47.13", + "version": "7.49.0", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/yarn.lock b/yarn.lock index 3456d01fb8..cf457b0e4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1224,6 +1224,17 @@ strip-ansi "^6.0.0" wrap-ansi "^7.0.0" +"@oclif/errors@^1.3.4": + version "1.3.4" + resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.4.tgz#a96f94536b4e25caa72eff47e8b3ed04f6995f55" + integrity sha512-pJKXyEqwdfRTUdM8n5FIHiQQHg5ETM0Wlso8bF9GodczO40mF5Z3HufnYWJE7z8sGKxOeJCdbAVZbS8Y+d5GCw== + dependencies: + clean-stack "^3.0.0" + fs-extra "^8.1" + indent-string "^4.0.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + "@oclif/linewrap@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" @@ -2860,6 +2871,38 @@ cli-ux@^5.4.5: supports-hyperlinks "^2.1.0" tslib "^2.0.0" +cli-ux@^5.5.1: + version "5.5.1" + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.5.1.tgz#99d28dae0c3ef7845fa2ea56e066a1d5fcceca9e" + integrity sha512-t3DT1U1C3rArLGYLpKa3m9dr/8uKZRI8HRm/rXKL7UTjm4c+Yd9zHNWg1tP8uaJkUbhmvx5SQHwb3VWpPUVdHQ== + dependencies: + "@oclif/command" "^1.6.0" + "@oclif/errors" "^1.2.1" + "@oclif/linewrap" "^1.0.0" + "@oclif/screen" "^1.0.3" + ansi-escapes "^4.3.0" + ansi-styles "^4.2.0" + cardinal "^2.1.1" + chalk "^4.1.0" + clean-stack "^3.0.0" + cli-progress "^3.4.0" + extract-stack "^2.0.0" + fs-extra "^8.1" + hyperlinker "^1.0.0" + indent-string "^4.0.0" + is-wsl "^2.2.0" + js-yaml "^3.13.1" + lodash "^4.17.11" + natural-orderby "^2.0.1" + object-treeify "^1.1.4" + password-prompt "^1.1.2" + semver "^7.3.2" + string-width "^4.2.0" + strip-ansi "^6.0.0" + supports-color "^7.1.0" + supports-hyperlinks "^2.1.0" + tslib "^2.0.0" + cli-width@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" @@ -4655,7 +4698,7 @@ fs-extra@^6.0.1: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^8.1.0: +fs-extra@^8.1, fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== @@ -7090,7 +7133,7 @@ node-fetch-npm@^2.0.2: json-parse-better-errors "^1.0.0" safe-buffer "^5.1.1" -node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0: +node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==