Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.68.0

09 Jan 17:35
Compare
Choose a tag to compare

1.68.0

  • Bug - Add ServiceConnect image to clean-up exclusion list #3521
  • Enhancement: added new agent configuration to specify ephemeral host port range #3522

Amazon ECS Agent - v1.67.2

13 Dec 20:51
Compare
Choose a tag to compare
  • Bug - Fix the generation of network bindings for Service Connect container #3513
  • Bug - Prevent resetting valid agent state db when IMDS fails on startup #3509

Amazon ECS Agent - v1.67.1

08 Dec 19:07
Compare
Choose a tag to compare
  • Bug - Read git hash from RELEASE_COMMIT file if possible #3508

Amazon ECS Agent - v1.67.0

08 Dec 19:07
Compare
Choose a tag to compare
  • Bug - Don't log errors on instances not using GMSA #3489
  • Enhancement - Update packaging Readme files with updated instructions to build init files #3490
  • Bug - Fix unit tests for cgroup v2 #3491
  • Enhancement - Update readme for ECS_SELINUX_CAPABLE to clarify Z-mode mount only and limited support #3496
  • Bug - Fix agent short hash version bug #3497
  • Bug - Use Ubuntu 20.04 for linux GH Unit tests #3501
  • Feature - Container port range mapping #3506

Amazon ECS Agent - v1.66.2

12 Nov 22:32
Compare
Choose a tag to compare
  • Bug - Add ecs-serviceconnect to CNI and Agent build scripts #3482
  • Bug - Add call to update-version.sh to dockerfree-agent-image #3484

Amazon ECS Agent - v1.66.1

11 Nov 00:54
f004ace
Compare
Choose a tag to compare

Bug - Update ecs agent version short hash to point to built head #3476
Bug - Remove CAP_CHOWN #3480

Amazon ECS Agent - v1.66.0

09 Nov 00:16
fe0ce62
Compare
Choose a tag to compare
  • Feature - gMSA on Linux support #3464
  • Enhancement - Restart AppNet Relay on failure #3469

Amazon ECS Agent - v1.65.1

28 Oct 21:04
Compare
Choose a tag to compare

1.65.1

Amazon ECS Agent - v1.65.0

20 Oct 00:52
Compare
Choose a tag to compare

1.65.0

  • Feature - ECS Agent changes to support task scale in protection feature. ECS Agent API Endpoint is also introduced with this feature. This feature allows a user to update and get task protection state of a task from a task container by calling ECS Agent API Endpoint, which protects the task from being terminated in a scale-in event #3427 Github feature request - #125
  • Enhancement - Update service connect config validator to validate fields with a global standard, or consumed and proceeded by ECS Agent for service connect #3424
  • Enhancement - ServiceConnect AppNet version handling; init bootstrap; CNI interface name update for service connect #3436
  • Enhancement - Add file watcher for Appnet agent image update for service connect #3435
  • Enhancement - Change method for retrieving Windows network statistics in case of awsvpc network mode for Windows #3425
  • Bug - Fix minor unreachable code caused by t.Fatal #3372

Amazon ECS Agent - v1.64.0

05 Oct 19:09
67240c1
Compare
Choose a tag to compare
  • Feature - Add service connect feature. This feature enables ECS Service to be discoverable and ECS will leverage the container port mappings, service name and default application namespace associated with the cluster and the service to register your service for discovery and to enable discovery of dependencies through DNS lookup #3414
  • Bugfix: Bump Go to 1.19.1 for CVE-2022-27664 #3398