Skip to content

Commit

Permalink
update to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haikuoliu committed May 12, 2018
1 parent 45f4c7a commit c0defea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.17.4-dev
## 1.18.0
* Feature - Configurable container image pull behavior [#1348](https://github.com/aws/amazon-ecs-agent/pull/1348)
* Bug - Fixed a bug where Docker Version() API never returns by adding a timeout [#1363](https://github.com/aws/amazon-ecs-agent/pull/1363)
* Bug - Fixed a bug where tasks could get stuck waiting for execution of CNI plugin [#1358](https://github.com/aws/amazon-ecs-agent/pull/1358)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.3
1.18.0
2 changes: 1 addition & 1 deletion agent/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package version
// repository. Only the 'Version' const should change in checked-in source code

// Version is the version of the Agent
const Version = "1.17.3"
const Version = "1.18.0"

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

0 comments on commit c0defea

Please sign in to comment.