Skip to content

Commit

Permalink
Upgrade CDK version, refresh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Jan 13, 2025
1 parent 92a34bc commit 67c1fa9
Show file tree
Hide file tree
Showing 550 changed files with 7,888 additions and 5,641 deletions.
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.175.1';

for (const file of process.argv.splice(4)) {
const pkg = JSON.parse(fs.readFileSync(file).toString());
Expand Down
2 changes: 1 addition & 1 deletion deployment/v2/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export PATH=$source_dir/node_modules/.bin:$PATH
export NODE_OPTIONS="--max-old-space-size=4096 ${NODE_OPTIONS:-}"

# Install CDK Integration Test Tool
npm install -g @aws-cdk/integ-runner@2.173.4-alpha.0
npm install -g @aws-cdk/integ-runner
npm install -g aws-cdk

# Install cfn-guard and rules
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

0 comments on commit 67c1fa9

Please sign in to comment.