From 27d108e400ab7f37fd9b526e900938999dd6bb3f Mon Sep 17 00:00:00 2001 From: RyanDagg Date: Wed, 31 May 2023 12:29:42 -0600 Subject: [PATCH] v8.1.6 --- CHANGELOG.md | 8 +++++ 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/apps/CHANGELOG.md | 8 +++++ packages/apps/README.md | 16 ++++----- packages/apps/package.json | 2 +- packages/auth/CHANGELOG.md | 8 +++++ packages/auth/README.md | 14 ++++---- packages/auth/package.json | 2 +- packages/autocomplete/CHANGELOG.md | 8 +++++ packages/autocomplete/README.md | 4 +-- packages/autocomplete/package.json | 2 +- packages/buildpacks/CHANGELOG.md | 8 +++++ packages/buildpacks/README.md | 18 +++++------ packages/buildpacks/package.json | 2 +- packages/certs-v5/CHANGELOG.md | 8 +++++ packages/certs-v5/README.md | 24 +++++++------- packages/certs-v5/package.json | 2 +- packages/certs/CHANGELOG.md | 8 +++++ packages/certs/README.md | 2 +- packages/certs/package.json | 2 +- packages/ci-v5/CHANGELOG.md | 8 +++++ packages/ci-v5/package.json | 2 +- packages/ci/CHANGELOG.md | 8 +++++ packages/ci/README.md | 12 +++---- packages/ci/package.json | 2 +- packages/cli/CHANGELOG.md | 8 +++++ packages/cli/package.json | 36 ++++++++++----------- packages/config/CHANGELOG.md | 8 +++++ packages/config/README.md | 10 +++--- packages/config/package.json | 2 +- packages/container-registry-v5/CHANGELOG.md | 8 +++++ packages/container-registry-v5/package.json | 2 +- packages/git/CHANGELOG.md | 8 +++++ packages/git/README.md | 6 ++-- packages/git/package.json | 2 +- packages/pg-v5/CHANGELOG.md | 8 +++++ packages/pg-v5/package.json | 2 +- packages/pipelines/CHANGELOG.md | 8 +++++ packages/pipelines/README.md | 34 +++++++++---------- packages/pipelines/package.json | 2 +- packages/status/CHANGELOG.md | 8 +++++ packages/status/README.md | 4 +-- packages/status/package.json | 2 +- packages/webhooks/CHANGELOG.md | 8 +++++ packages/webhooks/README.md | 20 ++++++------ packages/webhooks/package.json | 2 +- 51 files changed, 271 insertions(+), 119 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec95b8249..2581a28d9d 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package heroku + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package heroku diff --git a/lerna.json b/lerna.json index 0f556df059..1947a51a40 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.1.5", + "version": "8.1.6", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index aff44d2d1e..61bb6423ac 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-addons-v5 + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **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 456799dc6d..37897366cf 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": "8.1.4", + "version": "8.1.6", "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 e96d2d54db..045933e5a5 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-apps-v5 + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **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 dc09ddd17a..3522ad73b1 100644 --- a/packages/apps-v5/README.md +++ b/packages/apps-v5/README.md @@ -13,7 +13,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5 $ heroku COMMAND running command... $ heroku (--version) -@heroku-cli/plugin-apps-v5/8.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-apps-v5/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json index 4221009724..ddf2bfe726 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": "8.1.4", + "version": "8.1.6", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index 4a391cffce..537b806c36 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/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. +## [8.1.6](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-apps + + + + + ## [8.1.4](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-apps diff --git a/packages/apps/README.md b/packages/apps/README.md index f3003bf7e5..7b3467fd29 100644 --- a/packages/apps/README.md +++ b/packages/apps/README.md @@ -18,7 +18,7 @@ $ npm install -g @heroku-cli/plugin-apps $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-apps/8.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-apps/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -72,7 +72,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/v8.1.4/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -97,7 +97,7 @@ EXAMPLES $ heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -119,7 +119,7 @@ EXAMPLES $ heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -141,7 +141,7 @@ EXAMPLES $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -163,7 +163,7 @@ EXAMPLES $ heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -186,7 +186,7 @@ EXAMPLES $ heroku domains:update www.example.com --cert mycert ``` -_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -205,5 +205,5 @@ DESCRIPTION wait for domain to be active for an app ``` -_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.6/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index 35b80899be..1abce9916e 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "8.1.4", + "version": "8.1.6", "author": "Brett @brettgoulder", "bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues", "dependencies": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 61994794c2..e4146dfa21 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-auth + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-auth diff --git a/packages/auth/README.md b/packages/auth/README.md index a996a0049f..fc675c3fb2 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -80,7 +80,7 @@ ALIASES $ heroku twofactor ``` -_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -101,7 +101,7 @@ EXAMPLES $ heroku auth:2fa:disable ``` -_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -123,7 +123,7 @@ ALIASES $ heroku login ``` -_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -140,7 +140,7 @@ ALIASES $ heroku logout ``` -_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -159,7 +159,7 @@ DESCRIPTION authorizations:create ``` -_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -176,7 +176,7 @@ ALIASES $ heroku whoami ``` -_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/auth/whoami.ts)_ ## `heroku labs:disable [FEATURE]` @@ -195,7 +195,7 @@ DESCRIPTION disables an experimental feature ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/auth/src/commands/labs/disable.ts)_ ## `heroku login` diff --git a/packages/auth/package.json b/packages/auth/package.json index a81e87bd62..931f59274e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-auth", "description": "auth core plugin for Heroku CLI", - "version": "8.1.5", + "version": "8.1.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/autocomplete/CHANGELOG.md b/packages/autocomplete/CHANGELOG.md index d31cac1cac..3647befbf3 100644 --- a/packages/autocomplete/CHANGELOG.md +++ b/packages/autocomplete/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-autocomplete + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-autocomplete diff --git a/packages/autocomplete/README.md b/packages/autocomplete/README.md index 01cb0f102d..13051f3c72 100644 --- a/packages/autocomplete/README.md +++ b/packages/autocomplete/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-autocomplete $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-autocomplete/8.1.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-autocomplete/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -58,5 +58,5 @@ EXAMPLES $ heroku autocomplete --refresh-cache ``` -_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/autocomplete/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/autocomplete/src/commands/autocomplete/index.ts)_ diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 9d9061342a..f14f1f7cb8 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "8.1.5", + "version": "8.1.6", "author": "Philipe Navarro @RasPhilCo", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/buildpacks/CHANGELOG.md b/packages/buildpacks/CHANGELOG.md index b008217a9b..e0a1956781 100644 --- a/packages/buildpacks/CHANGELOG.md +++ b/packages/buildpacks/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-buildpacks + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-buildpacks diff --git a/packages/buildpacks/README.md b/packages/buildpacks/README.md index 17bc95c77a..7abc5cbb3d 100644 --- a/packages/buildpacks/README.md +++ b/packages/buildpacks/README.md @@ -23,7 +23,7 @@ $ npm install -g @heroku-cli/plugin-buildpacks $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-buildpacks/8.1.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-buildpacks/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -57,7 +57,7 @@ DESCRIPTION display the buildpacks for an app ``` -_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -79,7 +79,7 @@ DESCRIPTION add new app buildpack, inserting into list of buildpacks if necessary ``` -_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -97,7 +97,7 @@ DESCRIPTION clear all buildpacks set on the app ``` -_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -114,7 +114,7 @@ DESCRIPTION fetch info about a buildpack ``` -_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -136,7 +136,7 @@ DESCRIPTION remove a buildpack set on the app ``` -_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -158,7 +158,7 @@ DESCRIPTION search for buildpacks ``` -_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -175,7 +175,7 @@ FLAGS -r, --remote= git remote of app to use ``` -_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -192,5 +192,5 @@ DESCRIPTION list versions of a buildpack ``` -_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index 141a6cc802..962b58ef5a 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "8.1.5", + "version": "8.1.6", "author": "Terence Lee @hone", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/certs-v5/CHANGELOG.md b/packages/certs-v5/CHANGELOG.md index 07839189f8..0a7a94260f 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-certs-v5 + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **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 5022fd476c..a16c6ad67a 100644 --- a/packages/certs-v5/README.md +++ b/packages/certs-v5/README.md @@ -31,7 +31,7 @@ DESCRIPTION list SSL certificates for an app ``` -_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add [CRT] [KEY]` @@ -53,7 +53,7 @@ EXAMPLES https://help.salesforce.com/s/articleView?id=000333504&type=1 ``` -_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -70,7 +70,7 @@ DESCRIPTION show ACM status for an app ``` -_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -84,7 +84,7 @@ DESCRIPTION disable ACM for an app ``` -_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -101,7 +101,7 @@ DESCRIPTION enable ACM status for an app ``` -_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -115,7 +115,7 @@ DESCRIPTION refresh ACM for an app ``` -_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -129,7 +129,7 @@ DESCRIPTION print an ordered & complete chain for a certificate ``` -_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate [DOMAIN]` @@ -156,7 +156,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -175,7 +175,7 @@ DESCRIPTION show certificate information for an SSL certificate ``` -_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -192,7 +192,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -210,7 +210,7 @@ DESCRIPTION remove an SSL certificate from an app ``` -_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update [CRT] [KEY]` @@ -234,5 +234,5 @@ EXAMPLES https://help.salesforce.com/s/articleView?id=000333504&type=1 ``` -_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.1.4/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.1.6/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index 907d45506a..7623b0de65 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": "8.1.4", + "version": "8.1.6", "author": "Ransom Briggs rbriggs@heroku.com", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/certs/CHANGELOG.md b/packages/certs/CHANGELOG.md index b81d166837..1ed3f2e986 100644 --- a/packages/certs/CHANGELOG.md +++ b/packages/certs/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-certs + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-certs diff --git a/packages/certs/README.md b/packages/certs/README.md index d3dbdd1c42..2cb2fd478d 100644 --- a/packages/certs/README.md +++ b/packages/certs/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-certs $ oclif-example COMMAND running command... $ oclif-example (--version|-v) -@heroku-cli/plugin-certs/8.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-certs/8.1.6 darwin-x64 node-v16.19.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND diff --git a/packages/certs/package.json b/packages/certs/package.json index 5f77650e6b..7100cffd73 100644 --- a/packages/certs/package.json +++ b/packages/certs/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-certs", - "version": "8.1.4", + "version": "8.1.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ci-v5/CHANGELOG.md b/packages/ci-v5/CHANGELOG.md index 58cfcf60bc..a7b05665de 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-ci-v5 + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **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 484805e404..e67f981b93 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": "8.1.4", + "version": "8.1.6", "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/ci/CHANGELOG.md b/packages/ci/CHANGELOG.md index 3f24a10fbe..18a605fc4a 100644 --- a/packages/ci/CHANGELOG.md +++ b/packages/ci/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-ci + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-ci diff --git a/packages/ci/README.md b/packages/ci/README.md index c1f9228968..bb13cbbbf2 100644 --- a/packages/ci/README.md +++ b/packages/ci/README.md @@ -23,7 +23,7 @@ $ npm install -g @heroku-cli/plugin-ci $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-ci/8.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-ci/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -59,7 +59,7 @@ EXAMPLES $ heroku ci --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/ci/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/ci/src/commands/ci/index.ts)_ ## `heroku ci:info TEST-RUN` @@ -81,7 +81,7 @@ EXAMPLES $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/ci/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/ci/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -103,7 +103,7 @@ EXAMPLES $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/ci/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/ci/src/commands/ci/last.ts)_ ## `heroku ci:rerun [NUMBER]` @@ -124,7 +124,7 @@ EXAMPLES $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/ci/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -145,7 +145,7 @@ EXAMPLES $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/ci/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/ci/src/commands/ci/run.ts)_ * [`heroku ci:info`](#heroku-ci-info) * [`heroku ci:last`](#heroku-ci-last) diff --git a/packages/ci/package.json b/packages/ci/package.json index 261b7a6324..b7246c661a 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci", "description": "Heroku CLI plugin for Heroku CI", - "version": "8.1.4", + "version": "8.1.6", "author": "Raúl Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9ec95b8249..2581a28d9d 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package heroku + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index ec36ff2b5b..3a7c7b46d7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,38 +1,38 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "8.1.5", + "version": "8.1.6", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^9.0.2", - "@heroku-cli/plugin-addons-v5": "^8.1.4", - "@heroku-cli/plugin-apps": "^8.1.4", - "@heroku-cli/plugin-apps-v5": "^8.1.4", - "@heroku-cli/plugin-auth": "^8.1.5", - "@heroku-cli/plugin-autocomplete": "^8.1.5", - "@heroku-cli/plugin-buildpacks": "^8.1.5", - "@heroku-cli/plugin-certs": "^8.1.4", - "@heroku-cli/plugin-certs-v5": "^8.1.4", - "@heroku-cli/plugin-ci": "^8.1.4", - "@heroku-cli/plugin-ci-v5": "^8.1.4", - "@heroku-cli/plugin-config": "^8.1.4", - "@heroku-cli/plugin-container-registry-v5": "^8.1.4", - "@heroku-cli/plugin-git": "^8.1.4", + "@heroku-cli/plugin-addons-v5": "^8.1.6", + "@heroku-cli/plugin-apps": "^8.1.6", + "@heroku-cli/plugin-apps-v5": "^8.1.6", + "@heroku-cli/plugin-auth": "^8.1.6", + "@heroku-cli/plugin-autocomplete": "^8.1.6", + "@heroku-cli/plugin-buildpacks": "^8.1.6", + "@heroku-cli/plugin-certs": "^8.1.6", + "@heroku-cli/plugin-certs-v5": "^8.1.6", + "@heroku-cli/plugin-ci": "^8.1.6", + "@heroku-cli/plugin-ci-v5": "^8.1.6", + "@heroku-cli/plugin-config": "^8.1.6", + "@heroku-cli/plugin-container-registry-v5": "^8.1.6", + "@heroku-cli/plugin-git": "^8.1.6", "@heroku-cli/plugin-local": "^8.1.4", "@heroku-cli/plugin-oauth-v5": "^8.1.4", "@heroku-cli/plugin-orgs-v5": "^8.1.4", - "@heroku-cli/plugin-pg-v5": "^8.1.5", - "@heroku-cli/plugin-pipelines": "^8.1.5", + "@heroku-cli/plugin-pg-v5": "^8.1.6", + "@heroku-cli/plugin-pipelines": "^8.1.6", "@heroku-cli/plugin-ps": "^8.1.4", "@heroku-cli/plugin-ps-exec": "^2.4.0", "@heroku-cli/plugin-redis-v5": "^8.1.4", "@heroku-cli/plugin-run": "^8.1.4", "@heroku-cli/plugin-spaces": "^8.1.4", - "@heroku-cli/plugin-status": "^8.1.5", - "@heroku-cli/plugin-webhooks": "^8.1.5", + "@heroku-cli/plugin-status": "^8.1.6", + "@heroku-cli/plugin-webhooks": "^8.1.6", "@oclif/core": "^1.26.2", "@oclif/plugin-commands": "2.2.2", "@oclif/plugin-help": "^5", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index e1477f1675..66e0923069 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-config + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-config diff --git a/packages/config/README.md b/packages/config/README.md index 60a4565f7c..bc9533a22a 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-config $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-config/8.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-config/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -53,7 +53,7 @@ DESCRIPTION display the config vars for an app ``` -_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/config/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -89,7 +89,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/config/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -112,7 +112,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/config/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/config/src/commands/config/get.ts)_ ## `heroku config:remove` @@ -166,5 +166,5 @@ EXAMPLES Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10 ``` -_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/config/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/config/src/commands/config/unset.ts)_ diff --git a/packages/config/package.json b/packages/config/package.json index 1001a1bd5c..34ec700361 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "8.1.4", + "version": "8.1.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/container-registry-v5/CHANGELOG.md b/packages/container-registry-v5/CHANGELOG.md index c3931d5810..233ed9203d 100644 --- a/packages/container-registry-v5/CHANGELOG.md +++ b/packages/container-registry-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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 diff --git a/packages/container-registry-v5/package.json b/packages/container-registry-v5/package.json index b9b0a2081e..e9b53220ae 100644 --- a/packages/container-registry-v5/package.json +++ b/packages/container-registry-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-container-registry-v5", "description": "Use containers to build and deploy Heroku apps", - "version": "8.1.4", + "version": "8.1.6", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index 9ad4ae08be..8d5cc54116 100644 --- a/packages/git/CHANGELOG.md +++ b/packages/git/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-git + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-git diff --git a/packages/git/README.md b/packages/git/README.md index 8d82870cfd..98a75016ba 100644 --- a/packages/git/README.md +++ b/packages/git/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-git $ oclif-example COMMAND running command... $ oclif-example (--version|-v) -@heroku-cli/plugin-git/8.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-git/8.1.6 darwin-x64 node-v16.19.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -57,7 +57,7 @@ EXAMPLES ... ``` -_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/git/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/git/src/commands/git/clone.ts)_ ## `oclif-example git:remote` @@ -83,5 +83,5 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/git/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.1.6/packages/git/src/commands/git/remote.ts)_ diff --git a/packages/git/package.json b/packages/git/package.json index ad4e4773a3..c21f7b7117 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-git", "description": "Heroku CLI plugin to manage local git repos.", - "version": "8.1.4", + "version": "8.1.6", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index 7f1666ea99..9a4d206d05 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-pg-v5 + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-pg-v5 diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index ddf08c89c9..34ea1b2b8f 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": "8.1.5", + "version": "8.1.6", "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 74310e7b4f..6292637b04 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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index 90f009e5a7..0e26cb8e25 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 (--version|-v) -@heroku-cli/plugin-pipelines/8.1.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-pipelines/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -65,7 +65,7 @@ EXAMPLES $ heroku pipelines ``` -_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -92,7 +92,7 @@ EXAMPLES $ heroku pipelines:add my-pipeline -a my-app -s production ``` -_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -115,7 +115,7 @@ EXAMPLES $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -147,7 +147,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -167,7 +167,7 @@ EXAMPLES $ heroku pipelines:destroy my-pipeline ``` -_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -188,7 +188,7 @@ EXAMPLES $ heroku pipelines:diff -a my-app-staging ``` -_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -211,7 +211,7 @@ EXAMPLES $ heroku pipelines:info my-pipeline ``` -_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -231,7 +231,7 @@ EXAMPLES $ heroku pipelines:open my-pipeline ``` -_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -253,7 +253,7 @@ EXAMPLES $ heroku pipelines:promote -a my-app-staging ``` -_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -274,7 +274,7 @@ EXAMPLES $ heroku pipelines:remove -a my-app ``` -_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -295,7 +295,7 @@ EXAMPLES $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -321,7 +321,7 @@ EXAMPLES $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team ``` -_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -347,7 +347,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -369,7 +369,7 @@ EXAMPLES $ heroku pipelines:update -s staging -a my-app ``` -_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/pipelines/update.ts)_ ## `heroku reviewapps:disable` @@ -395,7 +395,7 @@ EXAMPLES $ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy ``` -_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -420,5 +420,5 @@ EXAMPLES $ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy ``` -_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index cbd1dce361..307c2a6483 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "8.1.5", + "version": "8.1.6", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index b3ad148797..1ac7bbde7d 100644 --- a/packages/status/CHANGELOG.md +++ b/packages/status/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-status + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-status diff --git a/packages/status/README.md b/packages/status/README.md index 09f0dd4f86..03b67bb2b6 100644 --- a/packages/status/README.md +++ b/packages/status/README.md @@ -59,7 +59,7 @@ $ npm install -g @heroku-cli/plugin-status $ @heroku-cli/plugin-status COMMAND running command... $ @heroku-cli/plugin-status (--version|-v) -@heroku-cli/plugin-status/8.1.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-status/8.1.6 darwin-x64 node-v16.19.0 $ @heroku-cli/plugin-status --help [COMMAND] USAGE $ @heroku-cli/plugin-status COMMAND @@ -84,5 +84,5 @@ DESCRIPTION display current status of the Heroku platform ``` -_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/status.ts)_ diff --git a/packages/status/package.json b/packages/status/package.json index e7bef6e227..8c22d9934b 100644 --- a/packages/status/package.json +++ b/packages/status/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-status", "description": "CLI Plugin for Heroku Status", - "version": "8.1.5", + "version": "8.1.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/webhooks/CHANGELOG.md b/packages/webhooks/CHANGELOG.md index d48c5bc2ed..3430927959 100644 --- a/packages/webhooks/CHANGELOG.md +++ b/packages/webhooks/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. +## [8.1.6](https://github.com/heroku/cli/compare/v8.1.4...v8.1.6) (2023-05-31) + +**Note:** Version bump only for package @heroku-cli/plugin-webhooks + + + + + ## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) **Note:** Version bump only for package @heroku-cli/plugin-webhooks diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index 6909905a43..c6770fe349 100644 --- a/packages/webhooks/README.md +++ b/packages/webhooks/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-webhooks $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-webhooks/8.1.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-webhooks/8.1.6 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -59,7 +59,7 @@ EXAMPLES $ heroku webhooks ``` -_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -85,7 +85,7 @@ EXAMPLES $ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -107,7 +107,7 @@ EXAMPLES $ heroku webhooks:deliveries ``` -_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -128,7 +128,7 @@ EXAMPLES $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -149,7 +149,7 @@ EXAMPLES $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -170,7 +170,7 @@ EXAMPLES $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -191,7 +191,7 @@ EXAMPLES $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -215,7 +215,7 @@ EXAMPLES $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -241,5 +241,5 @@ EXAMPLES $ heroku webhooks:update 99999999-9999-9999-9999-999999999999 -i dyno -l notify -s 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v8.1.6/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index adaad9c7b4..72cc7f2368 100644 --- a/packages/webhooks/package.json +++ b/packages/webhooks/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-webhooks", "description": "Heroku CLI plugin to manage webhooks", - "version": "8.1.5", + "version": "8.1.6", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {