Skip to content

Commit

Permalink
v8.9.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 16, 2024
1 parent a618081 commit f5e68e8
Show file tree
Hide file tree
Showing 27 changed files with 163 additions and 69 deletions.
8 changes: 8 additions & 0 deletions packages/addons-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1-beta.0](https://github.com/heroku/cli/compare/v8.9.0...v8.9.1-beta.0) (2024-02-16)

**Note:** Version bump only for package @heroku-cli/plugin-addons-v5





# [8.6.0](https://github.com/heroku/cli/compare/v8.5.0...v8.6.0) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-v5",
"description": "`heroku addons:*` commands",
"version": "8.6.0",
"version": "8.9.1-beta.0",
"author": "Bo Jeanes @bjeanes",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/apps-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.9.1-beta.0](https://github.com/heroku/cli/compare/v8.9.0...v8.9.1-beta.0) (2024-02-16)


### Bug Fixes

* allow ps:scale to handle extra args ([#2643](https://github.com/heroku/cli/issues/2643)) ([a618081](https://github.com/heroku/cli/commit/a618081af80effe96d1a422c4b7fc6e1d2ff6fd0))





# [8.9.0](https://github.com/heroku/cli/compare/v8.8.0...v8.9.0) (2024-02-09)

**Note:** Version bump only for package @heroku-cli/plugin-apps-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (--version)
@heroku-cli/plugin-apps-v5/8.9.0 darwin-arm64 node-v16.19.0
@heroku-cli/plugin-apps-v5/8.9.1-beta.0 darwin-arm64 node-v16.19.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "8.9.0",
"version": "8.9.1-beta.0",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/certs-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1-beta.0](https://github.com/heroku/cli/compare/v8.9.0...v8.9.1-beta.0) (2024-02-16)

**Note:** Version bump only for package @heroku-cli/plugin-certs-v5





# [8.6.0](https://github.com/heroku/cli/compare/v8.5.0...v8.6.0) (2023-10-16)


Expand Down
24 changes: 12 additions & 12 deletions packages/certs-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DESCRIPTION
list SSL certificates for an app
```

_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/index.js)_
_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/index.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -60,7 +60,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.6.0/packages/certs-v5/commands/certs/add.js)_
_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

Expand All @@ -79,7 +79,7 @@ DESCRIPTION
show ACM status for an app
```

_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/auto/index.js)_

## `heroku certs:auto:disable`

Expand All @@ -97,7 +97,7 @@ DESCRIPTION
disable ACM for an app
```

_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

Expand All @@ -116,7 +116,7 @@ DESCRIPTION
enable ACM status for an app
```

_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

Expand All @@ -134,7 +134,7 @@ DESCRIPTION
refresh ACM for an app
```

_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

Expand All @@ -152,7 +152,7 @@ DESCRIPTION
print an ordered & complete chain for a certificate
```

_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/chain.js)_
_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

Expand Down Expand Up @@ -186,7 +186,7 @@ EXAMPLES
$ heroku certs:generate example.com
```

_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/generate.js)_
_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/generate.js)_

## `heroku certs:info`

Expand All @@ -207,7 +207,7 @@ DESCRIPTION
show certificate information for an SSL certificate
```

_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/info.js)_
_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/info.js)_

## `heroku certs:key`

Expand All @@ -230,7 +230,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```

_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/key.js)_
_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

Expand All @@ -250,7 +250,7 @@ DESCRIPTION
remove an SSL certificate from an app
```

_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.6.0/packages/certs-v5/commands/certs/remove.js)_
_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:update CRT KEY`

Expand All @@ -277,5 +277,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.6.0/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.9.1-beta.0/packages/certs-v5/commands/certs/update.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/certs-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-certs-v5",
"description": "heroku ssl plugin",
"version": "8.6.0",
"version": "8.9.1-beta.0",
"author": "Ransom Briggs rbriggs@heroku.com",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ci-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1-beta.0](https://github.com/heroku/cli/compare/v8.9.0...v8.9.1-beta.0) (2024-02-16)

**Note:** Version bump only for package @heroku-cli/plugin-ci-v5





# [8.8.0](https://github.com/heroku/cli/compare/v8.7.1...v8.8.0) (2024-02-07)

**Note:** Version bump only for package @heroku-cli/plugin-ci-v5
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-ci-v5",
"description": "Heroku CLI plugin for Heroku CI",
"version": "8.8.0",
"version": "8.9.1-beta.0",
"author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@heroku-cli/command": "^9.0.2",
"@heroku-cli/plugin-run-v5": "^8.8.0",
"@heroku-cli/plugin-run-v5": "^8.9.1-beta.0",
"ansi-escapes": "3.2.0",
"bluebird": "^3.5.3",
"github-url-to-object": "^4.0.4",
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "8.9.0",
"version": "8.9.1-beta.0",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/heroku/cli/issues",
Expand All @@ -10,18 +10,18 @@
"@heroku-cli/command": "^10.0.0",
"@heroku-cli/command-v9": "npm:@heroku-cli/command@^9.0.2",
"@heroku-cli/notifications": "^1.2.2",
"@heroku-cli/plugin-addons-v5": "^8.6.0",
"@heroku-cli/plugin-apps-v5": "^8.9.0",
"@heroku-cli/plugin-certs-v5": "^8.6.0",
"@heroku-cli/plugin-ci-v5": "^8.8.0",
"@heroku-cli/plugin-container-registry-v5": "^8.6.0",
"@heroku-cli/plugin-orgs-v5": "^8.8.0",
"@heroku-cli/plugin-pg-v5": "^8.9.0",
"@heroku-cli/plugin-addons-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-apps-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-certs-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-ci-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-container-registry-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-orgs-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-pg-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-ps": "^8.1.7",
"@heroku-cli/plugin-ps-exec": "^2.4.0",
"@heroku-cli/plugin-redis-v5": "^8.9.0",
"@heroku-cli/plugin-redis-v5": "^8.9.1-beta.0",
"@heroku-cli/plugin-run": "8.1.4",
"@heroku-cli/plugin-spaces": "^8.7.1",
"@heroku-cli/plugin-spaces": "^8.9.1-beta.0",
"@heroku-cli/schema": "^1.0.25",
"@heroku/buildpack-registry": "^1.0.1",
"@heroku/eventsource": "^1.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/container-registry-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1-beta.0](https://github.com/heroku/cli/compare/v8.9.0...v8.9.1-beta.0) (2024-02-16)

**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5





# [8.6.0](https://github.com/heroku/cli/compare/v8.5.0...v8.6.0) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/container-registry-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-container-registry-v5",
"description": "Use containers to build and deploy Heroku apps",
"version": "8.6.0",
"version": "8.9.1-beta.0",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1-beta.0](https://github.com/heroku/cli/compare/v8.9.0...v8.9.1-beta.0) (2024-02-16)

**Note:** Version bump only for package @heroku-cli/plugin-oauth-v5





# [8.6.0](https://github.com/heroku/cli/compare/v8.5.0...v8.6.0) (2023-10-16)


Expand Down
Loading

0 comments on commit f5e68e8

Please sign in to comment.