Skip to content

Commit 191dbd5

Browse files
committed
Bump version to 1.7.0
1 parent a4eaac4 commit 191dbd5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.7.0

agent/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2828
const GitDirty = true

0 commit comments

Comments
 (0)