🐛 Bug Fixes
- Preserve default
allowed_source_ips
with env overrides (#2543)The default
allowed_source_ips
entry was ignored if a user specified environment override forhttp
but withoutallowed_source_ips
. This fix ensures we retain the default value if the field is not overridden. - Re-running
copilot init
should work if an application was already initialized with a domain name (#2562) - Sidecar containers no longer set the port to be 80 if it's not specified. Instead if
port
is not present we leave it blank (#2565) - Revert the spinner library so that the text gets replaced when the deployments are done instead of creating a new line (#2568)
- Running
env init
in applications with a domain name and multiple AWS accounts should now succeed (#2567)