Skip to content

Releases: marshall7m/local-ecs-api

v0.0.5

02 Nov 21:30
Compare
Choose a tag to compare

Fix the issue of /role/role-name being overridden by /creds for the AWS_CONTAINER_CREDENTIALS_RELATIVE_URI env var within run-task override compose file if an override task role ARN is not specified in RunTask API call.

v0.0.4

31 Oct 19:11
Compare
Choose a tag to compare

Fix RunTask model's networkConfiguration attribute lookup and make assignPublicIp and securityGroups attributes optional

v0.0.3

28 Oct 22:39
Compare
Choose a tag to compare

Fix override execution role ARN being passed to the task.up() method rather than the entire overrides dict

v0.0.2

28 Oct 00:37
Compare
Choose a tag to compare

Enhancements:

  • AWS credentials to be used by the local-ecs-api and the ECS endpoint can now be configured using env vars. API supports passing credentials via a .aws/ directory volume mount or AWS access keys.
  • GitHub actions testing job now uses the dev container configurations specified under .devcontainer/.
  • Visual diagram of the API is displayed within README.md.
  • E2E tests contain teardown logic to remove testing ECS endpoint, task, and ECS API containers with their associated networks and volumes.

v0.0.1

07 Oct 21:49
Compare
Choose a tag to compare

Experimental Release