Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.105.1
1.106.0
4 changes: 2 additions & 2 deletions agent/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ecs-init/ECSVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.105.1
1.106.0
2 changes: 1 addition & 1 deletion ecs-init/config/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 7 additions & 2 deletions packaging/amazon-linux-ami-integrated/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))
Expand Down Expand Up @@ -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))
Expand All @@ -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))
Expand Down Expand Up @@ -393,6 +395,9 @@ fi
%endif

%changelog
* Wed Jul 22 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.106.0-1
- Cache Agent version 1.106.0

* Mon Jun 29 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.105.1-1
- Cache Agent version 1.105.1

Expand Down
6 changes: 6 additions & 0 deletions packaging/generic-deb-integrated/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amazon-ecs-init (1.106.0-1) stable; urgency=medium

* Cache Agent version 1.106.0

-- amazon-ecs-bot <amazon-ecs-bot@amazon.com> Wed, 22 Jul 2026 18:00:00 +0000

amazon-ecs-init (1.105.1-1) stable; urgency=medium

* Cache Agent version 1.105.1
Expand Down
5 changes: 4 additions & 1 deletion packaging/generic-rpm-integrated/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <amazon-ecs-bot@amazon.com> - 1.106.0-1
- Cache Agent version 1.106.0

* Mon Jun 29 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.105.1-1
- Cache Agent version 1.105.1

Expand Down
4 changes: 4 additions & 0 deletions packaging/suse/amazon-ecs-init.changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog/CHANGELOG_MASTER
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.106.0-1
amazon-ecs-bot <amazon-ecs-bot@amazon.com>
2026-07-22T10:00:00-08:00
Cache Agent version 1.106.0

1.105.1-1
amazon-ecs-bot <amazon-ecs-bot@amazon.com>
2026-06-29T10:00:00-08:00
Expand Down
Loading