From fea176d725fbf0caad74a8824114c78cee40d451 Mon Sep 17 00:00:00 2001 From: Katy Bowman Date: Mon, 24 Apr 2023 15:06:51 -0400 Subject: [PATCH] v8.0.6 (#2320) --- CHANGELOG.md | 8 +++++++ lerna.json | 2 +- packages/addons-v5/CHANGELOG.md | 8 +++++++ packages/addons-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/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/git/CHANGELOG.md | 8 +++++++ packages/git/README.md | 6 ++--- packages/git/package.json | 2 +- packages/local/CHANGELOG.md | 8 +++++++ packages/local/README.md | 8 +++---- packages/local/package.json | 2 +- packages/oauth/CHANGELOG.md | 8 +++++++ packages/oauth/README.md | 30 ++++++++++++------------- packages/oauth/package.json | 2 +- packages/orgs-v5/CHANGELOG.md | 8 +++++++ packages/orgs-v5/package.json | 2 +- packages/pipelines/CHANGELOG.md | 8 +++++++ packages/pipelines/README.md | 34 ++++++++++++++-------------- packages/pipelines/package.json | 2 +- packages/ps/CHANGELOG.md | 8 +++++++ packages/ps/README.md | 8 +++---- packages/ps/package.json | 2 +- packages/run/CHANGELOG.md | 8 +++++++ packages/run/README.md | 8 +++---- packages/run/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 +- 56 files changed, 306 insertions(+), 146 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82f2a079f..b6115852f0 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package heroku + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/lerna.json b/lerna.json index eea66da847..f9da5e644a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.5", + "version": "8.0.6", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index a3bc234feb..f3c53c9d76 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-addons-v5 + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json index 0fa773883c..e1239a58d0 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.0.5", + "version": "8.0.6", "author": "Bo Jeanes @bjeanes", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index 612e871987..c051c7fa39 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.0.6](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-apps + + + + + ## [8.0.5](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/apps/README.md b/packages/apps/README.md index 6cd51f98ef..5fee0e3d8a 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-apps/8.0.6 darwin-arm64 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.0.5/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.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.0.5/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.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.0.5/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.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.0.5/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.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.0.5/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.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.0.5/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.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.0.5/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.6/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index d9f614ca2d..67b781c988 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "8.0.5", + "version": "8.0.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 f76d233539..872daf5831 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-auth + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/auth/README.md b/packages/auth/README.md index 2d339c5932..46a724c8de 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.0.5/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/labs/disable.ts)_ ## `heroku login` diff --git a/packages/auth/package.json b/packages/auth/package.json index 110d4f853a..8395f57c74 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.0.5", + "version": "8.0.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 8035e09a17..2d2069e2d4 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-autocomplete + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/autocomplete/README.md b/packages/autocomplete/README.md index 8079eec45e..12091f90e3 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-autocomplete/8.0.6 darwin-arm64 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.0.5/packages/autocomplete/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/autocomplete/src/commands/autocomplete/index.ts)_ diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 2bf95b1933..7c750e032f 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "8.0.5", + "version": "8.0.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 6729891981..e7dadcaa6b 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-buildpacks + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/buildpacks/README.md b/packages/buildpacks/README.md index 387271571e..5206ef4b21 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-buildpacks/8.0.6 darwin-arm64 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.0.5/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index 9fdf957b18..1fcc905d3a 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "8.0.5", + "version": "8.0.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 ca21c5c41f..bbcec19d56 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-certs-v5 + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md index fa8c526849..a69ee45a6e 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.0.5/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.0.6/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index b4d166856b..ac30b47373 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.0.5", + "version": "8.0.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 a81c4677fc..c59b8b4677 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-certs + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/certs/README.md b/packages/certs/README.md index c363dab295..7e9343c331 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-certs/8.0.6 darwin-arm64 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 825a9ae28a..ed442b0dd1 100644 --- a/packages/certs/package.json +++ b/packages/certs/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-certs", - "version": "8.0.5", + "version": "8.0.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ci/CHANGELOG.md b/packages/ci/CHANGELOG.md index 2aa12e5b3f..446328819c 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-ci + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/ci/README.md b/packages/ci/README.md index 667a17f1ab..646df857ad 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-ci/8.0.6 darwin-arm64 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.0.5/packages/ci/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/ci/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/ci/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/ci/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.0.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 a58d937cd2..9b300b60d3 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.0.5", + "version": "8.0.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 b82f2a079f..b6115852f0 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package heroku + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/cli/package.json b/packages/cli/package.json index 476a458c16..9ff79f3494 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.0.5", + "version": "8.0.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.0.5", - "@heroku-cli/plugin-apps": "^8.0.5", + "@heroku-cli/plugin-addons-v5": "^8.0.6", + "@heroku-cli/plugin-apps": "^8.0.6", "@heroku-cli/plugin-apps-v5": "^8.0.5", - "@heroku-cli/plugin-auth": "^8.0.5", - "@heroku-cli/plugin-autocomplete": "^8.0.5", - "@heroku-cli/plugin-buildpacks": "^8.0.5", - "@heroku-cli/plugin-certs": "^8.0.5", - "@heroku-cli/plugin-certs-v5": "^8.0.5", - "@heroku-cli/plugin-ci": "^8.0.5", + "@heroku-cli/plugin-auth": "^8.0.6", + "@heroku-cli/plugin-autocomplete": "^8.0.6", + "@heroku-cli/plugin-buildpacks": "^8.0.6", + "@heroku-cli/plugin-certs": "^8.0.6", + "@heroku-cli/plugin-certs-v5": "^8.0.6", + "@heroku-cli/plugin-ci": "^8.0.6", "@heroku-cli/plugin-ci-v5": "^8.0.5", - "@heroku-cli/plugin-config": "^8.0.5", + "@heroku-cli/plugin-config": "^8.0.6", "@heroku-cli/plugin-container-registry-v5": "^8.0.5", - "@heroku-cli/plugin-git": "^8.0.5", - "@heroku-cli/plugin-local": "^8.0.5", + "@heroku-cli/plugin-git": "^8.0.6", + "@heroku-cli/plugin-local": "^8.0.6", "@heroku-cli/plugin-oauth-v5": "^8.0.5", - "@heroku-cli/plugin-orgs-v5": "^8.0.5", + "@heroku-cli/plugin-orgs-v5": "^8.0.6", "@heroku-cli/plugin-pg-v5": "^8.0.5", - "@heroku-cli/plugin-pipelines": "^8.0.5", - "@heroku-cli/plugin-ps": "^8.0.5", + "@heroku-cli/plugin-pipelines": "^8.0.6", + "@heroku-cli/plugin-ps": "^8.0.6", "@heroku-cli/plugin-ps-exec": "^2.4.0", "@heroku-cli/plugin-redis-v5": "^8.0.5", - "@heroku-cli/plugin-run": "^8.0.5", + "@heroku-cli/plugin-run": "^8.0.6", "@heroku-cli/plugin-spaces": "^8.0.5", - "@heroku-cli/plugin-status": "^8.0.5", - "@heroku-cli/plugin-webhooks": "^8.0.5", + "@heroku-cli/plugin-status": "^8.0.6", + "@heroku-cli/plugin-webhooks": "^8.0.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 88e882165f..5c90c0971d 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-config + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/config/README.md b/packages/config/README.md index ff86361c95..b3ff378078 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-config/8.0.6 darwin-arm64 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.0.5/packages/config/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/config/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/config/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/config/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/config/src/commands/config/unset.ts)_ diff --git a/packages/config/package.json b/packages/config/package.json index 8f3e575595..2929323f49 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "8.0.5", + "version": "8.0.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index cd587abc8f..a62ccd749b 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-git + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/git/README.md b/packages/git/README.md index 8467c40a15..8da1ffb12c 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-git/8.0.6 darwin-arm64 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.0.5/packages/git/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/packages/git/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/git/src/commands/git/remote.ts)_ diff --git a/packages/git/package.json b/packages/git/package.json index a2ca0cc10a..c3856bd928 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.0.5", + "version": "8.0.6", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/local/CHANGELOG.md b/packages/local/CHANGELOG.md index 748c49cc50..aa71b926c9 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-local + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/local/README.md b/packages/local/README.md index ac0cf96e0a..23f4b11c94 100644 --- a/packages/local/README.md +++ b/packages/local/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-local $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-local/8.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-local/8.0.6 darwin-arm64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -62,7 +62,7 @@ EXAMPLES $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/local/index.ts)_ ## `heroku local:run` @@ -83,7 +83,7 @@ EXAMPLES $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/local/run.ts)_ ## `heroku local:start [PROCESSNAME]` @@ -124,5 +124,5 @@ DESCRIPTION display node-foreman version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/local/version.ts)_ diff --git a/packages/local/package.json b/packages/local/package.json index 7771ac6085..ab1d609654 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-local", "description": "run heroku apps locally", - "version": "8.0.5", + "version": "8.0.6", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 5803efbe88..903a3bfd23 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/oauth/README.md b/packages/oauth/README.md index 5a598ca574..6e9b8794fb 100644 --- a/packages/oauth/README.md +++ b/packages/oauth/README.md @@ -19,7 +19,7 @@ $ npm install -g @heroku-cli/plugin-oauth $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-oauth/8.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-oauth/8.0.6 darwin-arm64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -61,7 +61,7 @@ EXAMPLES $ heroku authorizations ``` -_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/index.ts)_ +_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/authorizations/index.ts)_ ## `heroku authorizations:create` @@ -85,7 +85,7 @@ EXAMPLES $ heroku authorizations:create --description "For use with Anvil" ``` -_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/create.ts)_ +_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/authorizations/create.ts)_ ## `heroku authorizations:info ID` @@ -102,7 +102,7 @@ DESCRIPTION show an existing OAuth authorization ``` -_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/info.ts)_ +_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/authorizations/info.ts)_ ## `heroku authorizations:revoke ID` @@ -119,7 +119,7 @@ EXAMPLES $ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb ``` -_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/revoke.ts)_ +_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/authorizations/revoke.ts)_ ## `heroku authorizations:rotate ID` @@ -133,7 +133,7 @@ DESCRIPTION updates an OAuth authorization token ``` -_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/rotate.ts)_ +_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/authorizations/rotate.ts)_ ## `heroku authorizations:update ID` @@ -152,7 +152,7 @@ DESCRIPTION updates an OAuth authorization ``` -_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/update.ts)_ +_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/authorizations/update.ts)_ ## `heroku clients` @@ -169,7 +169,7 @@ DESCRIPTION list your OAuth clients ``` -_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/index.ts)_ +_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/clients/index.ts)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -190,7 +190,7 @@ EXAMPLES $ heroku clients:create "Amazing" https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/create.ts)_ +_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/clients/create.ts)_ ## `heroku clients:destroy ID` @@ -204,7 +204,7 @@ DESCRIPTION delete client by ID ``` -_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/destroy.ts)_ +_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/clients/destroy.ts)_ ## `heroku clients:info ID` @@ -225,7 +225,7 @@ EXAMPLES $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 ``` -_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/info.ts)_ +_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/clients/info.ts)_ ## `heroku clients:rotate ID` @@ -243,7 +243,7 @@ DESCRIPTION rotate OAuth client secret ``` -_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/rotate.ts)_ +_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/clients/rotate.ts)_ ## `heroku clients:update ID` @@ -264,7 +264,7 @@ EXAMPLES $ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/update.ts)_ +_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/clients/update.ts)_ ## `heroku sessions` @@ -281,7 +281,7 @@ DESCRIPTION list your OAuth sessions ``` -_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/sessions/index.ts)_ +_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/sessions/index.ts)_ ## `heroku sessions:destroy ID` @@ -295,5 +295,5 @@ DESCRIPTION delete (logout) OAuth session by ID ``` -_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/sessions/destroy.ts)_ +_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/sessions/destroy.ts)_ diff --git a/packages/oauth/package.json b/packages/oauth/package.json index f6d4f125b5..ef231a9eb6 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-oauth", "description": "Command line plugin for managing OAuth clients, authorizations and tokens.", - "version": "8.0.5", + "version": "8.0.6", "author": "Taylor Mock @tmock12", "bin": { "heroku": "./bin/run" diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md index 5a4cb6696c..21dc9bed49 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. +## [8.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json index d2e565a267..7b4b7b089e 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": "8.0.5", + "version": "8.0.6", "author": "Raul Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pipelines/CHANGELOG.md b/packages/pipelines/CHANGELOG.md index 7d2c950b86..3e4d863d21 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index 15f5881119..17ac6ebbf0 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-pipelines/8.0.6 darwin-arm64 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.0.5/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index 50c63dcef5..c70095bddc 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "8.0.5", + "version": "8.0.6", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ps/CHANGELOG.md b/packages/ps/CHANGELOG.md index d2e795c7a7..fe8d6a5588 100644 --- a/packages/ps/CHANGELOG.md +++ b/packages/ps/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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-ps + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/ps/README.md b/packages/ps/README.md index 077b6034f5..b49c007bf0 100644 --- a/packages/ps/README.md +++ b/packages/ps/README.md @@ -35,7 +35,7 @@ DESCRIPTION disable web dyno autoscaling ``` -_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -57,7 +57,7 @@ DESCRIPTION enable web dyno autoscaling ``` -_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:wait` @@ -78,7 +78,7 @@ DESCRIPTION wait for all dynos to be running latest version after a release ``` -_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/ps/src/commands/ps/wait.ts)_ ## `heroku regions` @@ -97,5 +97,5 @@ DESCRIPTION list available regions for deployment ``` -_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/ps/src/commands/regions.ts)_ diff --git a/packages/ps/package.json b/packages/ps/package.json index 13bb8332d6..cfacb4b57c 100644 --- a/packages/ps/package.json +++ b/packages/ps/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ps", "description": "ps core plugin for Heroku CLI", - "version": "8.0.5", + "version": "8.0.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/run/CHANGELOG.md b/packages/run/CHANGELOG.md index d452acb959..f3aee9040c 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-run + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/run/README.md b/packages/run/README.md index 4917304052..43926fbebd 100644 --- a/packages/run/README.md +++ b/packages/run/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-run $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-run/8.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-run/8.0.6 darwin-arm64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -67,7 +67,7 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/logs.ts)_ ## `heroku run` @@ -98,7 +98,7 @@ EXAMPLES $ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2 ``` -_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -123,5 +123,5 @@ EXAMPLES $ heroku run:detached ls ``` -_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/run/detached.ts)_ diff --git a/packages/run/package.json b/packages/run/package.json index eb89a807f0..45d2d9f028 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-run", - "version": "8.0.5", + "version": "8.0.6", "author": "Chris Freeman @cafreeman", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index 8193ee9d99..6efbee610e 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-status + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/status/README.md b/packages/status/README.md index 2b15b329bc..ac5be0d709 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-status/8.0.6 darwin-arm64 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.0.5/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/status.ts)_ diff --git a/packages/status/package.json b/packages/status/package.json index 98cf0510fe..b8912308b9 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.0.5", + "version": "8.0.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 31629e370b..c4a44e344b 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.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24) + +**Note:** Version bump only for package @heroku-cli/plugin-webhooks + + + + + ## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index 2341d76e9a..9542bfb5ea 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.0.5 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-webhooks/8.0.6 darwin-arm64 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.0.5/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v8.0.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.0.5/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v8.0.6/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 942efef2fd..c683d555b7 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.0.5", + "version": "8.0.6", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {