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

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Jan 20, 2018
1 parent 65844f8 commit 0a6ec1f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.3 (2018-01-19)

### Features

- Support**--task-role** flag in service create and task run to allow passing
a role name for the tasks to assume. ([#8][issue-8])

### Enhancements

- Use the `ForceNewDeployment` feature of `UpdateService` in service restart
instead of incrementing the task definition. ([#14][issue-14])

### Bug Fixes

- Fixed issue where we'd stomp on an existing task role on service updates like
deployments or environment variable changes. ([#8][issue-8])

## 0.2.2 (2018-01-11)

### Bug Fixes
Expand Down Expand Up @@ -44,4 +61,6 @@

[issue-2]: https://github.com/jpignata/fargate/issues/2
[issue-6]: https://github.com/jpignata/fargate/issues/6
[issue-8]: https://github.com/jpignata/fargate/issues/8
[issue-11]: https://github.com/jpignata/fargate/issues/11
[issue-14]: https://github.com/jpignata/fargate/issues/14
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
version = "0.2.2"
version = "0.2.3"

defaultClusterName = "fargate"
defaultRegion = "us-east-1"
Expand Down

0 comments on commit 0a6ec1f

Please sign in to comment.