Skip to content
New issue

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

Enable restart policy property for ECS application #5144

Closed
tom-256 opened this issue Aug 16, 2024 · 1 comment · Fixed by #5241
Closed

Enable restart policy property for ECS application #5144

tom-256 opened this issue Aug 16, 2024 · 1 comment · Fixed by #5241
Assignees
Labels
kind/enhancement New feature or request

Comments

@tom-256
Copy link

tom-256 commented Aug 16, 2024

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.

@tom-256 tom-256 added the kind/enhancement New feature or request label Aug 16, 2024
@t-kikuc
Copy link
Member

t-kikuc commented Aug 16, 2024

Thank you.
As you said, updating the SDK version is enough to use RestartPolicy. We don't need to fix codes.

cf.

ContainerDefinitions: taskDefinition.ContainerDefinitions,

@Warashi Warashi added this to ROADMAP Sep 6, 2024
@Warashi Warashi moved this to 📋 New in ROADMAP Sep 6, 2024
@t-kikuc t-kikuc added this to v0.49.1 Sep 19, 2024
@t-kikuc t-kikuc removed this from ROADMAP Sep 19, 2024
@t-kikuc t-kikuc moved this to In Progress in v0.49.1 Sep 19, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in v0.49.1 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants