Releases: aws/amazon-ecs-agent
Releases · aws/amazon-ecs-agent
Amazon ECS Agent - v1.72.0
- Feature - Add domainless gMSA support on windows/linux #3735
- Enhancement - Update golang.org/x/net to v0.8.0 #3730
- Enhancement - Change a log.Info message to log.Debug #3713
- Code Quality Improvement - Add more tests for v2, v3, and v4 container metadata handlers #3708
- Code Quality Improvement - Move utils/retry and api/errors to ecs-agent #3711
- Code Quality Improvement - Move v4 metadata models to ecs-agent module #3715
- Code Quality Improvement - Move ACS client to ecs-agent module and refactor #3710
- Code Quality Improvement - Move statsEngine initiation from tcs session initialization, and adding channels to statsEngine #3717
- Code Quality Improvement - Channel based docker stats engine implementation (DockerStatsEngine -> TCSClient) #3683
- Code Quality Improvement - Remove telemetry message logging to avoid polluting debug log #3725
- Code Quality Improvement - Add v4 container metadata handler to ecs-agent module #3720
- Code Quality Improvement - Add more v2, v3, and v4 task metadata tests #3722
- Code Quality Improvement - Consume v4 container metadata handler from ecs-agent module #3727
- Code Quality Improvement - Improve test coverage for taskWithTags endpoints #3729
- Fix - Update amazon-ecs-cni-plugins submodule #3732
Amazon ECS Agent - v1.71.2
- Improvement - Add structured logging for Task and Docker Image Manager #3677 #3696
- Enhancement - Update dependencies to include security patches reported by dependabot for agent #3632 #3691
- Code Quality Improvement - Refactor common ENI attachment functionality #3685
- Code Quality Improvement - Move handlers utils, v2 metadata models, v1 and v2 TMDS credentials endpoints to ecs-agent module #3698 #3698 #3705
- Code Quality Improvement - Add wsclient library to ecs-agent module #3690
- Fix - Support firelens for bridge mode ServiceConnect task #3693
- Fix - Support special characters in the password for FSx : windows #3669
Amazon ECS Agent - v1.71.1
- Enhancement - Add new release config file called agentVersionV2-.json to our release CodePipeline project #3680
- Enhancement - Update third party attribution files #3655
- Enhancement - Add metrics interface and corresponding no-ops to ecs-agent/ #3654
- Enhancement - Task state change logging refactor #3674
- Enhancement - Add default AES256 encryption and enable versioning to buckets #3673
- Code Quality Improvement - Move TMDS initialization and Audit Logger interface to ecs-agent module, and update agent module to consume them #3653 #3660 #3663 #3666
- Code Quality Improvement - Clean up ACS model, gogenerate, and tool dependencies #3659 #3670
- Code Quality Improvement - Move container instance health doctor to ecs-agent/ #3662
- Code Quality Improvement - Move agent logger to ecs-agent module #3681
Amazon ECS Agent - v1.71.0
- Enhancement - update docker client library to latest in ecs-init #3635
- Enhancement - Update vendor directory of agent package. #3645
- Enhancement - Add ecs-agent/ ACS model and cleanup gogenerate make #3643
- Enhancement - Integrate ecs-agent module with CI. Add make targets for ecs-agent module #3651
- Fix - Fix misleading error response codes for v4 metadata and stats endpoints for TMDE. The endpoints will now return a 404 Not Found error code when task/container is not found and a 500 Internal Server Error on unexpected failures. TMDE clients that branch logic based on error response status codes will behave differently. For example, clients that retry on 5XX errors but not on 4XX errors will no longer perform futile retries #3644
Amazon ECS Agent - v1.70.2
Amazon ECS Agent - v1.70.1
- Enhancement - Update the description of ECS_DYNAMIC_HOST_PORT_RANGE #3609
- Enhancement - simplified ACS handler refactor #3225
- Fix - change code suite to code services in readme #3613
- Fix - Remove scripts/verify-agent-artifacts #3617
- Enhancement - logging cleanup for unnecessary warn/error messages #3621
- Enhancement - dependency updates #3458, #3606
Amazon ECS Agent - v1.70.0
- Enhancement - Update docker client library to latest #3598
- Enhancement - Provide imageDigest for images from all container repositories #3576
- Enhancement - Explicitly provide the network name override to nat when using bridge network mode #3564
- Enhancement - Support dynamic host port range assignment for singular ports. The dynamic host port range can be configured with ECS_DYNAMIC_HOST_PORT_RANGE in ecs.config; if there is no user-specified ECS_DYNAMIC_HOST_PORT_RANGE, ECS Agent will assign host ports within the default port range, based on platform and Docker API version, for containers that do not have user-specified host ports in task definitions. #3601
Amazon ECS Agent - v1.69.0
- Enhancement - Use T.TempDir to create temporary test directory #3159 and #3560
- Bug - Fixed a bug that incorrectly advertised the gMSA and fsx capability #3540
- Bug - Remove fallback to Docker for host port ranges assignment #3569
- Bug - fix ecs-init log message #3577
- Enhancement - remove set-output GitHub action command #3487
- Bug - Update CNI plugin versions, IMDS access works properly over IPv6 #3581
- Enhancement - periodically disconnect from ACS #3586
Amazon ECS Agent - v1.68.2
1.68.2
- Enhancement: Skip sending STSC events for internal tasks #3541 and #3559
- Enhancement: Update go version in module file, update most vendored build dependencies to latest library #3534 and #3551
- Enhancement - Refactor build and remove legacy packaging #3552
- Bug - Address envFile resource naming defect #3554
- Bug - Enumerate port ranges into the docker config #3558
- Bug - Revert CNI Plugin submodule update #3565