Skip to content

v3.0.0 - Implementation of deploy-ecs-scheduled-task command and bug fixes

Compare
Choose a tag to compare
@brivu brivu released this 12 Jul 23:43
· 65 commits to master since this release
a72305a

Added Commands

deploy-ecs-scheduled-task - Deploy an ECS Scheduled Task Rule after updating a task definition.

Added Parameters

  • rule-name: The name of the scheduled task's rule to update.

What's Changed

  • fix!: renamed cluster-name parameter to cluster for consistency by @brivu in #169
  • feat: added deploy-ecs-scheduled-task command by @brivu in #168
  • fix: added maxsplit=1 to split method to handle base64 values by @brivu in #170
  • chore: update fargate spot description by @brivu in #171

Full Changelog: v2.3.0...v3.0.0