kayac / ecspresso

ecspresso is a deployment tool for Amazon ECS
MIT License
826 stars 90 forks source link

request to update github.com/aws/aws-sdk-go-v2/service/ecs version to v1.45.0 #757

Closed tatsukoni-pra closed 2 weeks ago

tatsukoni-pra commented 3 weeks ago

Background

v1.45.0 (2024-08-15)

Feature: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.

Current Issue

Warning: /10/21 01:29:47 [WARNING] json: unknown field "RestartPolicy" in task-def.jsonnet

Image

Image

Request

tatsukoni-pra commented 3 weeks ago

Currently, we are using ecspresso v2.4.1.

fujiwara commented 3 weeks ago

@tatsukoni-pra Thank you for the request! https://github.com/kayac/ecspresso/releases/tag/v2.4.2 supports restartPolicy. Please try it.

tatsukoni-pra commented 3 weeks ago

@fujiwara Thank you for your prompt response!!

In ecspresso v2.4.2, the warning disappeared and restartPolicy could be used and reflected.

Image