-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Commits on Jan 23, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 536352c - Browse repository at this point
Copy the full SHA 536352cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8c16358 - Browse repository at this point
Copy the full SHA 8c16358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9a50d - Browse repository at this point
Copy the full SHA 6a9a50dView commit details -
feat(ecs-patterns) rearrange the import
Rearrange the imports into the correct order
Configuration menu - View commit details
-
Copy full SHA for 75e7861 - Browse repository at this point
Copy the full SHA 75e7861View commit details -
feat(ecs-patterns): add readme entry
Add a new section to the readme to explain the platform version option
Configuration menu - View commit details
-
Copy full SHA for 61763da - Browse repository at this point
Copy the full SHA 61763daView commit details -
feat(ecs-patterns): Fix quote format in tests
Change double quotes to single quotes
Configuration menu - View commit details
-
Copy full SHA for c4d6452 - Browse repository at this point
Copy the full SHA c4d6452View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4de8ea9 - Browse repository at this point
Copy the full SHA 4de8ea9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 749e57e - Browse repository at this point
Copy the full SHA 749e57eView commit details -
feat(ecs-patterns): Add comment and remove import
fix some PR issues and add a comment and remove the ecstask import
Configuration menu - View commit details
-
Copy full SHA for 28660df - Browse repository at this point
Copy the full SHA 28660dfView commit details