Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #92 from phylake/release
Browse files Browse the repository at this point in the history
v2.2
  • Loading branch information
phylake authored Sep 27, 2016
2 parents b89bfb9 + c7b8054 commit b822216
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**v2.2.0**

- running docker with --security-opt=no-new-privileges
- support docker registries as an alternative to S3
- support auto scaling group egress whitelist
- deprecated `dst_env_file`
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
See the [CHANGELOG](CHANGELOG.md) for an exhaustive list of changes.

v2.2
====

[Docker registries](docs/detailed_design/service-payload.md) are supported

[ASG egress rules can be defined](docs/detailed_design/config-reference.md#security_group_egress)

This changes the porter deployment policy to include
`ec2:AuthorizeSecurityGroupEgress` and `ec2:RevokeSecurityGroupEgress`

v2.1
====

Expand Down
4 changes: 2 additions & 2 deletions commands/help/aws_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ DESCRIPTION
See https://aws.amazon.com/blogs/aws/aws-ip-ranges-json/ for more
OPTIONS
-r AWS region
-r AWS region
-s Service (defaults to AMAZON if undefined)`
-s Service (defaults to AMAZON if undefined)`
}

func (recv *AwsNetworkCmd) SubCommands() []cli.Command {
Expand Down

0 comments on commit b822216

Please sign in to comment.