Skip to content

Commit

Permalink
v7.56.0 (heroku#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley authored Jun 29, 2021
1 parent b983ed8 commit 7f28cc4
Show file tree
Hide file tree
Showing 18 changed files with 104 additions and 20 deletions.
8 changes: 8 additions & 0 deletions 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.

# [7.56.0](https://github.com/heroku/cli/compare/v7.55.0...v7.56.0) (2021-06-29)

**Note:** Version bump only for package heroku





# [7.55.0](https://github.com/heroku/cli/compare/v7.54.1...v7.55.0) (2021-06-25)

**Note:** Version bump only for package heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ EXAMPLES
$ heroku logs --app=my-app --tail
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.54.0/src/commands/logs.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.56.0/src/commands/logs.ts)_
18 changes: 18 additions & 0 deletions docs/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ manage heroku redis instances
* [`heroku redis:maintenance [DATABASE]`](#heroku-redismaintenance-database)
* [`heroku redis:maxmemory [DATABASE]`](#heroku-redismaxmemory-database)
* [`heroku redis:promote DATABASE`](#heroku-redispromote-database)
* [`heroku redis:stats-reset [DATABASE]`](#heroku-redisstats-reset-database)
* [`heroku redis:timeout [DATABASE]`](#heroku-redistimeout-database)
* [`heroku redis:wait [DATABASE]`](#heroku-rediswait-database)

Expand Down Expand Up @@ -210,6 +211,23 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

## `heroku redis:stats-reset [DATABASE]`

reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)

```
reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)
USAGE
$ heroku redis:stats-reset [DATABASE]
OPTIONS
-a, --app=app (required) app to run command against
-c, --confirm=confirm
-r, --remote=remote git remote of app to use
```

## `heroku redis:timeout [DATABASE]`

set the number of seconds to wait before killing idle connections
Expand Down
4 changes: 2 additions & 2 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EXAMPLES
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/index.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.56.0/src/commands/run/index.ts)_

## `heroku run:detached`

Expand All @@ -59,4 +59,4 @@ EXAMPLE
$ heroku run:detached ls
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/detached.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.56.0/src/commands/run/detached.ts)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.55.0",
"version": "7.56.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.

# [7.56.0](https://github.com/heroku/cli/compare/v7.55.0...v7.56.0) (2021-06-29)

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





# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18)


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": "7.54.0",
"version": "7.56.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": "^8.4.1",
"@heroku-cli/plugin-run-v5": "^7.54.0",
"@heroku-cli/plugin-run-v5": "^7.56.0",
"ansi-escapes": "3.2.0",
"bluebird": "^3.5.3",
"github-url-to-object": "^4.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

# [7.56.0](https://github.com/heroku/cli/compare/v7.55.0...v7.56.0) (2021-06-29)

**Note:** Version bump only for package heroku





# [7.55.0](https://github.com/heroku/cli/compare/v7.54.1...v7.55.0) (2021-06-25)

**Note:** Version bump only for package heroku
Expand Down
8 changes: 4 additions & 4 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": "7.55.0",
"version": "7.56.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -19,7 +19,7 @@
"@heroku-cli/plugin-certs": "^7.54.0",
"@heroku-cli/plugin-certs-v5": "^7.55.0",
"@heroku-cli/plugin-ci": "^7.54.0",
"@heroku-cli/plugin-ci-v5": "^7.54.0",
"@heroku-cli/plugin-ci-v5": "^7.56.0",
"@heroku-cli/plugin-config": "^7.54.0",
"@heroku-cli/plugin-container-registry-v5": "^7.54.0",
"@heroku-cli/plugin-git": "^7.54.0",
Expand All @@ -30,8 +30,8 @@
"@heroku-cli/plugin-pipelines": "^7.54.0",
"@heroku-cli/plugin-ps": "^7.54.0",
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.54.0",
"@heroku-cli/plugin-run": "^7.54.0",
"@heroku-cli/plugin-redis-v5": "^7.56.0",
"@heroku-cli/plugin-run": "^7.56.0",
"@heroku-cli/plugin-spaces": "^7.54.0",
"@heroku-cli/plugin-status": "^7.54.0",
"@heroku-cli/plugin-webhooks": "^7.54.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/redis-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.

# [7.56.0](https://github.com/heroku/cli/compare/v7.55.0...v7.56.0) (2021-06-29)


### Features

* **redis-v5:** add redis:stats-reset command ([#1830](https://github.com/heroku/cli/issues/1830)) ([b983ed8](https://github.com/heroku/cli/commit/b983ed8840741e7adf5c2b4ba37e93e2ae1a3947))





# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18)


Expand Down
15 changes: 15 additions & 0 deletions packages/redis-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ To publish new versions, see
* [`heroku redis:maintenance [DATABASE]`](#heroku-redismaintenance-database)
* [`heroku redis:maxmemory [DATABASE]`](#heroku-redismaxmemory-database)
* [`heroku redis:promote DATABASE`](#heroku-redispromote-database)
* [`heroku redis:stats-reset [DATABASE]`](#heroku-redisstats-reset-database)
* [`heroku redis:timeout [DATABASE]`](#heroku-redistimeout-database)
* [`heroku redis:wait [DATABASE]`](#heroku-rediswait-database)

Expand Down Expand Up @@ -178,6 +179,20 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

## `heroku redis:stats-reset [DATABASE]`

reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)

```
USAGE
$ heroku redis:stats-reset [DATABASE]
OPTIONS
-a, --app=app (required) app to run command against
-c, --confirm=confirm
-r, --remote=remote git remote of app to use
```

## `heroku redis:timeout [DATABASE]`

set the number of seconds to wait before killing idle connections
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-redis-v5",
"description": "Heroku plugin to manage Heroku Redis",
"version": "7.54.0",
"version": "7.56.0",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/run-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.

# [7.56.0](https://github.com/heroku/cli/compare/v7.55.0...v7.56.0) (2021-06-29)

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





# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18)

**Note:** Version bump only for package @heroku-cli/plugin-run-v5
Expand Down
6 changes: 3 additions & 3 deletions packages/run-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EXAMPLES
2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by [email protected]
```

_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.54.0/packages/run-v5/commands/logs.js)_
_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.56.0/packages/run-v5/commands/logs.js)_

## `heroku run`

Expand Down Expand Up @@ -68,7 +68,7 @@ EXAMPLES
Running myscript.sh -a arg1 -s arg2 on app.... up, run.1
```

_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.54.0/packages/run-v5/commands/run.js)_
_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.56.0/packages/run-v5/commands/run.js)_

## `heroku run:detached`

Expand All @@ -92,5 +92,5 @@ EXAMPLES
Run heroku logs -a app -p run.1 to view the output.
```

_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.54.0/packages/run-v5/commands/run/detached.js)_
_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.56.0/packages/run-v5/commands/run/detached.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/run-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-run-v5",
"description": "Heroku CLI plugin to run one-off dyno processes.",
"version": "7.54.0",
"version": "7.56.0",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/run/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.

# [7.56.0](https://github.com/heroku/cli/compare/v7.55.0...v7.56.0) (2021-06-29)

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





# [7.54.0](https://github.com/heroku/cli/compare/v7.47.10...v7.54.0) (2021-05-18)

**Note:** Version bump only for package @heroku-cli/plugin-run
Expand Down
8 changes: 4 additions & 4 deletions packages/run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-run
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-run/7.54.0 darwin-x64 node-v12.18.4
@heroku-cli/plugin-run/7.56.0 darwin-x64 node-v12.18.4
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -63,7 +63,7 @@ EXAMPLES
$ heroku logs --app=my-app --tail
```

_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.56.0/src/commands/logs.ts)_

## `heroku run`

Expand Down Expand Up @@ -91,7 +91,7 @@ EXAMPLES
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
```

_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/index.ts)_
_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.56.0/src/commands/run/index.ts)_

## `heroku run:detached`

Expand All @@ -113,5 +113,5 @@ EXAMPLE
$ heroku run:detached ls
```

_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.54.0/src/commands/run/detached.ts)_
_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.56.0/src/commands/run/detached.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-run",
"version": "7.54.0",
"version": "7.56.0",
"author": "Chris Freeman @cafreeman",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 7f28cc4

Please sign in to comment.