Skip to content

Commit

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

9.3.6 (unreleased)
9.3.6 (2021-04-02)
------------------

- Nothing changed yet.
### Added

- Added support for cross account + cross region SNS Lambda Subscriptions

- Added Notification Rules to DeploymentPipelines.

- Added an ECS utility to the script manager for ASGs


### Fixed

- Fixed CF handling of LBv2 Certifictes.

- Removed cloudfront forcing us-east-1 on certificates. Raise exception instead.

- iotpolicy.get_outputs() will now obtain the policy arn if it does not exist when called.

- Fixed EC2LM credential missing race condition code.


9.3.5 (2021-03-15)
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.4',
'paco.models >= 7.8.5',
'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.6.dev0
9.3.6

0 comments on commit 0c64877

Please sign in to comment.