From a36915da6ba973b37d81a769e6509f593bc3755b Mon Sep 17 00:00:00 2001 From: Wanxian Yang <79273084+Lou1415926@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:09:14 -0700 Subject: [PATCH] Bump version to v1.4.1 (#196) --- CHANGELOG.md | 3 +++ VERSION | 2 +- local-container-endpoints/version/version.go | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86c1980..eee46807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.1 +* Security - Update security patches (#194) + ## 1.4.0 * Feature - Add support for ARM64 binaries and docker images (#59) diff --git a/VERSION b/VERSION index 88c5fb89..347f5833 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/local-container-endpoints/version/version.go b/local-container-endpoints/version/version.go index 868df257..f809a7be 100644 --- a/local-container-endpoints/version/version.go +++ b/local-container-endpoints/version/version.go @@ -21,13 +21,13 @@ package version // you are doing. // Version is the version of ECS Local Container Endpoints -const Version = "1.4.0" +const Version = "1.4.1" // AgentVersionCompatibility is the Latest Agent Version that ECS Local Container Endpoints is compatible with -const AgentVersionCompatibility = "1.27.0" +const AgentVersionCompatibility = "1.65.0" // GitDirty indicates the cleanliness of the git repo when it was built const GitDirty = true // GitShortHash is the short hash of this build -const GitShortHash = "ea97409" +const GitShortHash = "f8560f4"