Skip to content

Commit

Permalink
Preparing release 9.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Nov 23, 2021
1 parent b4714e5 commit 69866d2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
41 changes: 39 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,48 @@
Changelog for Paco
==================

9.3.20 (unreleased)
9.3.20 (2021-11-23)
-------------------

- Nothing changed yet.
### Fixed

- EC2LM: EFS utils will only be installed if it does not already exist

- EC2LMS: EFS: Moved tmp dir to root folder for CIS hardened ubuntu images.

- EC2LMS: EFS: Mounting of EFS drives made idempotent

- Fixed Ubuntu EFS launch bundle install

- Fixed CodeDeploy agent install on CIS hardened imges.

- Fixed external resource support to Route53 HostedZones

### Added

- Added ec2lm_set_dns_cname() function to EC2LM for more specific DNS modifications

- Added ec2lm_set_dns() function to EC2LM

- Added EC2LM support for ubuntu_18_cis ami type

- Added region support to Lambda functions.

- Implemented SystemsManagerSession IAM policy

### Changed

- Improved Release Phase deployment script reliability.

- Automated ManualApproval resource.IAM DeploymentPipeline permissions

- Automated namespace for AlarmSets for ASG

- Fixed manual approval IAM DeploymentPipeline policy.

- Fixed manual approval IAM DeploymentPipeline policy.

- Fixed EBS EC2 Launch Bundle to work with Ubuntu nvme drives

9.3.19 (2021-10-04)
-------------------
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.15',
'paco.models >= 7.8.16',
'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.20.dev0
9.3.20

0 comments on commit 69866d2

Please sign in to comment.