From 14ffc0915c05725abacf1acfc35df3a520dbab92 Mon Sep 17 00:00:00 2001 From: Ray Allan Date: Tue, 26 Jul 2022 04:06:19 +0000 Subject: [PATCH] Release 1.62.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- agent/version/version.go | 4 ++-- ecs-init/ECSVERSION | 2 +- ecs-init/config/common.go | 2 +- 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 +++++ 12 files changed, 43 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d21921724..67e99090b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changelog +## 1.62.0 +* Enhancement - Update golang version to 1.18.3 [#3301](https://github.com/aws/amazon-ecs-agent/pull/3301) +* Enhancement - Update windows golang version to 1.18.3 [#3317](https://github.com/aws/amazon-ecs-agent/pull/3317) + # Changelog ## 1.61.3 * Enhancement - Add command and error logging for FSx file mapping when calling out to PowerShell [#3240](https://github.com/aws/amazon-ecs-agent/pull/3240) diff --git a/VERSION b/VERSION index ddfbc2116b8..76d05362056 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.61.3 +1.62.0 diff --git a/agent/version/version.go b/agent/version/version.go index 35c607b89c7..35e766fcb5b 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.61.3" +const Version = "1.62.0" // 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 = "89383bb3" +const GitShortHash = "e0a148a8" diff --git a/ecs-init/ECSVERSION b/ecs-init/ECSVERSION index ddfbc2116b8..76d05362056 100644 --- a/ecs-init/ECSVERSION +++ b/ecs-init/ECSVERSION @@ -1 +1 @@ -1.61.3 +1.62.0 diff --git a/ecs-init/config/common.go b/ecs-init/config/common.go index d9518e4d969..cc772628bd5 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.61.3" + DefaultAgentVersion = "v1.62.0" // 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-agent.spec b/packaging/amazon-linux-ami/ecs-agent.spec index 65e3c7deca7..db13645092c 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.61.3 +Version: 1.62.0 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -279,6 +279,9 @@ fi %endif %changelog +* Wed Jul 27 2022 Ray Allan - 1.62.0-1 +- Update golang version 1.18.3 + * Wed Jun 15 2022 Mythri Garaga Manjunatha - 1.61.3-1 - Cache Agent version 1.61.3 diff --git a/packaging/generic-deb-integrated/debian/changelog b/packaging/generic-deb-integrated/debian/changelog index 026e244b40e..01775adb332 100644 --- a/packaging/generic-deb-integrated/debian/changelog +++ b/packaging/generic-deb-integrated/debian/changelog @@ -1,3 +1,9 @@ +amazon-ecs-init (1.62.0-1) stable; urgency=medium + + * Update golang version 1.18.3 + + -- Ray Allan Wed, 27 Jul 2022 18:00:00 +0000 + amazon-ecs-init (1.61.3-1) stable; urgency=medium * Cache Agent version 1.61.3 diff --git a/packaging/generic-deb/debian/changelog b/packaging/generic-deb/debian/changelog index 026e244b40e..01775adb332 100644 --- a/packaging/generic-deb/debian/changelog +++ b/packaging/generic-deb/debian/changelog @@ -1,3 +1,9 @@ +amazon-ecs-init (1.62.0-1) stable; urgency=medium + + * Update golang version 1.18.3 + + -- Ray Allan Wed, 27 Jul 2022 18:00:00 +0000 + amazon-ecs-init (1.61.3-1) stable; urgency=medium * Cache Agent version 1.61.3 diff --git a/packaging/generic-rpm-integrated/amazon-ecs-init.spec b/packaging/generic-rpm-integrated/amazon-ecs-init.spec index 9b4b39be23d..55d5a9acdb4 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.61.3 +Version: 1.62.0 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 +* Wed Jul 27 2022 Ray Allan - 1.62.0-1 +- Update golang version 1.18.3 + * Wed Jun 15 2022 Mythri Garaga Manjunatha - 1.61.3-1 - Cache Agent version 1.61.3 diff --git a/packaging/generic-rpm/amazon-ecs-init.spec b/packaging/generic-rpm/amazon-ecs-init.spec index 53064b908c8..f3b8f213e34 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.61.3 +Version: 1.62.0 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 +* Wed Jul 27 2022 Ray Allan - 1.62.0-1 +- Update golang version 1.18.3 + * Wed Jun 15 2022 Mythri Garaga Manjunatha - 1.61.3-1 - Cache Agent version 1.61.3 diff --git a/packaging/suse/amazon-ecs-init.changes b/packaging/suse/amazon-ecs-init.changes index 211066dd1a6..9bd39559693 100644 --- a/packaging/suse/amazon-ecs-init.changes +++ b/packaging/suse/amazon-ecs-init.changes @@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Wed Jul 27, 18:00:00 UTC 2022 - fierlion@amazon.com - 1.62.0-1 + +- Update golang version 1.18.3 +------------------------------------------------------------------- Wed Jun 15, 18:00:00 UTC 2022 - mythr@amazon.com - 1.61.3-1 - Cache Agent version 1.61.3 diff --git a/scripts/changelog/CHANGELOG_MASTER b/scripts/changelog/CHANGELOG_MASTER index a7aef9a9f37..28506ccac37 100644 --- a/scripts/changelog/CHANGELOG_MASTER +++ b/scripts/changelog/CHANGELOG_MASTER @@ -1,3 +1,8 @@ +1.62.0-1 +Ray Allan +2022-07-27T10:00:00-08:00 +Update golang version 1.18.3 + 1.61.3-1 Mythri Garaga Manjunatha 2022-06-15T10:00:00-08:00