From 33276765a881d717aaf802af0831e2c3e37c99d0 Mon Sep 17 00:00:00 2001 From: Ray Allan Date: Fri, 28 Oct 2022 18:20:48 +0000 Subject: [PATCH] Release 1.65.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- agent/version/version.go | 4 ++-- ecs-init/ECSVERSION | 2 +- ecs-init/config/common.go | 2 +- packaging/amazon-linux-ami-integrated/ecs-agent.spec | 5 ++++- packaging/amazon-linux-ami/ecs-agent.spec | 5 ++++- packaging/generic-deb-integrated/debian/changelog | 6 ++++++ packaging/generic-deb/debian/changelog | 6 ++++++ packaging/generic-rpm-integrated/amazon-ecs-init.spec | 5 ++++- packaging/generic-rpm/amazon-ecs-init.spec | 5 ++++- packaging/suse/amazon-ecs-init.changes | 4 ++++ scripts/changelog/CHANGELOG_MASTER | 5 +++++ 13 files changed, 46 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657c7baa8e6..b568a42e686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.65.1 +* Enhancement - Add grpc vendor dependencies [#3439](https://github.com/aws/amazon-ecs-agent/pull/3439) +* Bug - Workaround git-secrets scan issue: awslabs/git-secrets#221 [#3442](https://github.com/aws/amazon-ecs-agent/pull/3442) + ## 1.65.0 * Feature - ECS Agent changes to support task scale in protection feature. ECS Agent API Endpoint is also introduced with this feature. This feature allows a user to update and get task protection state of a task from a task container by calling ECS Agent API Endpoint, which protects the task from being terminated in a scale-in event [#3427](https://github.com/aws/amazon-ecs-agent/pull/3427) Github feature request - [#125](https://github.com/aws/containers-roadmap/issues/125) * Enhancement - Update service connect config validator to validate fields with a global standard, or consumed and proceeded by ECS Agent for service connect [#3424](https://github.com/aws/amazon-ecs-agent/pull/3424) diff --git a/VERSION b/VERSION index 902c74186fb..09f245728f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.65.0 +1.65.1 diff --git a/agent/version/version.go b/agent/version/version.go index f406c910ca5..b5d42d20260 100644 --- a/agent/version/version.go +++ b/agent/version/version.go @@ -22,10 +22,10 @@ package version // repository. Only the 'Version' const should change in checked-in source code // Version is the version of the Agent -const Version = "1.65.0" +const Version = "1.65.1" // GitDirty indicates the cleanliness of the git repo when this agent was built const GitDirty = true // GitShortHash is the short hash of this agent build -const GitShortHash = "c0c801b4" +const GitShortHash = "32fcc33c" diff --git a/ecs-init/ECSVERSION b/ecs-init/ECSVERSION index 902c74186fb..09f245728f6 100644 --- a/ecs-init/ECSVERSION +++ b/ecs-init/ECSVERSION @@ -1 +1 @@ -1.65.0 +1.65.1 diff --git a/ecs-init/config/common.go b/ecs-init/config/common.go index d0acc580be2..fd26fcaaf0c 100644 --- a/ecs-init/config/common.go +++ b/ecs-init/config/common.go @@ -46,7 +46,7 @@ const ( // DefaultAgentVersion is the version of the agent that will be // fetched if required. This should look like v1.2.3 or an // 8-character sha, as is downloadable from S3. - DefaultAgentVersion = "v1.65.0" + DefaultAgentVersion = "v1.65.1" // AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent AgentPartitionBucketName = "amazon-ecs-agent" diff --git a/packaging/amazon-linux-ami-integrated/ecs-agent.spec b/packaging/amazon-linux-ami-integrated/ecs-agent.spec index 24e09183b32..9c969974691 100644 --- a/packaging/amazon-linux-ami-integrated/ecs-agent.spec +++ b/packaging/amazon-linux-ami-integrated/ecs-agent.spec @@ -26,7 +26,7 @@ %global agent_image ecs-agent-v%{version}.tar Name: ecs-init -Version: 1.65.0 +Version: 1.65.1 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -272,6 +272,9 @@ fi %endif %changelog +* Fri Oct 28 2022 Ray Allan - 1.65.1-1 +- Cache Agent version 1.65.1 + * Wed Oct 19 2022 Mythri Garaga Manjunatha - 1.65.0-1 - Cache Agent version 1.65.0 diff --git a/packaging/amazon-linux-ami/ecs-agent.spec b/packaging/amazon-linux-ami/ecs-agent.spec index d90b5428bcb..7d74a67e9fd 100644 --- a/packaging/amazon-linux-ami/ecs-agent.spec +++ b/packaging/amazon-linux-ami/ecs-agent.spec @@ -33,7 +33,7 @@ %endif Name: ecs-init -Version: 1.65.0 +Version: 1.65.1 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -279,6 +279,9 @@ fi %endif %changelog +* Fri Oct 28 2022 Ray Allan - 1.65.1-1 +- Cache Agent version 1.65.1 + * Wed Oct 19 2022 Mythri Garaga Manjunatha - 1.65.0-1 - Cache Agent version 1.65.0 diff --git a/packaging/generic-deb-integrated/debian/changelog b/packaging/generic-deb-integrated/debian/changelog index 7e2d42df1d8..99fceb6f3e4 100644 --- a/packaging/generic-deb-integrated/debian/changelog +++ b/packaging/generic-deb-integrated/debian/changelog @@ -1,3 +1,9 @@ +amazon-ecs-init (1.65.1-1) stable; urgency=medium + + * Cache Agent version 1.65.1 + + -- Ray Allan Fri, 28 Oct 2022 18:00:00 +0000 + amazon-ecs-init (1.65.0-1) stable; urgency=medium * Cache Agent version 1.65.0 diff --git a/packaging/generic-deb/debian/changelog b/packaging/generic-deb/debian/changelog index 7e2d42df1d8..99fceb6f3e4 100644 --- a/packaging/generic-deb/debian/changelog +++ b/packaging/generic-deb/debian/changelog @@ -1,3 +1,9 @@ +amazon-ecs-init (1.65.1-1) stable; urgency=medium + + * Cache Agent version 1.65.1 + + -- Ray Allan Fri, 28 Oct 2022 18:00:00 +0000 + amazon-ecs-init (1.65.0-1) stable; urgency=medium * Cache Agent version 1.65.0 diff --git a/packaging/generic-rpm-integrated/amazon-ecs-init.spec b/packaging/generic-rpm-integrated/amazon-ecs-init.spec index dccdb071016..8363e325d16 100644 --- a/packaging/generic-rpm-integrated/amazon-ecs-init.spec +++ b/packaging/generic-rpm-integrated/amazon-ecs-init.spec @@ -19,7 +19,7 @@ %global agent_image ecs-agent-v%{version}.tar Name: amazon-ecs-init -Version: 1.65.0 +Version: 1.65.1 Release: 1 License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -95,6 +95,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar %systemd_postun_with_restart amazon-ecs-volume-plugin %changelog +* Fri Oct 28 2022 Ray Allan - 1.65.1-1 +- Cache Agent version 1.65.1 + * Wed Oct 19 2022 Mythri Garaga Manjunatha - 1.65.0-1 - Cache Agent version 1.65.0 diff --git a/packaging/generic-rpm/amazon-ecs-init.spec b/packaging/generic-rpm/amazon-ecs-init.spec index 36ba659e69a..5711369ded0 100644 --- a/packaging/generic-rpm/amazon-ecs-init.spec +++ b/packaging/generic-rpm/amazon-ecs-init.spec @@ -26,7 +26,7 @@ #%endif Name: amazon-ecs-init -Version: 1.65.0 +Version: 1.65.1 Release: 1 License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -105,6 +105,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar %systemd_postun_with_restart amazon-ecs-volume-plugin %changelog +* Fri Oct 28 2022 Ray Allan - 1.65.1-1 +- Cache Agent version 1.65.1 + * Wed Oct 19 2022 Mythri Garaga Manjunatha - 1.65.0-1 - Cache Agent version 1.65.0 diff --git a/packaging/suse/amazon-ecs-init.changes b/packaging/suse/amazon-ecs-init.changes index 2f27c81fd07..775af757474 100644 --- a/packaging/suse/amazon-ecs-init.changes +++ b/packaging/suse/amazon-ecs-init.changes @@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Fri Oct 28, 18:00:00 UTC 2022 - fierlion@amazon.com - 1.65.1-1 + +- Cache Agent version 1.65.1 +------------------------------------------------------------------- Wed Oct 19, 18:00:00 UTC 2022 - mythr@amazon.com - 1.65.0-1 - Cache Agent version 1.65.0 diff --git a/scripts/changelog/CHANGELOG_MASTER b/scripts/changelog/CHANGELOG_MASTER index c6c617e67d5..59ea08b9803 100644 --- a/scripts/changelog/CHANGELOG_MASTER +++ b/scripts/changelog/CHANGELOG_MASTER @@ -1,3 +1,8 @@ +1.65.1-1 +Ray Allan +2022-10-28T10:00:00-08:00 +Cache Agent version 1.65.1 + 1.65.0-1 Mythri Garaga Manjunatha 2022-10-19T10:00:00-08:00