Releases: bitovi/github-actions-deploy-docker-to-ec2
Releases · bitovi/github-actions-deploy-docker-to-ec2
v1.0.3
What's Changed
- Added docker_backup_retention, allowing cleanup of old backups. Set the number of backups to keep, defaults to unlimited.
- Fixed some bugs related to certificate handling. Specifically, dependencies and first-time root-cert creation.
⚠️ aws_elb_access_log_bucket_namewas not being set correctly, hence it was set to a fixed value, ignoring input.- Added ALB with WAF option - Including priorities for rules and the possibility to add your own.
- Using GHA Commons version v2.0.8
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1
v1.0.1
What's Changed
- enhance traffic visibility by @mickmcgrath13 in #147
- Commons upgrade by @LeoDiazL in #149
In particular, this release contains:
- Improved EFS module to support creation and import of EFS volumes, adding more options
- Added more outputs, and exposed them in a new README section
- Some VPC fixes. Added option for NAT gateways.
- ELB logs now expires after 90 days (default)
- Fixes in the aws_resource_identifier name handling. (Was failing if manually set and was longer than the super-short id)
- Better tf_state bucket validation. Now we check to create a file and delete it.
- Added a new footer with Bitovi contact info.
- Encryption added to RDS
- Cleanup and small fixes here and there.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Full Changelog: v0.5.8...v1.0.0
v0.5.8
What's Changed
- Fixing Typo in README.md by @Ibrahimrahhal in #137
- replace ansible docker_compose module with command by @niorg in #136
- Ansible timeout option by @LeoDiazL in #139 (@Eeee569 request)
New Contributors
- @Ibrahimrahhal made their first contribution in #137
- @niorg made their first contribution in #136
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- AWS_MOUNT_EFS_ID vs AWS_EFS_MOUNT_ID by @LeoDiazL - Fixing variable name
Full Changelog: v0.5.6...v0.5.7
v0.5.6
Quick fix to address a bug introduced in release v0.5.5
Full Changelog: v0.5.5...v0.5.6
v0.5.5
- Introduced the option to remove orphans containers.