Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Jun 19, 2018
1 parent 558c301 commit 16bf7c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Unreleased

## 0.5.0 (Jun 18 2018)

NEW FEATURES:

* service_load_balancing: support aws fargate #15
* case of specifying var.launch_type = "FARGATE" (currently ver, default as "EC2")

**BC BREAKS:**

* service_load_balancing: migrate from `placement_strategy` to `ordered_placement_strategy` #16
* it has force renew if apply to existing aws_ecs_service
* if you want update wiwthout destroy, prepare edit to .tfstate
* `s/placement_strategy/ordered_placement_strategy/g`

## 0.4.0 (Jun 13 2018)

BUG FIXES:
Expand Down

0 comments on commit 16bf7c1

Please sign in to comment.