Skip to content

Releases: awslabs/amazon-ecs-local-container-endpoints

Release v1.4.2

08 Mar 19:12
48d5b45
Compare
Choose a tag to compare
  • Security - Update security patches (#228)

Release v1.4.1

08 Mar 19:11
a36915d
Compare
Choose a tag to compare
  • Security - Update security patches (#194)

Release v1.4.0

30 Mar 20:52
b7fe1e6
Compare
Choose a tag to compare

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 use latest-amd64 or latest-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

16 Jul 21:03
4fa3c29
Compare
Choose a tag to compare

1.3.0

  • Feature - Add support for V4 and generic metadata endpoints (#38)

Amazon ECS Local Container Endpoints - v1.2.0

23 Apr 21:31
Compare
Choose a tag to compare

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

22 Jan 22:19
Compare
Choose a tag to compare

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

24 Apr 21:19
Compare
Choose a tag to compare

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

27 Mar 16:36
Compare
Choose a tag to compare

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>
  • 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