Releases: awslabs/amazon-ecs-local-container-endpoints
Releases · awslabs/amazon-ecs-local-container-endpoints
Release v1.4.2
- Security - Update security patches (#228)
Release v1.4.1
- Security - Update security patches (#194)
Release v1.4.0
1.4.0
- Feature - Add support for ARM64 binaries and docker images (#59). This release adds architecture-specific suffixes to the image tags, so instead of
latest
, e.g. users should uselatest-amd64
orlatest-arm64
. - Supported tags:
- latest-arm64
- 1.4.0-arm64
- 1.4.0-agent1.27.0-compatible-arm64
- latest-amd64
- 1.4.0-amd64
- 1.4.0-agent1.27.0-compatible-amd64
Amazon ECS Local Container Endpoints - v1.3.0
1.3.0
- Feature - Add support for V4 and generic metadata endpoints (#38)
Amazon ECS Local Container Endpoints - v1.2.0
1.2.0
- Feature - Add support for assuming roles in other accounts with path
/role-arn/{role arn}
(#36)
Amazon ECS Local Container Endpoints - v1.1.0
1.1.0
- Bug - Set expiration timestamp on temporary credentials (#26)
- Feature - Change base image to amazonlinux to support sourcing credentials from an external process (#30)
- Feature - Add support for custom endpoints for STS and IAM (#16)
- Enhancement - Print verbose error messages for credential chain problems (#25)
Download the latest ECS Local Container Endpoints from DockerHub.
Amazon ECS Local Container Endpoints - v1.0.1
1.0.1
- Enhancement - Add custom user agent header for calls made to STS and IAM (#9)
Download the latest ECS Local Container Endpoints from DockerHub.
Amazon ECS Local Container Endpoints - v1.0.0
1.0.0
- Feature - Support vending temporary credentials to containers from a base set of credentials
- Feature - Support vending temporary credentials to containers from an IAM Role
- Feature - Support Task Metadata V2 Paths:
- Task Metadata -
/v2/metadata
- Container Metadata -
/v2/metadata/<container-id>
- Task Stats -
/v2/stats
- Container Stats -
/v2/stats/<container-id>
- Task Metadata -
- Feature - Support Task Metadata V3 Paths:
- Container Metadata -
/v3
OR/v3/containers/<container>
- Task Metadata -
/v3/task
OR/v3/containers/<container>/task
- Container Stats -
/v3/stats
OR/v3/containers/<container>/stats
- Task Stats -
/v3/task/stats
OR/v3/containers/<container>/task/stats
- Container Metadata -