Skip to content

Commit

Permalink
Merge branch 'master' of github.com:waterbear-cloud/paco
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Feb 24, 2021
2 parents dd65c39 + 4baec1a commit ef1d22d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
Changelog for Paco
==================

9.3.2 (unreleased)
9.3.3 (unreleased)
------------------

- Nothing changed yet.


9.3.2 (2021-02-24)
------------------

### Added

- CloudFront supports `OriginRequestPolicyId` and `CachePolicyId` which can be set in the CloudFront resource
with new `cache_policy_id` and `origin_request_policy_id` fields for the CloudFront `cache_behaviors` field.


9.3.1 (2021-02-05)
------------------

Expand All @@ -18,6 +27,7 @@ Changelog for Paco

- ECS Release Phase commands run asynchronously.


9.3.0 (2021-02-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.1',
'paco.models >= 7.8.2',
'boto3 >= 1.16.48',
'click',
'cookiecutter',
Expand Down
2 changes: 0 additions & 2 deletions src/paco/stack/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def gen_parameter_value(self):
for entry in self.entry_list:
for output_key in entry['output_keys']:
output_value = entry['stack'].get_outputs_value(output_key)
if comma == None or output_value == None:
breakpoint()
param_value += comma + output_value
comma = ','

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.2.dev0
9.3.3.dev0

0 comments on commit ef1d22d

Please sign in to comment.