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

feat(ecs-patterns): Add PlatformVersion option to ScheduledFargateTask props #12676

Merged
merged 9 commits into from
Jan 30, 2021
Merged

feat(ecs-patterns): Add PlatformVersion option to ScheduledFargateTask props #12676

merged 9 commits into from
Jan 30, 2021

Commits on Jan 23, 2021

  1. feat(ecs-patterns) Expose PlatformVersion for Fargate Scheduled Task

    fixes #12623 - Add extra parameter to the ScheduledFargateTaskProps to allow PlatformVersion to be passed. Rearranged code to handle EC2 & Fargate lanuch types correctly
    richardhughes committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    536352c View commit details
    Browse the repository at this point in the history
  2. feat(ecs-patterns) Add test case for change

    Add a new test to cover the changes in the previous commit. Tests whether the Rule Target has a defined platform version (1.4.0) rather than the default LATEST
    richardhughes committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8c16358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9a50d View commit details
    Browse the repository at this point in the history
  4. feat(ecs-patterns) rearrange the import

    Rearrange the imports into the correct order
    richardhughes committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    75e7861 View commit details
    Browse the repository at this point in the history
  5. feat(ecs-patterns): add readme entry

    Add a new section to the readme to explain the platform version option
    richardhughes committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    61763da View commit details
    Browse the repository at this point in the history
  6. feat(ecs-patterns): Fix quote format in tests

    Change double quotes to single quotes
    richardhughes committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    c4d6452 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    4de8ea9 View commit details
    Browse the repository at this point in the history
  2. feat(ecs-patterns): Remove Breaking Changes

    Revert the code to remove the function breaking change. EC2 Task uses old functions and the Fargate Task builds the ECS Task and then adds it to the target separately
    richardhughes committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    749e57e View commit details
    Browse the repository at this point in the history
  3. feat(ecs-patterns): Add comment and remove import

    fix some PR issues and add a comment and remove the ecstask import
    richardhughes committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    28660df View commit details
    Browse the repository at this point in the history