Skip to content

Commit 2ad3a7f

Browse files
chore(deps): upgrade dependencies (#1618)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/awscdk-asset-kubectl/actions/runs/13253220879 ------ *Automatically created by projen via the "upgrade-kubectl-v20-main" workflow*
1 parent fc8ec05 commit 2ad3a7f

File tree

3 files changed

+186
-153
lines changed

3 files changed

+186
-153
lines changed

test/kubectl-asset.integ.snapshot/lambda-layer-kubectl-integ-stack.assets.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
}
4141
}
4242
},
43-
"9b62285fed1bab23d5b902813072d37a15934fd860b20e592a1d1c77bbb41838": {
43+
"7f0292364c9cb6f16db19bd55bb4715f9504ba0cd865754a997efadb11dfd8c3": {
4444
"source": {
4545
"path": "lambda-layer-kubectl-integ-stack.template.json",
4646
"packaging": "file"
4747
},
4848
"destinations": {
4949
"current_account-current_region": {
5050
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
51-
"objectKey": "9b62285fed1bab23d5b902813072d37a15934fd860b20e592a1d1c77bbb41838.json",
51+
"objectKey": "7f0292364c9cb6f16db19bd55bb4715f9504ba0cd865754a997efadb11dfd8c3.json",
5252
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
5353
}
5454
}

test/kubectl-asset.integ.snapshot/lambda-layer-kubectl-integ-stack.template.json

+24-4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@
133133
]
134134
}
135135
]
136+
},
137+
{
138+
"Action": "lambda:GetFunction",
139+
"Effect": "Allow",
140+
"Resource": {
141+
"Fn::GetAtt": [
142+
"Lambdapython39426A0480",
143+
"Arn"
144+
]
145+
}
136146
}
137147
],
138148
"Version": "2012-10-17"
@@ -322,6 +332,16 @@
322332
]
323333
}
324334
]
335+
},
336+
{
337+
"Action": "lambda:GetFunction",
338+
"Effect": "Allow",
339+
"Resource": {
340+
"Fn::GetAtt": [
341+
"Lambdapython312DDA13323",
342+
"Arn"
343+
]
344+
}
325345
}
326346
],
327347
"Version": "2012-10-17"
@@ -439,10 +459,10 @@
439459
"value": "nodejs20.x"
440460
},
441461
"cn-north-1": {
442-
"value": "nodejs18.x"
462+
"value": "nodejs20.x"
443463
},
444464
"cn-northwest-1": {
445-
"value": "nodejs18.x"
465+
"value": "nodejs20.x"
446466
},
447467
"eu-central-1": {
448468
"value": "nodejs20.x"
@@ -493,10 +513,10 @@
493513
"value": "nodejs20.x"
494514
},
495515
"us-gov-east-1": {
496-
"value": "nodejs18.x"
516+
"value": "nodejs20.x"
497517
},
498518
"us-gov-west-1": {
499-
"value": "nodejs18.x"
519+
"value": "nodejs20.x"
500520
},
501521
"us-iso-east-1": {
502522
"value": "nodejs18.x"

0 commit comments

Comments
 (0)