-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update aws cdk to v0.32.0 #52
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,39 +20,37 @@ | |
"prepublish": "run-s clean build" | ||
}, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "0.31.0", | ||
"@aws-cdk/assets": "0.31.0", | ||
"@aws-cdk/assets-docker": "0.31.0", | ||
"@aws-cdk/aws-applicationautoscaling": "0.31.0", | ||
"@aws-cdk/aws-autoscaling": "0.31.0", | ||
"@aws-cdk/aws-autoscaling-api": "0.31.0", | ||
"@aws-cdk/aws-autoscaling-common": "0.31.0", | ||
"@aws-cdk/aws-certificatemanager": "0.31.0", | ||
"@aws-cdk/aws-cloudformation": "0.31.0", | ||
"@aws-cdk/aws-cloudwatch": "0.31.0", | ||
"@aws-cdk/aws-codedeploy-api": "0.31.0", | ||
"@aws-cdk/aws-codepipeline-api": "0.28.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. deprecated. |
||
"@aws-cdk/aws-ec2": "0.31.0", | ||
"@aws-cdk/aws-ecr": "0.31.0", | ||
"@aws-cdk/aws-ecs": "0.31.0", | ||
"@aws-cdk/aws-elasticloadbalancing": "0.31.0", | ||
"@aws-cdk/aws-elasticloadbalancingv2": "0.31.0", | ||
"@aws-cdk/aws-events": "0.31.0", | ||
"@aws-cdk/aws-iam": "0.31.0", | ||
"@aws-cdk/aws-kms": "0.31.0", | ||
"@aws-cdk/aws-lambda": "0.31.0", | ||
"@aws-cdk/aws-logs": "0.31.0", | ||
"@aws-cdk/aws-route53": "0.31.0", | ||
"@aws-cdk/aws-s3": "0.31.0", | ||
"@aws-cdk/aws-s3-notifications": "0.31.0", | ||
"@aws-cdk/aws-secretsmanager": "0.31.0", | ||
"@aws-cdk/aws-servicediscovery": "0.31.0", | ||
"@aws-cdk/aws-sns": "0.31.0", | ||
"@aws-cdk/aws-sqs": "0.31.0", | ||
"@aws-cdk/aws-stepfunctions": "0.31.0", | ||
"@aws-cdk/cdk": "0.31.0", | ||
"@aws-cdk/cx-api": "0.31.0", | ||
"@aws-cdk/region-info": "0.31.0", | ||
"@aws-cdk/assert": "0.32.0", | ||
"@aws-cdk/assets": "0.32.0", | ||
"@aws-cdk/assets-docker": "0.32.0", | ||
"@aws-cdk/aws-applicationautoscaling": "0.32.0", | ||
"@aws-cdk/aws-autoscaling": "0.32.0", | ||
"@aws-cdk/aws-autoscaling-api": "0.32.0", | ||
"@aws-cdk/aws-autoscaling-common": "0.32.0", | ||
"@aws-cdk/aws-certificatemanager": "0.32.0", | ||
"@aws-cdk/aws-cloudformation": "0.32.0", | ||
"@aws-cdk/aws-cloudwatch": "0.32.0", | ||
"@aws-cdk/aws-ec2": "0.32.0", | ||
"@aws-cdk/aws-ecr": "0.32.0", | ||
"@aws-cdk/aws-ecs": "0.32.0", | ||
"@aws-cdk/aws-elasticloadbalancing": "0.32.0", | ||
"@aws-cdk/aws-elasticloadbalancingv2": "0.32.0", | ||
"@aws-cdk/aws-events": "0.32.0", | ||
"@aws-cdk/aws-iam": "0.32.0", | ||
"@aws-cdk/aws-kms": "0.32.0", | ||
"@aws-cdk/aws-lambda": "0.32.0", | ||
"@aws-cdk/aws-logs": "0.32.0", | ||
"@aws-cdk/aws-route53": "0.32.0", | ||
"@aws-cdk/aws-s3": "0.32.0", | ||
"@aws-cdk/aws-s3-notifications": "0.32.0", | ||
"@aws-cdk/aws-secretsmanager": "0.32.0", | ||
"@aws-cdk/aws-servicediscovery": "0.32.0", | ||
"@aws-cdk/aws-sns": "0.32.0", | ||
"@aws-cdk/aws-sqs": "0.32.0", | ||
"@aws-cdk/aws-stepfunctions": "0.32.0", | ||
"@aws-cdk/cdk": "0.32.0", | ||
"@aws-cdk/cx-api": "0.32.0", | ||
"@aws-cdk/region-info": "0.32.0", | ||
"@types/jest": "24.0.13", | ||
"jest": "24.8.0", | ||
"npm-run-all": "4.1.5", | ||
|
@@ -64,7 +62,8 @@ | |
"typescript": "3.4.5" | ||
}, | ||
"peerDependencies": { | ||
"@aws-cdk/aws-ecs": "^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0", | ||
"@aws-cdk/cdk": "^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0" | ||
"@aws-cdk/aws-ecs": "^0.32.0", | ||
"@aws-cdk/cdk": "^0.32.0", | ||
"@aws-cdk/aws-route53-targets": "^0.32.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [], | ||
"Name": "mackerel-container-agent", | ||
|
@@ -38,7 +30,6 @@ Object { | |
], | ||
"Family": "TaskDefinition", | ||
"NetworkMode": "awsvpc", | ||
"PlacementConstraints": Array [], | ||
"RequiresCompatibilities": Array [ | ||
"EC2", | ||
], | ||
|
@@ -103,14 +94,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [ | ||
Object { | ||
|
@@ -132,7 +115,6 @@ Object { | |
], | ||
"Family": "TaskDefinition", | ||
"NetworkMode": "bridge", | ||
"PlacementConstraints": Array [], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (I think this p-r title/ description isn't kind enough. I never imagined it introduces output change to pure ECS stacks...) |
||
"RequiresCompatibilities": Array [ | ||
"EC2", | ||
], | ||
|
@@ -214,14 +196,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [ | ||
Object { | ||
|
@@ -243,7 +217,6 @@ Object { | |
], | ||
"Family": "TaskDefinition", | ||
"NetworkMode": "bridge", | ||
"PlacementConstraints": Array [], | ||
"RequiresCompatibilities": Array [ | ||
"EC2", | ||
], | ||
|
@@ -321,14 +294,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [ | ||
Object { | ||
|
@@ -350,7 +315,6 @@ Object { | |
], | ||
"Family": "TaskDefinition", | ||
"NetworkMode": "bridge", | ||
"PlacementConstraints": Array [], | ||
"RequiresCompatibilities": Array [ | ||
"EC2", | ||
], | ||
|
@@ -432,14 +396,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [ | ||
Object { | ||
|
@@ -461,7 +417,6 @@ Object { | |
], | ||
"Family": "TaskDefinition", | ||
"NetworkMode": "bridge", | ||
"PlacementConstraints": Array [], | ||
"RequiresCompatibilities": Array [ | ||
"EC2", | ||
], | ||
|
@@ -543,14 +498,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [ | ||
Object { | ||
|
@@ -572,7 +519,6 @@ Object { | |
], | ||
"Family": "TaskDefinition", | ||
"NetworkMode": "bridge", | ||
"PlacementConstraints": Array [], | ||
"RequiresCompatibilities": Array [ | ||
"EC2", | ||
], | ||
|
@@ -650,14 +596,6 @@ Object { | |
"Essential": true, | ||
"Image": "mackerel/mackerel-container-agent:latest", | ||
"Links": Array [], | ||
"LinuxParameters": Object { | ||
"Capabilities": Object { | ||
"Add": Array [], | ||
"Drop": Array [], | ||
}, | ||
"Devices": Array [], | ||
"Tmpfs": Array [], | ||
}, | ||
"Memory": 128, | ||
"MountPoints": Array [], | ||
"Name": "mackerel-container-agent", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecated.
https://www.npmjs.com/package/@aws-cdk/aws-codedeploy-api
Just removed.