Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 13, 2024
1 parent 6cf4e97 commit 6045f52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

### Pending Release

### v3.0.1 - 2024-08-12

- :bug: For an unknown reason CloudFormation needs the list permission now, reasonable but not sure what changed

### v3.0.0 - 2024-08-12

- :rocket: **Breaking** Create Mission Syncs with POST request, simplifying the internal code
Expand Down
5 changes: 3 additions & 2 deletions cloudformation/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,9 @@ export default {
'logs:CreateLogGroup',
'logs:DeleteLogGroup',
'logs:PutRetentionPolicy',
'logs:describe*',
'logs:get*'
'logs:List*',
'logs:Describe*',
'logs:Get*'
],
Resource: [
cf.join(['arn:', cf.partition, ':logs:', cf.region, ':', cf.accountId, ':log-group:/aws/lambda/', cf.stackName, '-layer-*'])
Expand Down

0 comments on commit 6045f52

Please sign in to comment.