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
chore: serverAccessLogsUseBucketPolicy flag was released in 2.60.0 (#25435)
The current file says it was released on 2.59.0, but that is incorrect.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Flags come in three types:
42
42
|[@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker](#aws-cdkaws-ecsdisableexplicitdeploymentcontrollerforcircuitbreaker)| Avoid setting the "ECS" deployment controller when adding a circuit breaker | 2.51.0 | (fix) |
43
43
|[@aws-cdk/aws-events:eventsTargetQueueSameAccount](#aws-cdkaws-eventseventstargetqueuesameaccount)| Event Rules may only push to encrypted SQS queues in the same account | 2.51.0 | (fix) |
44
44
|[@aws-cdk/aws-iam:standardizedServicePrincipals](#aws-cdkaws-iamstandardizedserviceprincipals)| Use standardized (global) service principals everywhere | 2.51.0 | (fix) |
45
-
|[@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy](#aws-cdkaws-s3serveraccesslogsusebucketpolicy)| Use S3 Bucket Policy instead of ACLs for Server Access Logging | 2.59.0 | (fix) |
46
45
|[@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName](#aws-cdkaws-iamimportedrolestacksafedefaultpolicyname)| Enable this feature to by default create default policy names for imported roles that depend on the stack the role is in. | 2.60.0 | (fix) |
46
+
|[@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy](#aws-cdkaws-s3serveraccesslogsusebucketpolicy)| Use S3 Bucket Policy instead of ACLs for Server Access Logging | 2.60.0 | (fix) |
47
47
|[@aws-cdk/customresources:installLatestAwsSdkDefault](#aws-cdkcustomresourcesinstalllatestawssdkdefault)| Whether to install the latest SDK by default in AwsCustomResource | 2.60.0 | (default) |
48
48
|[@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup](#aws-cdkaws-codedeployremovealarmsfromdeploymentgroup)| Remove CloudWatch alarms from deployment group | 2.65.0 | (fix) |
49
49
|[@aws-cdk/aws-rds:databaseProxyUniqueResourceName](#aws-cdkaws-rdsdatabaseproxyuniqueresourcename)| Use unique resource name for Database Proxy | 2.65.0 | (fix) |
@@ -780,35 +780,35 @@ This flag disables use of that exceptions database and always uses the global se
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Flags come in three types:
42
42
|[@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker](#aws-cdkaws-ecsdisableexplicitdeploymentcontrollerforcircuitbreaker)| Avoid setting the "ECS" deployment controller when adding a circuit breaker | 2.51.0 | (fix) |
43
43
|[@aws-cdk/aws-events:eventsTargetQueueSameAccount](#aws-cdkaws-eventseventstargetqueuesameaccount)| Event Rules may only push to encrypted SQS queues in the same account | 2.51.0 | (fix) |
44
44
|[@aws-cdk/aws-iam:standardizedServicePrincipals](#aws-cdkaws-iamstandardizedserviceprincipals)| Use standardized (global) service principals everywhere | 2.51.0 | (fix) |
45
-
|[@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy](#aws-cdkaws-s3serveraccesslogsusebucketpolicy)| Use S3 Bucket Policy instead of ACLs for Server Access Logging | 2.59.0 | (fix) |
46
45
|[@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName](#aws-cdkaws-iamimportedrolestacksafedefaultpolicyname)| Enable this feature to by default create default policy names for imported roles that depend on the stack the role is in. | 2.60.0 | (fix) |
46
+
|[@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy](#aws-cdkaws-s3serveraccesslogsusebucketpolicy)| Use S3 Bucket Policy instead of ACLs for Server Access Logging | 2.60.0 | (fix) |
47
47
|[@aws-cdk/customresources:installLatestAwsSdkDefault](#aws-cdkcustomresourcesinstalllatestawssdkdefault)| Whether to install the latest SDK by default in AwsCustomResource | 2.60.0 | (default) |
48
48
|[@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup](#aws-cdkaws-codedeployremovealarmsfromdeploymentgroup)| Remove CloudWatch alarms from deployment group | 2.65.0 | (fix) |
49
49
|[@aws-cdk/aws-rds:databaseProxyUniqueResourceName](#aws-cdkaws-rdsdatabaseproxyuniqueresourcename)| Use unique resource name for Database Proxy | 2.65.0 | (fix) |
@@ -780,35 +780,35 @@ This flag disables use of that exceptions database and always uses the global se
0 commit comments