This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |