Skip to content

0.3.0

Compare
Choose a tag to compare
@aknysh aknysh released this 19 Sep 19:31

what

Add the ability to map multiple ports.

why

Mapping multiple ports was not possible today.

Other things to note:

  1. This is a breaking change, as it does away with the individual "container_port", "host_port", and "protocol" configuration in favor of providing the entire "port_mappings" list of maps.
  2. This PR changes how environment variables get processed. They are now processed separately and replaced as the last step of output processing. This was done because the current solution was turning the ports into strings, which is invalid configuration for ECS. This effectively rolls back #9 and implements that solution in a new way that is compatible with the port mappings.