File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- import { KubectlV31Layer as KubectlLayer } from "@aws-cdk/lambda-layer-kubectl-v31 " ;
1
+ import { KubectlV32Layer as KubectlLayer } from "@aws-cdk/lambda-layer-kubectl-v32 " ;
2
2
import * as cdk from "aws-cdk-lib" ;
3
3
import * as ec2 from "aws-cdk-lib/aws-ec2" ;
4
4
import * as eks from "aws-cdk-lib/aws-eks" ;
5
5
import * as iam from "aws-cdk-lib/aws-iam" ;
6
6
7
- const kubernetesVersion = eks . KubernetesVersion . V1_31 ;
7
+ const kubernetesVersion = eks . KubernetesVersion . V1_32 ;
8
8
9
9
const clusterLogging = [
10
10
// eks.ClusterLoggingTypes.API,
Original file line number Diff line number Diff line change 16
16
"license" : " Apache-2.0" ,
17
17
"devDependencies" : {
18
18
"@types/jest" : " ^29.5.14" ,
19
- "@types/node" : " 22.7.9 " ,
20
- "aws-cdk" : " 2.1010.0 " ,
19
+ "@types/node" : " 22.15.21 " ,
20
+ "aws-cdk" : " 2.1016.1 " ,
21
21
"jest" : " ^29.7.0" ,
22
- "ts-jest" : " ^29.2.5 " ,
22
+ "ts-jest" : " ^29.3.4 " ,
23
23
"ts-node" : " ^10.9.2" ,
24
- "typescript" : " ~5.6 .3"
24
+ "typescript" : " ~5.8 .3"
25
25
},
26
26
"dependencies" : {
27
- "@aws-cdk/lambda-layer-kubectl-v31 " : " ^2.0 .0" ,
28
- "aws-cdk-lib" : " 2.190 .0" ,
29
- "constructs" : " ^10.0.0 " ,
27
+ "@aws-cdk/lambda-layer-kubectl-v32 " : " ^2.1 .0" ,
28
+ "aws-cdk-lib" : " 2.198 .0" ,
29
+ "constructs" : " ^10.4.2 " ,
30
30
"source-map-support" : " ^0.5.21"
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments