diff --git a/CHANGELOG.md b/CHANGELOG.md index 202e929cc..bc4245065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.9.3] +### Fixed +- Added missing cloudformation:DeleteStack permission to cloudformation deployment role in ASF-deployment-ci-cf.yml . + ## [7.9.2] ### Removed diff --git a/docs/deployments/ASF-deployment-ci-cf.yml b/docs/deployments/ASF-deployment-ci-cf.yml index d7c54e0ed..4daeffcae 100644 --- a/docs/deployments/ASF-deployment-ci-cf.yml +++ b/docs/deployments/ASF-deployment-ci-cf.yml @@ -47,6 +47,7 @@ Resources: - cloudformation:SetStackPolicy - cloudformation:CreateStack - cloudformation:UpdateStack + - cloudformation:DeleteStack - cloudformation:CreateChangeSet - cloudformation:DescribeChangeSet - cloudformation:ExecuteChangeSet