From 16bf17d368fa10725702f369bc0d7a6be7c4ec4a Mon Sep 17 00:00:00 2001 From: Ray Allan Date: Wed, 29 Sep 2021 18:49:26 +0000 Subject: [PATCH] Release 1.55.4-1 --- CHANGELOG.md | 5 +++++ ecs-init/ECSVERSION | 2 +- ecs-init/config/common.go | 2 +- packaging/amazon-linux-ami/ecs-init.spec | 7 ++++++- packaging/generic-deb/debian/changelog | 8 ++++++++ packaging/generic-rpm/amazon-ecs-init.spec | 7 ++++++- packaging/suse/amazon-ecs-init.changes | 6 ++++++ scripts/changelog/CHANGELOG_MASTER | 7 +++++++ 8 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 691dcace..065576c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.55.4-1 +* Cache Agent version 1.55.4 +* GPU updates for ECS Anywhere +* Introduce new configuration variable ECS\_OFFHOST\_INTROSPECTION\_NAME to specify the primary network interface name to block offhost agent introspection port access. + ## 1.55.3-1 * Cache Agent version 1.55.3 diff --git a/ecs-init/ECSVERSION b/ecs-init/ECSVERSION index d27708e4..8d9922d6 100644 --- a/ecs-init/ECSVERSION +++ b/ecs-init/ECSVERSION @@ -1 +1 @@ -1.55.3 +1.55.4 diff --git a/ecs-init/config/common.go b/ecs-init/config/common.go index 908de088..192b3794 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.55.3" + DefaultAgentVersion = "v1.55.4" // AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent AgentPartitionBucketName = "amazon-ecs-agent" diff --git a/packaging/amazon-linux-ami/ecs-init.spec b/packaging/amazon-linux-ami/ecs-init.spec index d260ddd2..aa6152a2 100644 --- a/packaging/amazon-linux-ami/ecs-init.spec +++ b/packaging/amazon-linux-ami/ecs-init.spec @@ -32,7 +32,7 @@ %endif Name: ecs-init -Version: 1.55.3 +Version: 1.55.4 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -278,6 +278,11 @@ fi %endif %changelog +* Thu Sep 30 2021 Ray Allan - 1.55.4-1 +- Cache Agent version 1.55.4 +- GPU updates for ECS Anywhere +- Introduce new configuration variable ECS_OFFHOST_INTROSPECTION_NAME to specify the primary network interface name to block offhost agent introspection port access. + * Thu Sep 16 2021 Mythri Garaga Manjunatha - 1.55.3-1 - Cache Agent version 1.55.3 diff --git a/packaging/generic-deb/debian/changelog b/packaging/generic-deb/debian/changelog index 1f0059e1..a4355368 100644 --- a/packaging/generic-deb/debian/changelog +++ b/packaging/generic-deb/debian/changelog @@ -1,3 +1,11 @@ +amazon-ecs-init (1.55.4-1) stable; urgency=medium + + * Cache Agent version 1.55.4 + * GPU updates for ECS Anywhere + * Introduce new configuration variable ECS_OFFHOST_INTROSPECTION_NAME to specify the primary network interface name to block offhost agent introspection port access. + + -- Ray Allan Thu, 30 Sep 2021 12:00:00 +0000 + amazon-ecs-init (1.55.3-1) stable; urgency=medium * Cache Agent version 1.55.3 diff --git a/packaging/generic-rpm/amazon-ecs-init.spec b/packaging/generic-rpm/amazon-ecs-init.spec index 3d9f8942..511706a7 100644 --- a/packaging/generic-rpm/amazon-ecs-init.spec +++ b/packaging/generic-rpm/amazon-ecs-init.spec @@ -25,7 +25,7 @@ %endif Name: amazon-ecs-init -Version: 1.55.3 +Version: 1.55.4 Release: 1 License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -94,6 +94,11 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar %systemd_postun %changelog +* Thu Sep 30 2021 Ray Allan - 1.55.4-1 +- Cache Agent version 1.55.4 +- GPU updates for ECS Anywhere +- Introduce new configuration variable ECS_OFFHOST_INTROSPECTION_NAME to specify the primary network interface name to block offhost agent introspection port access. + * Thu Sep 16 2021 Mythri Garaga Manjunatha - 1.55.3-1 - Cache Agent version 1.55.3 diff --git a/packaging/suse/amazon-ecs-init.changes b/packaging/suse/amazon-ecs-init.changes index bd8554c0..6465dd70 100644 --- a/packaging/suse/amazon-ecs-init.changes +++ b/packaging/suse/amazon-ecs-init.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Sep 30, 12:00:00 UTC 2021 - fierlion@amazon.com - 1.55.4-1 + +- Cache Agent version 1.55.4 +- GPU updates for ECS Anywhere +- Introduce new configuration variable ECS_OFFHOST_INTROSPECTION_NAME to specify the primary network interface name to block offhost agent introspection port access. +------------------------------------------------------------------- Thu Sep 16, 20:10:00 UTC 2021 - mythr@amazon.com - 1.55.3-1 - Cache Agent version 1.55.3 diff --git a/scripts/changelog/CHANGELOG_MASTER b/scripts/changelog/CHANGELOG_MASTER index 90c9b689..625d58fe 100644 --- a/scripts/changelog/CHANGELOG_MASTER +++ b/scripts/changelog/CHANGELOG_MASTER @@ -1,3 +1,10 @@ +1.55.4-1 +Ray Allan +2021-09-30T12:00:00-00:00 +Cache Agent version 1.55.4 +GPU updates for ECS Anywhere +Introduce new configuration variable ECS_OFFHOST_INTROSPECTION_NAME to specify the primary network interface name to block offhost agent introspection port access. + 1.55.3-1 Mythri Garaga Manjunatha 2021-09-16T12:10:00-08:00