Skip to content

Commit 5ee2560

Browse files
committed
Bump version to 1.2.0
1 parent 56e576e commit 5ee2560

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

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

718
## 1.1.0
819
* Feature - Logs rotate hourly and log file names are suffixed with timestamp.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-dev
1+
1.2.0

agent/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package version
2424
//go:generate go run gen/version-gen.go
2525

2626
// Version is the version of the Agent
27-
const Version = "1.1.0-dev"
27+
const Version = "1.2.0"
2828

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

0 commit comments

Comments
 (0)