ecs-deploy-buildkite-plugin icon indicating copy to clipboard operation
ecs-deploy-buildkite-plugin copied to clipboard

Feat: Set Task Definitions to Inactive

Open turingbeing opened this issue 8 months ago • 1 comments

Adds a new conditional feature to set previous task definitions to INACTIVE, currently old definitions are left ACTIVE. The feature is optionally controlled via the deregister-tasks flag and is false by default.

Adds:

  • Conditional to control Task Deregistration
  • deregister_old_task_definitions function in plugin.bash

Updates:

  • Success logic to remove old tasks if enabled
  • README
  • Tests

turingbeing avatar Jun 19 '24 08:06 turingbeing