Skip to content

Commit

Permalink
Merge pull request #1116 from awslabs/bump/2.57.0
Browse files Browse the repository at this point in the history
chore(release): 2.57.0
  • Loading branch information
biffgaut committed May 6, 2024
2 parents c098534 + 20cbcfa commit db1c540
Show file tree
Hide file tree
Showing 89 changed files with 3,794 additions and 2,362 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.57.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.56.0...v2.57.0) (2024-05-06)

Built on CDK v2.138.0

### Bug Fixes

* **utils:** address issues in printing override warnings ([#1113](https://github.com/awslabs/aws-solutions-constructs/issues/1113)) ([1732949](https://github.com/awslabs/aws-solutions-constructs/commit/1732949a7b81fe4670d642a83db091e08b954317))

## [2.56.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.55.0...v2.56.0) (2024-04-24)

Built on CDK v2.138.0
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"./patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "2.56.0"
"version": "2.57.0"
}
1 change: 1 addition & 0 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"fs-extra": "^8.1.0",
"jest": "^27.4.0",
"jsii": "^1.92.0",
"jsii-rosetta": "^1.92.0",
"jsii-pacmak": "^1.92.0",
"tslint": "^5.20.1",
"typescript": "4.7.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class CloudFrontToS3 extends Construct {
}

if (encryptionKey) {
resources.createKeyPolicyUpdaterCustomResource(this, {
resources.createKeyPolicyUpdaterCustomResource(this, id, {
distribution: this.cloudFrontWebDistribution,
encryptionKey
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
}
}
},
"7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94": {
"3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc": {
"source": {
"path": "asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94",
"path": "asset.3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc",
"packaging": "zip"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94.zip",
"objectKey": "3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
},
"d9186d28cd49ee716beeff9b26cf42801457ea2f023fb2548e958e6d518f11f2": {
"dc4873c297a66110326bbfedd2e906df9b9ff73790162fd4f09a490c0d6d0acc": {
"source": {
"path": "cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "d9186d28cd49ee716beeff9b26cf42801457ea2f023fb2548e958e6d518f11f2.json",
"objectKey": "dc4873c297a66110326bbfedd2e906df9b9ff73790162fd4f09a490c0d6d0acc.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down

0 comments on commit db1c540

Please sign in to comment.