From 925aa6790d6a05d5b811d754f7393dfcbb4221ec Mon Sep 17 00:00:00 2001 From: Anuj Singh Date: Tue, 3 May 2022 22:55:05 +0000 Subject: [PATCH] Release 1.61.1-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 02c19a29..2e9a607d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.61.1-1 +* Cache Agent version 1.61.1 +* Install script no longer fails on systems using cgroups v2 +* Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck + ## 1.61.0-1 * Cache Agent version 1.61.0 * Check ipv4 routes for default network interface instead of defaulting to eth0 diff --git a/ecs-init/ECSVERSION b/ecs-init/ECSVERSION index 91951fd8..30e298c7 100644 --- a/ecs-init/ECSVERSION +++ b/ecs-init/ECSVERSION @@ -1 +1 @@ -1.61.0 +1.61.1 diff --git a/ecs-init/config/common.go b/ecs-init/config/common.go index 6bc06449..6732ad4a 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.0" + DefaultAgentVersion = "v1.61.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/ecs-init.spec b/packaging/amazon-linux-ami/ecs-init.spec index 95a13a6d..abe8b379 100644 --- a/packaging/amazon-linux-ami/ecs-init.spec +++ b/packaging/amazon-linux-ami/ecs-init.spec @@ -33,7 +33,7 @@ %endif Name: ecs-init -Version: 1.61.0 +Version: 1.61.1 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -279,6 +279,11 @@ fi %endif %changelog +* Tue May 03 2022 Anuj Singh - 1.61.1-1 +- Cache Agent version 1.61.1 +- Install script no longer fails on systems using cgroups v2 +- Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck + * Tue Apr 05 2022 Cameron Sparr - 1.61.0-1 - Cache Agent version 1.61.0 - Check ipv4 routes for default network interface instead of defaulting to eth0 diff --git a/packaging/generic-deb/debian/changelog b/packaging/generic-deb/debian/changelog index 08f4b2d0..e23543bc 100644 --- a/packaging/generic-deb/debian/changelog +++ b/packaging/generic-deb/debian/changelog @@ -1,3 +1,11 @@ +amazon-ecs-init (1.61.1-1) stable; urgency=medium + + * Cache Agent version 1.61.1 + * Install script no longer fails on systems using cgroups v2 + * Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck + + -- Anuj Singh Tue, 03 May 2022 18:00:00 +0000 + amazon-ecs-init (1.61.0-1) stable; urgency=medium * Cache Agent version 1.61.0 diff --git a/packaging/generic-rpm/amazon-ecs-init.spec b/packaging/generic-rpm/amazon-ecs-init.spec index 53ab7967..65fed846 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.0 +Version: 1.61.1 Release: 1 License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -105,6 +105,11 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar %systemd_postun_with_restart amazon-ecs-volume-plugin %changelog +* Tue May 03 2022 Anuj Singh - 1.61.1-1 +- Cache Agent version 1.61.1 +- Install script no longer fails on systems using cgroups v2 +- Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck + * Tue Apr 05 2022 Cameron Sparr - 1.61.0-1 - Cache Agent version 1.61.0 - Check ipv4 routes for default network interface instead of defaulting to eth0 diff --git a/packaging/suse/amazon-ecs-init.changes b/packaging/suse/amazon-ecs-init.changes index 92bdb8cc..dbcd3194 100644 --- a/packaging/suse/amazon-ecs-init.changes +++ b/packaging/suse/amazon-ecs-init.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue May 03, 18:00:00 UTC 2022 - singholt@amazon.com - 1.61.1-1 + +- Cache Agent version 1.61.1 +- Install script no longer fails on systems using cgroups v2 +- Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck +------------------------------------------------------------------- Tue Apr 05, 18:00:00 UTC 2022 - cssparr@amazon.com - 1.61.0-1 - Cache Agent version 1.61.0 diff --git a/scripts/changelog/CHANGELOG_MASTER b/scripts/changelog/CHANGELOG_MASTER index d9a8d1b4..3c646e32 100644 --- a/scripts/changelog/CHANGELOG_MASTER +++ b/scripts/changelog/CHANGELOG_MASTER @@ -1,3 +1,10 @@ +1.61.1-1 +Anuj Singh +2022-05-03T10:00:00-08:00 +Cache Agent version 1.61.1 +Install script no longer fails on systems using cgroups v2 +Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck + 1.61.0-1 Cameron Sparr 2022-04-05T10:00:00-08:00