Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkarp committed Jun 9, 2015
1 parent 56e576e commit 5ee2560
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog

## Unreleased
* Feature - UDP support for port bindings
* Feature - Telemetry support for CPU and Memory utilization metrics.
## 1.2.0
* Feature - UDP support for port bindings.
* Feature - Set labels on launched containers with `task-arn`,
`container-name`, `task-definition-family`, and `task-definition-revision`.
* Enhancement - Logging improvements.
* Bug - Improved the behavior when CPU shares in a `Container Definition` are
set to 0.
* Bug - Fixed an issue where `BindIP` could be reported incorrectly.
* Bug - Resolved an issue computing API endpoint when region is provided.
* Bug - Fixed an issue where not specifiying a tag would pull all image tags.
* Bug - Resolved an issue where some logs would not flush on exit.
* Bug - Resolved an issue where some instance identity documents would fail to
parse.


## 1.1.0
* Feature - Logs rotate hourly and log file names are suffixed with timestamp.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-dev
1.2.0
2 changes: 1 addition & 1 deletion agent/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package version
//go:generate go run gen/version-gen.go

// Version is the version of the Agent
const Version = "1.1.0-dev"
const Version = "1.2.0"

// GitDirty indicates the cleanliness of the git repo when this agent was built
const GitDirty = true
Expand Down

0 comments on commit 5ee2560

Please sign in to comment.