File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.7.0
4+ * Feature - Add support for pulling from Amazon EC2 Container Registry.
5+ * Bug - Resolved an issue where containers could be incorrectly assumed stopped
6+ when an OOM event was emitted by Docker.
7+ * Bug - Fixed an issue where a crash could cause recently-created containers to
8+ become untracked.
9+
310## 1.6.0
411
512* Feature - Add experimental HTTP proxy support.
Original file line number Diff line number Diff line change 1- 1.6 .0
1+ 1.7 .0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package version
2222// repository. Only the 'Version' const should change in checked-in source code
2323
2424// Version is the version of the Agent
25- const Version = "1.6 .0"
25+ const Version = "1.7 .0"
2626
2727// GitDirty indicates the cleanliness of the git repo when this agent was built
2828const GitDirty = true
You can’t perform that action at this time.
0 commit comments