Skip to content

Commit

Permalink
Preparing release 9.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Apr 10, 2021
1 parent d7efad7 commit b7bb75d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
Changelog for Paco
==================

9.3.8 (unreleased)
9.3.8 (2021-04-09)
------------------

- Nothing changed yet.
### Fixed

- Fixed release phase script name in the ECR deploy script.

- Fixed codedeploy EC2 Launch Bundle on ubuntu.

- Fixed unique key to CodeBuild IAM permissions policies

- Fixed SNS topic policy duplicates by adding a cache

### Added

- Added IAM policy statement for cloudwatch service to SNS topics listening for CloudWatch Alarms notifications.

- Added paco registry override for Alarm Descriptions.

- Made notification rules for DeploymentPipeline inherit application notification configurations if the resource config is missing.

### Changed

- Improved error handling when processing alarm actions

- Reformatted the resource state s3 bucket key

9.3.7 (2021-04-06)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
keywords=['AWS','Waterbear','Cloud','Infrastructure as Code', 'CloudFormation'],
install_requires=[
'paco.models >= 7.8.6',
'paco.models >= 7.8.7',
'boto3 >= 1.16.48',
'click',
'cookiecutter',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.8.dev0
9.3.8

0 comments on commit b7bb75d

Please sign in to comment.