From cc09cfb19d4f7b2a089ecc5efa4f82148606f3b6 Mon Sep 17 00:00:00 2001 From: Milad Imen Date: Tue, 10 Nov 2020 11:46:19 -0800 Subject: [PATCH] v7.48.0 (#1673) --- CHANGELOG.md | 8 ++++++++ docs/pipelines.md | 28 +++++++++++++-------------- docs/reviewapps.md | 4 ++-- lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/pipelines/CHANGELOG.md | 8 ++++++++ packages/pipelines/README.md | 34 ++++++++++++++++----------------- packages/pipelines/package.json | 2 +- 9 files changed, 61 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a097688cbe..ae2a63842b 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.1](https://github.com/heroku/cli/compare/v7.47.0...v7.47.1) (2020-11-10) + +**Note:** Version bump only for package heroku + + + + + # [7.47.0](https://github.com/heroku/cli/compare/v7.46.2...v7.47.0) (2020-10-29) **Note:** Version bump only for package heroku diff --git a/docs/pipelines.md b/docs/pipelines.md index c8eee05c19..fea348ada1 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.43.0/src/commands/pipelines/index.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/add.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/connect.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/create.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/destroy.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/diff.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/info.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/open.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/promote.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/remove.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/rename.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/setup.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/transfer.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/update.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/update.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index 2d487939b1..287159737e 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.43.0/src/commands/reviewapps/disable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/reviewapps/enable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/src/commands/reviewapps/enable.ts)_ diff --git a/lerna.json b/lerna.json index 2882b4bab4..839495cc73 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.47.0", + "version": "7.47.1", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a097688cbe..ae2a63842b 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.1](https://github.com/heroku/cli/compare/v7.47.0...v7.47.1) (2020-11-10) + +**Note:** Version bump only for package heroku + + + + + # [7.47.0](https://github.com/heroku/cli/compare/v7.46.2...v7.47.0) (2020-10-29) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index 32bd6493c1..e2c335010d 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.0", + "version": "7.47.1", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -27,7 +27,7 @@ "@heroku-cli/plugin-oauth-v5": "^7.42.12", "@heroku-cli/plugin-orgs-v5": "^7.43.0", "@heroku-cli/plugin-pg-v5": "^7.43.3", - "@heroku-cli/plugin-pipelines": "^7.43.0", + "@heroku-cli/plugin-pipelines": "^7.47.1", "@heroku-cli/plugin-ps": "^7.43.0", "@heroku-cli/plugin-ps-exec": "2.3.8", "@heroku-cli/plugin-redis-v5": "^7.45.0", diff --git a/packages/pipelines/CHANGELOG.md b/packages/pipelines/CHANGELOG.md index 91c8b57647..387974ae21 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.47.1](https://github.com/heroku/cli/compare/v7.47.0...v7.47.1) (2020-11-10) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + # [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-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index ff2c5f3f81..8523754112 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.43.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-pipelines/7.47.1 darwin-x64 node-v12.15.0 $ 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.43.0/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index 9827d0ffd0..427f9cb8d9 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "7.43.0", + "version": "7.47.1", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {