Skip to content

Commit

Permalink
Preparing release 9.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Jan 27, 2022
1 parent 5425837 commit 7a8a976
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
43 changes: 41 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,50 @@
Changelog for Paco
==================

9.3.23 (unreleased)
9.3.23 (2022-01-27)
-------------------

- Nothing changed yet.
### Added

- Added deployment_branch_name to CodeBuild GitHub source configuration

- Added source_security_group_owner to SecurityGroup for cross account access

- Added IAM Policy conditions on CodeBuild VPCConfig Service Role

- Added CodeBuild support to EventsRules

- Added SubnetId ARNs to segment's CFN outputs

- Added CodeBuild support to EventsRule

- Automated VPC Peering between netenvs

- Added -l --cfn-lint argument to perform extra CloudFormation error detection

- Added VpcConfig to codebuild configuration

- Added availability_zone config to VPC endpoints

### Fixed

- Fixed elasticache security group CFN Parameter logical name

### Changed

- Removed CodeDeployConfiguration Name to allow CF to replace resource when HOST_COUNT is changed.

- Removed string value from Port numbers

- Removed duplicate NACLAZ3 entries in segments CF templates

- Removed unneeded dimensions from windows cloudwatch config.

- Implemend enable/disable for VPC endpoints.

- SSM wait command now skips instances that are not running

- Improved EC2LM bundle caching and updates.

9.3.22 (2021-12-17)
-------------------
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.18',
'paco.models >= 7.8.19',
'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.23.dev0
9.3.23

0 comments on commit 7a8a976

Please sign in to comment.