bifravst / e2e-bdd-test-runner-example

Example use of @bifravst/e2e-bdd-test-runner
https://github.com/bifravst/e2e-bdd-test-runner
Other
1 stars 0 forks source link

chore(deps): update aws-cdk monorepo to v1.87.0 #507

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-cdk/aws-apigateway 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-codebuild 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-codepipeline 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-iam 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-lambda 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-logs 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-s3 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-sqs 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/aws-ssm 1.86.0 -> 1.87.0 age adoption passing confidence
@aws-cdk/core 1.86.0 -> 1.87.0 age adoption passing confidence
aws-cdk 1.86.0 -> 1.87.0 age adoption passing confidence

Release Notes

aws/aws-cdk ### [`v1.87.0`](https://togithub.com/aws/aws-cdk/releases/v1.87.0) [Compare Source](https://togithub.com/aws/aws-cdk/compare/v1.86.0...v1.87.0) ##### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES - **s3-deployment:** User metadata keys of bucket objects will change from `x-amz-meta-x-amz-meta-x-amzn-meta-mykey` to `x-amz-meta-mykey`. - **core:** users of modern synthesis (`DefaultSynthesizer`, used by CDK Pipelines) must upgrade their bootstrap stacks. Run `cdk bootstrap`. ##### Features - **aws-codebuild:** add `enableBatchBuilds()` to Project ([#​12531](https://togithub.com/aws/aws-cdk/issues/12531)) ([0568390](https://togithub.com/aws/aws-cdk/commit/05683907d6ffc9ab12b6744c1b59b0df096789e1)) - **aws-codepipeline-actions:** Add Full Clone support for CodeCommit ([#​12558](https://togithub.com/aws/aws-cdk/issues/12558)) ([d169688](https://togithub.com/aws/aws-cdk/commit/d169688f35bc78c88c44ff9a7d8fa0dfea71f904)), closes [#​12236](https://togithub.com/aws/aws-cdk/issues/12236) - **batch:** Compute Resources placement group ([#​12203](https://togithub.com/aws/aws-cdk/issues/12203)) ([fe37174](https://togithub.com/aws/aws-cdk/commit/fe37174ec29b7d3b60b252df08ceecf1aa057098)) - **eks:** Graduate to stable ([#​12640](https://togithub.com/aws/aws-cdk/issues/12640)) ([b5ba7cd](https://togithub.com/aws/aws-cdk/commit/b5ba7cdd61714bcfbf2135240790340a77ee1a8b)) - **stepfunctions-tasks:** EcsRunTask now uses taskDefinition family instead of ARN ([#​12436](https://togithub.com/aws/aws-cdk/issues/12436)) ([abde96b](https://togithub.com/aws/aws-cdk/commit/abde96b046358fc5435545692eba4fd63d503914)), closes [#​12080](https://togithub.com/aws/aws-cdk/issues/12080) - **stepfunctions-tasks:** support databrew startJobRun task ([#​12532](https://togithub.com/aws/aws-cdk/issues/12532)) ([eacd2f7](https://togithub.com/aws/aws-cdk/commit/eacd2f7ea67c83d50c839acf29fbe953ae49d987)) ##### Bug Fixes - **apigatewayv2:** multiple http integrations are created for each route ([#​12528](https://togithub.com/aws/aws-cdk/issues/12528)) ([855ce59](https://togithub.com/aws/aws-cdk/commit/855ce59039a577d142d68720e86d81610edffc64)), closes [40aws-cdk/aws-apigatewayv2/lib/http/route.ts#L128](https://togithub.com/40aws-cdk/aws-apigatewayv2/lib/http/route.ts/issues/L128) - **core:** modern deployments fail if bootstrap stack is renamed ([#​12594](https://togithub.com/aws/aws-cdk/issues/12594)) ([e5c616f](https://togithub.com/aws/aws-cdk/commit/e5c616f73eac395492636341f57fb6a716d1ea69)), closes [#​11952](https://togithub.com/aws/aws-cdk/issues/11952) [#​11420](https://togithub.com/aws/aws-cdk/issues/11420) [#​9053](https://togithub.com/aws/aws-cdk/issues/9053) - **pipelines:** assets broken in Pipelines synthesized from Windows ([#​12573](https://togithub.com/aws/aws-cdk/issues/12573)) ([5c3dce5](https://togithub.com/aws/aws-cdk/commit/5c3dce56c71083321069a31213aaa5bce40f51d3)), closes [#​12540](https://togithub.com/aws/aws-cdk/issues/12540) - **pipelines:** can't use CodePipeline variables in Synth environment variables ([#​12602](https://togithub.com/aws/aws-cdk/issues/12602)) ([736b260](https://togithub.com/aws/aws-cdk/commit/736b260db7f21d89e220591007580f62b22fea3a)), closes [#​12061](https://togithub.com/aws/aws-cdk/issues/12061) [#​11178](https://togithub.com/aws/aws-cdk/issues/11178) - **pipelines:** unable to publish assets inside VPC ([#​12331](https://togithub.com/aws/aws-cdk/issues/12331)) ([a16f09c](https://togithub.com/aws/aws-cdk/commit/a16f09c9ea675caf5b1e50a4e1cc288e5afd1237)), closes [#​11815](https://togithub.com/aws/aws-cdk/issues/11815) - **s3-deployment:** User metadata keys have redundant triple `x-amz` prefix ([#​12414](https://togithub.com/aws/aws-cdk/issues/12414)) ([6716181](https://togithub.com/aws/aws-cdk/commit/671618152dc585ef0703f6c3501f6ee5a366b4a9)), closes [#​8459](https://togithub.com/aws/aws-cdk/issues/8459) - **secretsmanager:** fromSecretPartialArn() has incorrect grant policies ([#​12665](https://togithub.com/aws/aws-cdk/issues/12665)) ([560915e](https://togithub.com/aws/aws-cdk/commit/560915ece87a919f499a64452b919a0b291394ee)), closes [#​12411](https://togithub.com/aws/aws-cdk/issues/12411)

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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