Phillip Shipley
Phillip Shipley
@jeremypumphrey You're right, it will only updates the tag for a container found in the task definition with the same image name you provided. Early on it did not do...
Hi @davidshare, well this is interesting, from the best I can tell that argument is essentially ignored. It prints out the message that it's not yet in use and then...
I don't remember exactly and don't have easy access to an ECS cluster at the moment to test, but I don't think the deployment and the number of desired tasks...
Looks like #261 will revert/fix this.
Do you know where in `ecs-deploy` a command is failing and causing the exit?
Hi @wcoc, does the `--enable-rollback` flag/feature not do what you're looking for?
@wcoc I finally got to merging #200, in your comment on that PR you thought it resolved this issue. Can you confirm that or if more is needed?
Hi @cazorla19 is this still something you're interested in? Sorry its been just about a year since you submitted it, I've been quite busy lately. This feature is not something...
@vincentkwok can you look at PR #94 and see if that is what you are looking for. It replaces the tag for all containers regardless of the image name. So...
@ginman86 this change looks pretty simple, but it's throwing errors for me: ``` Parameter validation failed: Invalid type for parameter memory, value: None, type: , valid types: ``` What version...