Skip to content

Commit

Permalink
feat(aws-ecs): add Fargate version 1.3.0 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd authored and rix0rrr committed Mar 7, 2019
1 parent 615ecd4 commit b529ad7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/@aws-cdk/aws-ecs/lib/fargate/fargate-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@ export enum FargatePlatformVersion {
Latest = 'LATEST',

/**
* Version 1.2
* Version 1.3.0
*
* Supports secrets, task recycling.
*/
Version1_3 = '1.3.0',

/**
* Version 1.2.0
*
* Supports private registries.
*/
Expand Down

0 comments on commit b529ad7

Please sign in to comment.