-
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
Conversation
3916e87
to
b781f34
Compare
b781f34
to
98b9c36
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
"@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 comment
The reason will be displayed to describe this comment to others. Learn more.
deprecated.
https://www.npmjs.com/package/@aws-cdk/aws-codepipeline-api
(We might depend on @aws-cdk/aws-codepipeline-actions
instead of this from author message, but I just removed since yarn never complains about its absence.)
"@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", |
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.
"@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 comment
The reason will be displayed to describe this comment to others. Learn more.
warning " > @aws-cdk/aws-ecs@0.32.0" has unmet peer dependency "@aws-cdk/aws-route53-targets@^0.32.0".
warning "@aws-cdk/aws-ecs > @aws-cdk/aws-route53-targets@0.32.0" has unmet peer dependency "@aws-cdk/aws-cloudfront@^0.32.0".
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -132,7 +115,6 @@ Object { | |||
], | |||
"Family": "TaskDefinition", | |||
"NetworkMode": "bridge", | |||
"PlacementConstraints": Array [], |
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.
(I think this p-r title/ description isn't kind enough. I never imagined it introduces output change to pure ECS stacks...)
@aereal Hi, I just updated this p-r to pass CI and clean-upped package.json a bit. Can you please review this? |
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.
Thanks! LGTM
This PR contains the following updates:
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
0.31.0
->0.32.0
Release Notes
awslabs/aws-cdk
v0.32.0
Compare Source
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
Load Balancer as an Alias Record Target now requires an integration
object from the
@aws-cdk/aws-route53-targets
package.IBucket.arnForObject
method no longerconcatenates path fragments on your behalf. Pass the
/
-concatenatedkey pattern instead.
export
methods from all AWS resources have been removed. CloudFormation Exports are now automatically created when attributes are referenced across stacks within the same app. To export resources manually, you can explicitly define aCfnOutput
.kms.EncryptionKey
renamed tokms.Key
ec2.VpcNetwork
renamed toec2.Vpc
ec2.VpcSubnet
renamed toec2.Subnet
cloudtrail.CloudTrail
renamedto
cloudtrail.Trail`XxxAttribute
andXxxImportProps
interfaces which were no longer in used after their correspondingexport
method was deleted and there was no use for them in imports.ecs.ClusterAttributes
now acceptsIVpc
andISecurityGroup
instead of attributes. You can use theircorresponding
fromXxx
methods to import them as needed.servicediscovery.CnameInstance.instanceCname
renamed tocname
.glue.IDatabase.locationUrl
is now only inglue.Database
(not on the interface)ec2.TcpPortFromAttribute
andUdpPortFromAttribute
removed. UseTcpPort
andUdpPort
withnew Token(x).toNumber
instead.ec2.VpcNetwork.importFromContext
renamed toec2.Vpc.fromLookup
iam.IRole.roleId
has been removed from the interface, butRole.roleId
is still available for owned resources.loadBalancer
property in ServerDeploymentGroupProps has been changed.apigateway.ResourceBase.trackChild
is now internal.cloudfront.S3OriginConfig.originAccessIdentity
is noworiginAccessIdentityId
codedeploy.LambdaDeploymentGroup.alarms
is nowcloudwatch.IAlarm[]
(previouslycloudwatch.Alarm[]
)codepipeline.crossRegionScaffoldingStacks
renamed tocrossRegionScaffolding
codepipeline.CrossRegionScaffoldingStack
renamed tocodepipeline.CrossRegionScaffolding
and cannot be instantiated (abstract)ec2.VpcSubnet.addDefaultRouteToNAT
renamed toaddDefaultNatRoute
and made publicec2.VpcSubnet.addDefaultRouteToIGW
renamed toaddDefaultInternetRoute
, made public and first argument is the gateway ID (string) and not the CFN L1 classecs.Ec2EventRuleTarget.taskDefinition
is nowITaskDefinition
(previouslyTaskDefinition
)lambda.IEventSource.bind
now acceptsIFunction
instead ofFunctionBase
. UseIFunction.addEventSourceMapping
to add an event source mapping under the function.lambda.Layer.grantUsage
renamed tolambda.layer.addPermission
and returns voidstepfunctions.StateMachine.role
is nowiam.IRole
(previouslyiam.Role
)onXxx()
CloudWatch Event methods now have the signature:onAlarm
was renamed toaddAlarmAction
onOk
was renamed toaddOkAction
onInsufficientData
was renamed toaddInsufficientDataAction
onLifecycleTransition
was renamed toaddLifecycleHook
onPreHook
was renamed toaddPreHook
onPostHook
was renamed toaddPostHook
onXxx
were renamed toaddXxxTrigger
onImagePushed
was renamed toonCloudTrailImagePushed
onEvent
was renamed toaddEventNotification
onObjectCreated
was renamed toaddObjectCreatedNotification
onObjectRemoved
was renamed toaddObjectRemovedNotification
onPutObject
was renamed toonCloudTrailPutObject
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.