Skip to content

Commit

Permalink
Preparing release 9.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Sep 11, 2021
1 parent 40b8b36 commit e7981ca
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
Changelog for Paco
==================

9.3.18 (unreleased)
9.3.18 (2021-09-10)
-------------------

- Nothing changed yet.
### Added

- Added service hook for Security Groups in cftemplate.lb

- Added TargetGroup enable/disable

- Added HealthCheckPort to TargetGroups

- Added WebACL paco.ref support to cloudfrom webacl_id field.

- Added WAFv2 Resource

### Fixed

- Fixed storage_encrypted implementation in RDS cftemplate

9.3.17 (2021-08-26)
-------------------
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.13',
'paco.models >= 7.8.14',
'boto3 >= 1.16.48',
'click',
'cookiecutter',
Expand Down
2 changes: 2 additions & 0 deletions templates/profile.sh.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source ~/.local/paco-venv/bin/activate
source ../.wb_service_aws
export PS1="(paco-dev) \h \W$ "
export PATH=${buildout:bin-directory}:$PATH
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.18.dev0
9.3.18

0 comments on commit e7981ca

Please sign in to comment.