From ddc0b615d2bde065f184046dc1c31913e519f1b5 Mon Sep 17 00:00:00 2001 From: amazon-ecs-bot Date: Wed, 22 Jul 2026 16:40:01 +0000 Subject: [PATCH] Release 1.106.0 --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- agent/version/version.go | 4 ++-- ecs-init/ECSVERSION | 2 +- ecs-init/config/common.go | 2 +- .../amazon-linux-ami-integrated/ecs-agent.spec | 9 +++++++-- .../generic-deb-integrated/debian/changelog | 6 ++++++ .../generic-rpm-integrated/amazon-ecs-init.spec | 5 ++++- packaging/suse/amazon-ecs-init.changes | 4 ++++ scripts/changelog/CHANGELOG_MASTER | 5 +++++ 10 files changed, 47 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80efbeebd04..1eb815d8a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +# 1.106.0 +* Feature - Feature - Add FIS-driven DNS refresh add-sources endpoint for network-latency and network-packet-loss faults [#5029](https://github.com/aws/amazon-ecs-agent/pull/5029) +* Enhancement - Enhancement: Update SSM Agent version to 3.3.4624.0 for ECS exec [#5054](https://github.com/aws/amazon-ecs-agent/pull/5054) +* Enhancement - Backfill host DNS config on isolated platform [#5047](https://github.com/aws/amazon-ecs-agent/pull/5047) +* Enhancement - Bump github.com/aws/smithy-go from 1.27.3 to 1.27.4 in /agent [#5051](https://github.com/aws/amazon-ecs-agent/pull/5051) +* Enhancement - Bump github.com/aws/aws-sdk-go-v2/credentials in /ecs-agent, /agent and /ecs-init to 1.19.29 [#5050](https://github.com/aws/amazon-ecs-agent/pull/5050) +* Enhancement - Bump actions/setup-go from 6 to 7 in /.github/workflows [#5049](https://github.com/aws/amazon-ecs-agent/pull/5049) +* Enhancement - Update Go version to 1.25.12 [#5048](https://github.com/aws/amazon-ecs-agent/pull/5048) +* Enhancement - Bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.1 in /ecs-agent, /agent and /ecs-init [#5037](https://github.com/aws/amazon-ecs-agent/pull/5037) +* Enhancement - Bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.22 to 1.19.28 in /agent [#5038](https://github.com/aws/amazon-ecs-agent/pull/5038) +* Enhancement - Bump github.com/hectane/go-acl from 0.0.0-20190604041725-da78bae5fc95 to 1.0.0 in /agent [#5022](https://github.com/aws/amazon-ecs-agent/pull/5022) +* Enhancement - chore(deps): bump github.com/cilium/ebpf from v0.16.0 to v0.22.0 in /agent [#5034](https://github.com/aws/amazon-ecs-agent/pull/5034) +* Enhancement - Bump golang.org/x/net from 0.48.0 to 0.55.0 in /ecs-agent/daemonimages/csidriver [#5031](https://github.com/aws/amazon-ecs-agent/pull/5031) +* Enhancement - api-2.json: Add CONFIDENTIAL_PARTITION and attestationPolicy to api m… [#5033](https://github.com/aws/amazon-ecs-agent/pull/5033) +* Bugfix - Fix flaky TestHostResourceManagerTrickleQueue integration test [#5026](https://github.com/aws/amazon-ecs-agent/pull/5026) + # 1.105.1 * Enhancement - Populate ImageDigest for Service Connect sidecar containers [#5006](https://github.com/aws/amazon-ecs-agent/pull/5006) * Enhancement - Bump github.com/containerd/containerd from 1.7.32 to 1.7.33 in /agent [#5013](https://github.com/aws/amazon-ecs-agent/pull/5013) diff --git a/VERSION b/VERSION index 4bf852f0559..475dce1f4d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.105.1 +1.106.0 diff --git a/agent/version/version.go b/agent/version/version.go index 511f1500c53..fa94de96b01 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.105.1" +const Version = "1.106.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 = "a8b3e7d3" +const GitShortHash = "4f5f7f4f" diff --git a/ecs-init/ECSVERSION b/ecs-init/ECSVERSION index 4bf852f0559..475dce1f4d1 100644 --- a/ecs-init/ECSVERSION +++ b/ecs-init/ECSVERSION @@ -1 +1 @@ -1.105.1 +1.106.0 diff --git a/ecs-init/config/common.go b/ecs-init/config/common.go index d8239bcfce5..75ecafaa35d 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.105.1" + DefaultAgentVersion = "v1.106.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-integrated/ecs-agent.spec b/packaging/amazon-linux-ami-integrated/ecs-agent.spec index 7d9d894e043..271d25e6d17 100644 --- a/packaging/amazon-linux-ami-integrated/ecs-agent.spec +++ b/packaging/amazon-linux-ami-integrated/ecs-agent.spec @@ -27,7 +27,7 @@ %global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver Name: ecs-init -Version: 1.105.1 +Version: 1.106.0 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -111,7 +111,6 @@ Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints)) Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn)) Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints/v2)) Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/ini)) -Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/middleware)) Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/rand)) Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/sdk)) Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/sdkio)) @@ -171,7 +170,9 @@ Provides: bundled(golang(github.com/aws/smithy-go/encoding/httpbinding)) Provides: bundled(golang(github.com/aws/smithy-go/encoding/json)) Provides: bundled(golang(github.com/aws/smithy-go/encoding/xml)) Provides: bundled(golang(github.com/aws/smithy-go/endpoints)) +Provides: bundled(golang(github.com/aws/smithy-go/endpoints/private/bdd)) Provides: bundled(golang(github.com/aws/smithy-go/endpoints/private/rulesfn)) +Provides: bundled(golang(github.com/aws/smithy-go/eventstream)) Provides: bundled(golang(github.com/aws/smithy-go/internal/sync/singleflight)) Provides: bundled(golang(github.com/aws/smithy-go/io)) Provides: bundled(golang(github.com/aws/smithy-go/logging)) @@ -183,6 +184,7 @@ Provides: bundled(golang(github.com/aws/smithy-go/rand)) Provides: bundled(golang(github.com/aws/smithy-go/sync)) Provides: bundled(golang(github.com/aws/smithy-go/time)) Provides: bundled(golang(github.com/aws/smithy-go/tracing)) +Provides: bundled(golang(github.com/aws/smithy-go/traits)) Provides: bundled(golang(github.com/aws/smithy-go/transport/http)) Provides: bundled(golang(github.com/aws/smithy-go/transport/http/internal/io)) Provides: bundled(golang(github.com/aws/smithy-go/waiter)) @@ -393,6 +395,9 @@ fi %endif %changelog +* Wed Jul 22 2026 amazon-ecs-bot - 1.106.0-1 +- Cache Agent version 1.106.0 + * Mon Jun 29 2026 amazon-ecs-bot - 1.105.1-1 - Cache Agent version 1.105.1 diff --git a/packaging/generic-deb-integrated/debian/changelog b/packaging/generic-deb-integrated/debian/changelog index 9ca24e37128..6b44dcb75ac 100644 --- a/packaging/generic-deb-integrated/debian/changelog +++ b/packaging/generic-deb-integrated/debian/changelog @@ -1,3 +1,9 @@ +amazon-ecs-init (1.106.0-1) stable; urgency=medium + + * Cache Agent version 1.106.0 + + -- amazon-ecs-bot Wed, 22 Jul 2026 18:00:00 +0000 + amazon-ecs-init (1.105.1-1) stable; urgency=medium * Cache Agent version 1.105.1 diff --git a/packaging/generic-rpm-integrated/amazon-ecs-init.spec b/packaging/generic-rpm-integrated/amazon-ecs-init.spec index ccef2bdc536..711f91e1bdd 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.105.1 +Version: 1.106.0 Release: 1 License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -93,6 +93,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar %systemd_postun_with_restart amazon-ecs-volume-plugin %changelog +* Wed Jul 22 2026 amazon-ecs-bot - 1.106.0-1 +- Cache Agent version 1.106.0 + * Mon Jun 29 2026 amazon-ecs-bot - 1.105.1-1 - Cache Agent version 1.105.1 diff --git a/packaging/suse/amazon-ecs-init.changes b/packaging/suse/amazon-ecs-init.changes index 78e5a16900f..4a46dcc94bd 100644 --- a/packaging/suse/amazon-ecs-init.changes +++ b/packaging/suse/amazon-ecs-init.changes @@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Wed Jul 22, 18:00:00 UTC 2026 - amazon-ecs-bot@amazon.com - 1.106.0-1 + +- Cache Agent version 1.106.0 +------------------------------------------------------------------- Mon Jun 29, 18:00:00 UTC 2026 - amazon-ecs-bot@amazon.com - 1.105.1-1 - Cache Agent version 1.105.1 diff --git a/scripts/changelog/CHANGELOG_MASTER b/scripts/changelog/CHANGELOG_MASTER index 0443db2dbdc..98a18092064 100644 --- a/scripts/changelog/CHANGELOG_MASTER +++ b/scripts/changelog/CHANGELOG_MASTER @@ -1,3 +1,8 @@ +1.106.0-1 +amazon-ecs-bot +2026-07-22T10:00:00-08:00 +Cache Agent version 1.106.0 + 1.105.1-1 amazon-ecs-bot 2026-06-29T10:00:00-08:00