AWS cdk documentation change
Summary
Added bootstrap template version history entries for new permissions
Security assessment
Routine update of version history for CloudFormation permissions. No security context or vulnerabilities addressed.
Diff
diff --git a/cdk/v2/guide/bootstrapping-env.md b/cdk/v2/guide/bootstrapping-env.md index 78eff8712..7cb638055 100644 --- a//cdk/v2/guide/bootstrapping-env.md +++ b//cdk/v2/guide/bootstrapping-env.md @@ -325,0 +326,2 @@ Template version | AWS CDK version | Changes +**31** | 2.1116.0 | Adds `cloudformation:GetHookResult` to the Deploy Role, see `aws-cdk-cli` PR [#1198](https://github.com/aws/aws-cdk-cli/pull/1198). +**32** | 2.1120.0 | Multiple individual permissions statements on the Deploy Role have been replaced with the `AWSCloudFormationReadOnlyAccess` managed policy. See `aws-cdk-cli` PR [#1403](https://github.com/aws/aws-cdk-cli/pull/1403).