We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What would you like to be added: update github.com/aws/aws-sdk-go-v2/service/ecs to v1.45.0 to set the restart policy in ECS task definitions.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-restart-policy.html https://github.com/aws/aws-sdk-go-v2/blob/release-2024-08-15/service/ecs/CHANGELOG.md#v1450-2024-08-15
Why is this needed: To control the restarting of containers.
The text was updated successfully, but these errors were encountered:
Thank you. As you said, updating the SDK version is enough to use RestartPolicy. We don't need to fix codes.
RestartPolicy
cf.
pipecd/pkg/app/piped/platformprovider/ecs/client.go
Line 183 in 41c3f71
Sorry, something went wrong.
tom-256
Successfully merging a pull request may close this issue.
What would you like to be added:
update github.com/aws/aws-sdk-go-v2/service/ecs to v1.45.0 to set the restart policy in ECS task definitions.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-restart-policy.html
https://github.com/aws/aws-sdk-go-v2/blob/release-2024-08-15/service/ecs/CHANGELOG.md#v1450-2024-08-15
Why is this needed:
To control the restarting of containers.
The text was updated successfully, but these errors were encountered: