Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Dec 31, 2017
1 parent a9788ce commit 1e3ceeb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 0.2.0 (2017-12-31)

### Features

- Added **--cluster** global flag to allow running commands against other
clusters rather than the default. If omitted, the default **fargate** cluster
is used. ([#2][issue-2])
- lb create, service create, and task run now accept an optional **--subnet-id**
flag to place resources in different VPCs and subnets rather than the
defaults. If omitted, resources will be placed within the default subnets
within the default VPC. ([#2][issue-2])
- lb create, service create, and task run now accept an optional
**--security-group-id** flag to allow applying more restrictive security
groups to load balancers, services, and tasks. This flag can be passed
multiple times to apply multiple security groups. If omitted, a permissive
security group will be applied.

### Bug Fixes

- Resolved crashes with certificates missing resource records. Certificates that
fail to be issued immediately after request would cause crashes in lb info and
lb list as the resource record was never generated.

[issue-2]: https://github.com/jpignata/fargate/issues/2

0 comments on commit 1e3ceeb

Please sign in to comment.