You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@ Flags come in three types:
67
67
|[@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse)| Enables Pipeline to set the default value for crossAccountKeys to false. | 2.127.0 | (default) |
68
68
|[@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2)| Enables Pipeline to set the default pipeline type to V2. | 2.133.0 | (default) |
69
69
|[@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope](#aws-cdkaws-kmsreducecrossaccountregionpolicyscope)| When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only. | 2.134.0 | (fix) |
70
-
|[@aws-cdk/aws-eks:nodegroupNameAttribute](#aws-cdkaws-eksnodegroupnameattribute)| When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix. | V2NEXT | (fix) |
70
+
|[@aws-cdk/aws-eks:nodegroupNameAttribute](#aws-cdkaws-eksnodegroupnameattribute)| When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix. | 2.139.0 | (fix) |
71
+
|[@aws-cdk/aws-ec2:ebsDefaultGp3Volume](#aws-cdkaws-ec2ebsdefaultgp3volume)| When enabled, the default volume type of the EBS volume will be GP3 | V2NEXT | (default) |
71
72
72
73
<!-- END table -->
73
74
@@ -126,7 +127,8 @@ The following json shows the current recommended set of flags, as `cdk init` wou
@@ -1275,10 +1277,25 @@ When this feature flag is enabled, the nodegroupName attribute will be exactly t
1275
1277
any prefix.
1276
1278
1277
1279
1280
+
| Since | Default | Recommended |
1281
+
| ----- | ----- | ----- |
1282
+
| (not in v1) | | |
1283
+
| 2.139.0 | `false` | `true` |
1284
+
1285
+
1286
+
### @aws-cdk/aws-ec2:ebsDefaultGp3Volume
1287
+
1288
+
*When enabled, the default volume type of the EBS volume will be GP3* (default)
1289
+
1290
+
When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`.
1291
+
1292
+
1278
1293
| Since | Default | Recommended |
1279
1294
| ----- | ----- | ----- |
1280
1295
| (not in v1) | | |
1281
1296
| V2NEXT | `false` | `true` |
1282
1297
1298
+
**Compatibility with old behavior:** Pass `volumeType: EbsDeviceVolumeType.GENERAL_PURPOSE_SSD` to `Volume` construct to restore the previous behavior.
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ Flags come in three types:
67
67
|[@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse)| Enables Pipeline to set the default value for crossAccountKeys to false. | 2.127.0 | (default) |
68
68
|[@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2)| Enables Pipeline to set the default pipeline type to V2. | 2.133.0 | (default) |
69
69
|[@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope](#aws-cdkaws-kmsreducecrossaccountregionpolicyscope)| When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only. | 2.134.0 | (fix) |
70
-
|[@aws-cdk/aws-eks:nodegroupNameAttribute](#aws-cdkaws-eksnodegroupnameattribute)| When enabled, nodegroupName attribute of the managed EKS NodeGroup will not have the cluster name prefix. | 2.138.0 | (fix) |
71
-
|[@aws-cdk/aws-ec2:ebsDefaultGp3Volume](#aws-cdkaws-ec2ebsdefaultgp3volume)| When enabled, the default volume type of the EBS volume will be GP3 |2.139.0| (default) |
70
+
|[@aws-cdk/aws-eks:nodegroupNameAttribute](#aws-cdkaws-eksnodegroupnameattribute)| When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix. | 2.139.0 | (fix) |
71
+
|[@aws-cdk/aws-ec2:ebsDefaultGp3Volume](#aws-cdkaws-ec2ebsdefaultgp3volume)| When enabled, the default volume type of the EBS volume will be GP3 |V2NEXT| (default) |
72
72
73
73
<!-- END table -->
74
74
@@ -1282,6 +1282,7 @@ any prefix.
1282
1282
| (not in v1) | | |
1283
1283
| 2.139.0 | `false` | `true` |
1284
1284
1285
+
1285
1286
### @aws-cdk/aws-ec2:ebsDefaultGp3Volume
1286
1287
1287
1288
*When enabled, the default volume type of the EBS volume will be GP3* (default)
@@ -1292,8 +1293,9 @@ When this featuer flag is enabled, the default volume type of the EBS volume wil
1292
1293
| Since | Default | Recommended |
1293
1294
| ----- | ----- | ----- |
1294
1295
| (not in v1) | | |
1295
-
| 2.139.0 | `false` | `true` |
1296
+
| V2NEXT | `false` | `true` |
1296
1297
1297
1298
**Compatibility with old behavior:** Pass `volumeType: EbsDeviceVolumeType.GENERAL_PURPOSE_SSD` to `Volume` construct to restore the previous behavior.
0 commit comments