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

Update aws cdk to v1.52.0 #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update aws cdk to v1.52.0 #245

wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 9, 2020

This PR contains the following updates:

Package Type Update Change
@aws-cdk/assert devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/assets devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-apigateway devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-applicationautoscaling devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-autoscaling devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-autoscaling-common devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-autoscaling-hooktargets devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-certificatemanager devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-cloudformation devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-cloudfront devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-cloudwatch devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-ec2 devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-ecr devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-ecr-assets devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-ecs devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-elasticloadbalancing devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-elasticloadbalancingv2 devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-events devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-iam devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-kms devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-lambda devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-logs devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-route53 devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-route53-targets devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-s3 devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-s3-assets devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-secretsmanager devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-servicediscovery devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-sns devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-sns-subscriptions devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-sqs devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/aws-ssm devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/core devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/cx-api devDependencies minor 1.44.0 -> 1.52.0
@aws-cdk/region-info devDependencies minor 1.44.0 -> 1.52.0

Release Notes

aws/aws-cdk

v1.52.0

Compare Source

⚠ BREAKING CHANGES
  • rds: the property 'version' has been changed from string to an engine-specific
    version class; use VersionClass.of() if you need to create a specific version of an engine from a string
  • rds: the property ParameterGroupProps.family has been renamed to engine, and its type changed from string to IEngine
  • rds: the property engineVersion in IClusterEngine changed from a string to EngineVersion
  • rds: the property engineVersion in IInstanceEngine changed from a string to EngineVersion
  • rds: the property parameterGroupFamily in IClusterEngine changed from required to optional
  • rds: the property parameterGroupFamily in IInstanceEngine changed from required to optional
  • rds: the class ClusterParameterGroup has been removed -
    use ParameterGroup instead
  • rds: DatabaseProxyProps.secret => DatabaseProxyProps.secrets[]
  • apigateway: defaultMethodOptions, defaultCorsPreflightOptions
    and defaultIntegration have been removed from SpecRestApiProps.
    These can be specifed directly in the OpenAPI spec or via addMethod()
    and addResource() APIs.
  • glue: The default location of glue data will be the root of an s3 bucket, instead of /data
  • rds: the class DatabaseClusterEngine has been replaced with the interface IClusterEngine in the type of DatabaseClusterProps.engine
  • rds: the class DatabaseInstanceEngine has been replaced with the interface IInstanceEngine in the type of DatabaseInstanceSourceProps.engine
  • rds: DatabaseClusterProps.engineVersion has been removed; instead, create an IClusterEngine with a specific version using the static factory methods in DatabaseClusterEngine
  • rds: DatabaseInstanceSourceProps.engineVersion has been removed; instead, create an IInstanceEngine with a specific version using the static factory methods in DatabaseInstanceEngine
  • rds: the property majorEngineVersion can no longer be passed when creating an OptionGroup; instead, create an IInstanceEngine with a specific version using the static factory methods in DatabaseInstanceEngine
Features
Bug Fixes

v1.51.0

Compare Source

Features
Bug Fixes

v1.50.0

Compare Source

⚠ BREAKING CHANGES
  • eks: version is now a mandatory property
Features
Bug Fixes

v1.49.1

Compare Source

Bug Fixes

v1.49.0

Compare Source

Features
Bug Fixes
  • apigateway: permission error in lambda integration when function name is modified (#​8813) (f1b37ef), closes #​5306
  • codebuild: project didn't have permissions to retrieve secret of image with credentials (#​8845) (4326f24)
  • elasticloadbalancingv2: dualstack ALB missing default IPv6 ingress rule (#​8798) (66f9634), closes #​7043
  • lambda-nodejs: parcel build cannot find target (#​8838) (ce7a015), closes #​8837

v1.48.0

Compare Source

⚠ BREAKING CHANGES
  • stepfunctions-tasks: containerName is not supported as an override anymore and has been replaced by containerDefinition
  • stepfunctions-tasks: EvaluateExpression is now a construct representing a task state rather than an embedded property called task
  • backup: existing vaults that use a generated name will be replaced but
    existing recovery points won't be lost. The default vault removal policy is
    RETAIN and if it was set to DESTROY the deployment will fail because
    vault with recovery points cannot be deleted.
Features
Bug Fixes

v1.47.1

Compare Source

Bug Fixes

v1.47.0

Compare Source

⚠ BREAKING CHANGES
  • stepfunctions-tasks: Dynamo* tasks no longer implementIStepFunctionsTask and have been replaced by constructs that can be instantiated directly. See README for examples
Features
Bug Fixes

v1.46.0

Compare Source

⚠ BREAKING CHANGES
  • stepfunctions-tasks: constructs for EMR* have been introduced to replace
    previous implementation which implemented IStepFUnctionsTask.
  • stepfunctions-tasks: sizeInGB property in VolumeSpecification has been renamed to volumeSize and is of type cdk.Size as we want to enable specifying any unit
  • stepfunctions-tasks: ebsRootVolumeSize property in EmrCreateCluster is now of type cdk.Size as we want to enable specifying any unit
  • stepfunctions-tasks: Tags in EmrCreateCluster type has changed from cdk.CfnTag[] to a map of string to string as we do not want to leak Cfn types
  • rds: the attribute securityGroupId has been removed from IDatabaseCluster,
    use cluster.connections.securityGroups instead
  • rds: DatabaseClusterAttributes.securityGroup has been changed to securityGroups, and its type to an array
  • rds: InstanceProps.securityGroup has been changed to securityGroups, and its type to an array
  • rds: the property engine can no longer be passed when creating a DatabaseInstanceReadReplica
  • rds: the property 'instanceClass' in DatabaseInstanceNewProps has been renamed to 'instanceType'
  • appsync: Changes way of auth config even for existing supported methods viz., User Pools and API Key.
Features
Bug Fixes

v1.45.0

Compare Source

⚠ BREAKING CHANGES
  • stepfunctions-tasks: constructs for SageMakerCreateTrainingJob and
    SageMakerCreateTransformJob replace previous implementation that
    implemented IStepFunctionsTask.
  • stepfunctions-tasks: volumeSizeInGB property in ResourceConfig for
    SageMaker tasks are now type core.Size
  • stepfunctions-tasks: maxPayload property in SagemakerTransformProps
    is now type core.Size
  • stepfunctions-tasks: volumeKmsKeyId property in SageMakerCreateTrainingJob is now volumeEncryptionKey
  • cognito: requiredAttributes on UserPool construct is now replaced with standardAttributes with a slightly modified signature.
  • rds: DatabaseClusterProps.kmsKey has been renamed to storageEncryptionKey
  • rds: DatabaseInstanceNewProps.performanceInsightKmsKey has been renamed to performanceInsightEncryptionKey
  • rds: DatabaseInstanceSourceProps.secretKmsKey has been renamed to masterUserPasswordEncryptionKey
  • rds: DatabaseInstanceProps.kmsKey has been renamed to storageEncryptionKey
  • rds: DatabaseInstanceReadReplicaProps.kmsKey has been renamed to storageEncryptionKey
  • rds: Login.kmsKey has been renamed to encryptionKey
Features
Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/aws-cdk branch from 486d12c to 1bf92c3 Compare June 9, 2020 18:00
@renovate renovate bot force-pushed the renovate/aws-cdk branch from 1bf92c3 to 6099688 Compare June 20, 2020 02:59
@renovate renovate bot changed the title Update aws cdk to v1.45.0 Update aws cdk Jun 20, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 11 times, most recently from b47a6b7 to b184764 Compare June 20, 2020 03:10
@renovate renovate bot changed the title Update aws cdk Update aws cdk to v1.46.0 Jun 20, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 2 times, most recently from f5b3264 to a701d52 Compare June 24, 2020 20:08
@renovate renovate bot changed the title Update aws cdk to v1.46.0 Update aws cdk Jun 24, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 3 times, most recently from fa46489 to 7ffd531 Compare June 24, 2020 20:19
@renovate renovate bot changed the title Update aws cdk Update aws cdk to v1.47.0 Jun 24, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch from 7ffd531 to 047efd1 Compare June 30, 2020 11:38
@renovate renovate bot changed the title Update aws cdk to v1.47.0 Update aws cdk Jun 30, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 6 times, most recently from 106cca0 to 7f53fb9 Compare June 30, 2020 11:48
@renovate renovate bot changed the title Update aws cdk Update aws cdk to v1.49.1 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 2 times, most recently from 22237ab to f9af651 Compare July 7, 2020 14:40
@renovate renovate bot changed the title Update aws cdk to v1.49.1 Update aws cdk Jul 7, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 4 times, most recently from 64f4b88 to 132ff4d Compare July 7, 2020 14:52
@renovate renovate bot changed the title Update aws cdk Update aws cdk to v1.50.0 Jul 7, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch from 132ff4d to 07ef0c8 Compare July 9, 2020 14:33
@renovate renovate bot changed the title Update aws cdk to v1.50.0 Update aws cdk Jul 9, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 3 times, most recently from 58acb3b to a04246c Compare July 9, 2020 14:48
@renovate renovate bot changed the title Update aws cdk Update aws cdk to v1.51.0 Jul 9, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch from a04246c to dea4c0d Compare July 18, 2020 02:55
@renovate renovate bot changed the title Update aws cdk to v1.51.0 Update aws cdk Jul 18, 2020
@renovate renovate bot force-pushed the renovate/aws-cdk branch 9 times, most recently from c1c6d27 to 5c23d01 Compare July 18, 2020 03:06
@renovate renovate bot force-pushed the renovate/aws-cdk branch from 5c23d01 to 4ae9ad0 Compare July 18, 2020 03:07
@renovate renovate bot changed the title Update aws cdk Update aws cdk to v1.52.0 Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants