File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- 1.1.0-dev
1+ 1.2.0
Original file line number Diff line number Diff 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
3030const GitDirty = true
You can’t perform that action at this time.
0 commit comments