Fixed placement constraints are taken into account while comparing it to the previously deployed version
0.9.90
You can now deploy containers and export its ports with less than 4 digits. e.g. port 80
0.9.89
added --update-only flag to avoid creating resources while using it along with terraform.
0.9.88
When deploying a container who is using awsvpc networking mode and it is also exposed as load balancer we need to set TargetType to "ip" instead of "instance"
0.9.86
This bug was causing a redeploy of the service over and over because it wasn't taking into account environment variables in taskDefinition comparison.