Skip to content

Commit

Permalink
Merge branch 'release/v0.5.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jritsema committed Nov 14, 2018
2 parents 26bb81a + 0c9f16a commit 22a9cb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.5.0 (2018-11-14)

### Enhancements

- Only deploy image with docker-compose.yml and --image-only flag ([#23](https://github.com/turnerlabs/fargate/pull/23))
- Support for scheduled tasks - build ([#20](https://github.com/turnerlabs/fargate/issues/20))
- Support for scheduled tasks - deploy ([#25](https://github.com/turnerlabs/fargate/issues/25))
- implements task logs command ([#27](https://github.com/turnerlabs/fargate/pull/27))
- adds --time and --no-prefix to service logs ([#29](https://github.com/turnerlabs/fargate/pull/29))
- Deploy task definition revisions to services ([#28](https://github.com/turnerlabs/fargate/issues/28))

### Bug Fixes

- Fix output of env vars when service.TargetGroupArn is empty ([#22](https://github.com/turnerlabs/fargate/pull/22))


## 0.4.0 (2018-08-22)

### Enhancements
Expand Down

0 comments on commit 22a9cb3

Please sign in to comment.