Skip to content

Commit

Permalink
v7.47.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Jan 5, 2021
1 parent 6df12b9 commit 5c91959
Show file tree
Hide file tree
Showing 12 changed files with 95 additions and 15 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.47.7](https://github.com/heroku/cli/compare/v7.47.6...v7.47.7) (2021-01-05)

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





## [7.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)

**Note:** Version bump only for package heroku
Expand Down
8 changes: 4 additions & 4 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OPTIONS
-s, --shell output config vars in shell format
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/index.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

Expand Down Expand Up @@ -56,7 +56,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/edit.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/edit.ts)_

## `heroku config:get KEY...`

Expand All @@ -76,7 +76,7 @@ EXAMPLES
production
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/get.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/get.ts)_

## `heroku config:set`

Expand Down Expand Up @@ -123,4 +123,4 @@ EXAMPLES
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/unset.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/unset.ts)_
24 changes: 24 additions & 0 deletions docs/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ manage heroku private spaces
* [`heroku spaces:vpn:connections`](#heroku-spacesvpnconnections)
* [`heroku spaces:vpn:destroy`](#heroku-spacesvpndestroy)
* [`heroku spaces:vpn:info`](#heroku-spacesvpninfo)
* [`heroku spaces:vpn:update`](#heroku-spacesvpnupdate)
* [`heroku spaces:vpn:wait`](#heroku-spacesvpnwait)
* [`heroku spaces:wait`](#heroku-spaceswait)

Expand Down Expand Up @@ -380,6 +381,29 @@ DESCRIPTION
Tunnel 2 52.44.146.197 UP 2016-10-25T22:09:05Z status message
```

## `heroku spaces:vpn:update`

update VPN

```
USAGE
$ heroku spaces:vpn:update
OPTIONS
-c, --cidrs=cidrs a list of routable CIDRs separated by commas
-n, --name=name VPN name
-s, --space=space space name
DESCRIPTION
Private Spaces can be connected to another private network via an IPSec VPN connection allowing dynos to connect to
hosts on your private networks and vice versa.
The connection is established over the public Internet but all traffic is encrypted using IPSec.
EXAMPLES
$ heroku spaces:vpn:update --name office --cidrs 172.16.0.0/16,10.0.0.0/24 --space my-space
Updating VPN Connection in space my-space... done
```

## `heroku spaces:vpn:wait`

wait for VPN Connection to be created
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.47.6",
"version": "7.47.7",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.47.7](https://github.com/heroku/cli/compare/v7.47.6...v7.47.7) (2021-01-05)

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





## [7.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)

**Note:** Version bump only for package heroku
Expand Down
6 changes: 3 additions & 3 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.47.6",
"version": "7.47.7",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -20,7 +20,7 @@
"@heroku-cli/plugin-certs-v5": "^7.47.5",
"@heroku-cli/plugin-ci": "^7.43.0",
"@heroku-cli/plugin-ci-v5": "^7.43.0",
"@heroku-cli/plugin-config": "^7.43.0",
"@heroku-cli/plugin-config": "^7.47.7",
"@heroku-cli/plugin-container-registry-v5": "^7.42.12",
"@heroku-cli/plugin-git": "^7.43.0",
"@heroku-cli/plugin-local": "^7.43.0",
Expand All @@ -32,7 +32,7 @@
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.45.0",
"@heroku-cli/plugin-run": "^7.43.0",
"@heroku-cli/plugin-spaces": "^7.47.6",
"@heroku-cli/plugin-spaces": "^7.47.7",
"@heroku-cli/plugin-status": "^7.43.0",
"@heroku-cli/plugin-webhooks": "^7.43.0",
"@oclif/command": "1.5.18",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/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.47.7](https://github.com/heroku/cli/compare/v7.47.6...v7.47.7) (2021-01-05)

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





# [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15)

**Note:** Version bump only for package @heroku-cli/plugin-config
Expand Down
10 changes: 5 additions & 5 deletions packages/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-config
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-config/7.43.0 darwin-x64 node-v12.15.0
@heroku-cli/plugin-config/7.47.7 darwin-x64 node-v12.18.4
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -50,7 +50,7 @@ OPTIONS
-s, --shell output config vars in shell format
```

_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/index.ts)_
_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```

_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/edit.ts)_
_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/edit.ts)_

## `heroku config:get KEY...`

Expand All @@ -102,7 +102,7 @@ EXAMPLES
production
```

_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.43.0/packages/config/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/get.ts)_

## `heroku config:unset`

Expand All @@ -126,5 +126,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/v7.43.0/packages/config/src/commands/config/unset.ts)_
_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.47.7/packages/config/src/commands/config/unset.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-config",
"version": "7.43.0",
"version": "7.47.7",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/spaces/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.47.7](https://github.com/heroku/cli/compare/v7.47.6...v7.47.7) (2021-01-05)

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





## [7.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)

**Note:** Version bump only for package @heroku-cli/plugin-spaces
Expand Down
24 changes: 24 additions & 0 deletions packages/spaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ heroku-spaces CLI plugin [![Circle CI](https://circleci.com/gh/heroku/heroku-spa
* [`heroku spaces:vpn:connections`](#heroku-spacesvpnconnections)
* [`heroku spaces:vpn:destroy`](#heroku-spacesvpndestroy)
* [`heroku spaces:vpn:info`](#heroku-spacesvpninfo)
* [`heroku spaces:vpn:update`](#heroku-spacesvpnupdate)
* [`heroku spaces:vpn:wait`](#heroku-spacesvpnwait)
* [`heroku spaces:wait`](#heroku-spaceswait)
* [`heroku trusted-ips`](#heroku-trusted-ips)
Expand Down Expand Up @@ -384,6 +385,29 @@ DESCRIPTION
Tunnel 2 52.44.146.197 UP 2016-10-25T22:09:05Z status message
```

## `heroku spaces:vpn:update`

update VPN

```
USAGE
$ heroku spaces:vpn:update
OPTIONS
-c, --cidrs=cidrs a list of routable CIDRs separated by commas
-n, --name=name VPN name
-s, --space=space space name
DESCRIPTION
Private Spaces can be connected to another private network via an IPSec VPN connection allowing dynos to connect to
hosts on your private networks and vice versa.
The connection is established over the public Internet but all traffic is encrypted using IPSec.
EXAMPLES
$ heroku spaces:vpn:update --name office --cidrs 172.16.0.0/16,10.0.0.0/24 --space my-space
Updating VPN Connection in space my-space... done
```

## `heroku spaces:vpn:wait`

wait for VPN Connection to be created
Expand Down
2 changes: 1 addition & 1 deletion packages/spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-spaces",
"description": "Heroku plugin to manage Heroku Private Spaces",
"version": "7.47.6",
"version": "7.47.7",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 5c91959

Please sign in to comment.