copilot-cli: Release v1.22.1
🐛 Bug Fixes
-
Allow
cdn
certificate import withouthttp
cert import in Environment manifests (#4061)In v1.22.0, Copilot introduced TLS termination by CloudFront for Load Balanced Web Services. However, enabling the feature required importing a certificate to both the public Application Load Balancer and CloudFront. This requirement has been removed, and you can now enable TLS termination without having a certificate attached to the load balancer.
-
Fix segfault while running
env package
(#4061) -
Escape double-quotes in serialized
parameters.json
values when runningcopilot svc package --output-dir
(#4061) -
Use the sidecar container's port and protocol if it is the target container for the load balancer (#4047)
-
Use the
image.location
value if present when runningcopilot svc package --output-dir
(#4055) -
The manifest generated for a Worker service with
svc init
now takes into consideration whether or not the topics selected are FIFO (#4056)