Skip to content

Commit

Permalink
Preparing release 9.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Oct 4, 2021
1 parent a0e6440 commit b1a144f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
Changelog for Paco
==================

9.3.19 (unreleased)
9.3.19 (2021-10-04)
-------------------

- Nothing changed yet.
### Added

- Added RDS Aurora MySQL serverless support

- Added non paco.ref support for EBS volume mounts

- provision on CodeCommit will now display repository ssh clone URLs.

### Fixed

- Fixed AWS principle when account ids start with zero

- Fixed DeploymentPipeline IAM Permissions

9.3.18 (2021-09-10)
-------------------
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.14',
'paco.models >= 7.8.15',
'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.19.dev0
9.3.19

0 comments on commit b1a144f

Please sign in to comment.