From 7c96068a38ca4ef130926faf84b0315813f1db28 Mon Sep 17 00:00:00 2001 From: fenxiong Date: Fri, 31 May 2019 09:49:58 -0700 Subject: [PATCH] update to 1.28.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- agent/version/version.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eaf5fb603b..f143a1b5b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 1.28.1 +* Bug - Pick up latest version of amazon-vpc-cni-plugins to include recent bug fixes ([f09fd7c](https://github.com/aws/amazon-vpc-cni-plugins/commit/f09fd7c6ba0cf319b0c6ad23762091e25091fbce), [d90eebe](https://github.com/aws/amazon-vpc-cni-plugins/commit/d90eebe9907cde58c47756f65eccd7efc693e1d6)) +* Bug - Fixed error detection case when image that is being deleted does not exist [@bendavies](https://github.com/bendavies) [#2008](https://github.com/aws/amazon-ecs-agent/pull/2008) +* Bug - Non-ECS image cleanup: clean up images using image ID rather than tag name to ensure dangling images are cleaned up [#2023](https://github.com/aws/amazon-ecs-agent/pull/2023) + ## 1.28.0 * Feature - Introduce high density awsvpc tasks support * Enhancement - Introduce `ECS_CGROUP_CPU_PERIOD` to make cgroup cpu period configurable [@boynux](https://github.com/boynux) [#1941](https://github.com/aws/amazon-ecs-agent/pull/1941) diff --git a/VERSION b/VERSION index cfc730712d5..450a687b2da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.0 +1.28.1 diff --git a/agent/version/version.go b/agent/version/version.go index 12313d19e48..d3afea58491 100644 --- a/agent/version/version.go +++ b/agent/version/version.go @@ -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.28.0" +const Version = "1.28.1" // GitDirty indicates the cleanliness of the git repo when this agent was built const GitDirty = true