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

chore(release): 2.77.0 #1257

Merged
merged 14 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
101 changes: 4 additions & 97 deletions .viperlightignore

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.77.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.76.0...v2.77.0) (2025-01-31)

Build on CDK v2.177.0

### Bug Fixes
* **aws-lamba-kendra:** address index issues ([#1248](https://github.com/awslabs/aws-solutions-constructs/pull/1248))

### Features

* **aww-eventbridge-sqs:** add a dlq for the event rule ([#1253](https://github.com/awslabs/aws-solutions-constructs/issues/1253)) ([0db79b3](https://github.com/awslabs/aws-solutions-constructs/commit/0db79b3df7634ca866f7f2939e7012cd035905da))

## [2.76.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.75.0...v2.76.0) (2024-12-24)

Built on CDK v2.173.2
Expand Down
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
const targetSolutionsConstructsVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.173.2';
const awsCdkLibVersion = '2.177.0';

for (const file of process.argv.splice(4)) {
const pkg = JSON.parse(fs.readFileSync(file).toString());
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "2.76.0"
"version": "2.77.0"
}
6 changes: 3 additions & 3 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"fs-extra": "^8.1.0",
"typescript": "4.7.4",
"jest": "^27.4.0",
"jsii": "~5.4.26",
"jsii-rosetta": "~5.4.25",
"jsii-pacmak": "^1.92.0",
"jsii": "~5.7.4",
"jsii-rosetta": "5.7.2",
"jsii-pacmak": "^1.106.0",
"tslint": "^5.20.1",
"lerna": "8.1.8",
"eslint": "^6.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"jsii": "jsii",
"jsii-pacmak": "jsii-pacmak",
"build+lint+test": "npm run jsii && npm run lint && npm test && npm run integ-assert",
"blt": "npm run build+lint+test",
"snapshot-update": "npm run jsii && npm test -- -u && npm run integ-assert"
},
"jsii": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version": "36.0.0",
"version": "39.0.0",
"files": {
"ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a": {
"7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200": {
"source": {
"path": "asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a",
"path": "asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200",
"packaging": "zip"
},
"destinations": {
"current_account-us-east-1": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1",
"objectKey": "ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a.zip",
"objectKey": "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200.zip",
"region": "us-east-1",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-us-east-1"
}
}
},
"fe3c2e10f51dcf0161644b408a64a35da94b177ad7a04b79e063f8fe9612deb2": {
"ac06508104637bc961aef57c989e203b353c13d1ae92e5d85df94c4736103629": {
"source": {
"path": "albfar-all-existing-private-http.template.json",
"packaging": "file"
},
"destinations": {
"current_account-us-east-1": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1",
"objectKey": "fe3c2e10f51dcf0161644b408a64a35da94b177ad7a04b79e063f8fe9612deb2.json",
"objectKey": "ac06508104637bc961aef57c989e203b353c13d1ae92e5d85df94c4736103629.json",
"region": "us-east-1",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-us-east-1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,12 @@
"Ref": "VpcPrivateSubnet2Subnet3788AAA1"
}
],
"Tags": [
{
"Key": "Name",
"Value": "albfar-all-existing-private-http/Vpc"
}
],
"VpcEndpointType": "Interface",
"VpcId": {
"Ref": "Vpc8378EB38"
Expand Down Expand Up @@ -595,6 +601,12 @@
"Ref": "VpcPrivateSubnet2Subnet3788AAA1"
}
],
"Tags": [
{
"Key": "Name",
"Value": "albfar-all-existing-private-http/Vpc"
}
],
"VpcEndpointType": "Interface",
"VpcId": {
"Ref": "Vpc8378EB38"
Expand Down Expand Up @@ -630,6 +642,12 @@
]
]
},
"Tags": [
{
"Key": "Name",
"Value": "albfar-all-existing-private-http/Vpc"
}
],
"VpcEndpointType": "Gateway",
"VpcId": {
"Ref": "Vpc8378EB38"
Expand Down Expand Up @@ -709,7 +727,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1"
},
"S3Key": "ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a.zip"
"S3Key": "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200.zip"
},
"Timeout": 900,
"MemorySize": 128,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "36.0.0",
"version": "39.0.0",
"files": {
"21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
"source": {
Expand Down

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"36.0.0"}
{"version":"39.0.0"}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "36.0.0",
"version": "39.0.0",
"testCases": {
"albfar-all-existing-private-http/Integ/DefaultTest": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "36.0.0",
"version": "39.0.0",
"artifacts": {
"albfarallexistingprivatehttpIntegDefaultTestDeployAssert3019D243.assets": {
"type": "cdk:asset-manifest",
Expand Down Expand Up @@ -66,7 +66,7 @@
"validateOnSynth": false,
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-us-east-1",
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-us-east-1",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/fe3c2e10f51dcf0161644b408a64a35da94b177ad7a04b79e063f8fe9612deb2.json",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/ac06508104637bc961aef57c989e203b353c13d1ae92e5d85df94c4736103629.json",
"requiresBootstrapStackVersion": 6,
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
"additionalDependencies": [
Expand Down Expand Up @@ -268,6 +268,12 @@
"data": "VpcS3A5408339"
}
],
"/albfar-all-existing-private-http/Custom::VpcRestrictDefaultSGCustomResourceProvider": [
{
"type": "aws:cdk:is-custom-resource-handler-customResourceProvider",
"data": true
}
],
"/albfar-all-existing-private-http/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role": [
{
"type": "aws:cdk:logicalId",
Expand Down
Loading