Skip to content

Commit

Permalink
Preparing release 9.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Feb 9, 2022
1 parent aa9de0b commit 95b2940
Show file tree
Hide file tree
Showing 3 changed files with 17 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.25 (unreleased)
9.3.25 (2022-02-08)
-------------------

- Nothing changed yet.
### Added

- Added github access source configuration to CodeBuild

- Added enable_automatic_backups to IEFS

### Changed

- Made ec2lm_signal_asg_resource wait for deployments before waiting for the healthcheck timeout.

- Updated ubuntu package update command with noninteractive arguments.

- ec2lm_signal_asg_resource will now wait for CodeDeploy deployments before signaling CloudFormation.

- Enabled encryption at rest on EFS by default

9.3.24 (2022-01-31)
-------------------
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.20',
'paco.models >= 7.8.21',
'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.25.dev0
9.3.25

0 comments on commit 95b2940

Please sign in to comment.