Releases: squareops/terraform-aws-rds-mysql
Releases · squareops/terraform-aws-rds-mysql
v1.1.8
v1.1.7
- Added mysql backup and restore job dependency on mysql namespace
v1.1.6
Restore job run inside init container
v1.1.5
What's Changed
- added path module and changed backup cron time for every 6 hours
v1.1.4
What's Changed
- added path module and changed backup cron time for every 6 hours by @amanravi-squareops in #10
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- password will be stored in the secret manager by @amanravi-squareops in #9
New Contributors
- @amanravi-squareops made their first contribution in #9
Full Changelog: v1.1.2...v1.1.3
v1.1.2
**Release Note:
Feature Enhancement**
- Added availability zone to create rds instances in a perticular AZ.
v1.1.1
Release Note:
Minor Upgrade:
- This enhancement provides you to define and manage custom passwords .
v1.1.0
**Release Note:
Support for Replica Enablement**
- Replica Enablement Feature
- Simplified Configuration
- Enhanced Scalability and Availability
- Comprehensive Example Reference
- New feature allows users to seamlessly integrate Slack notifications into their workflow.
By setting the slack_notification_enabled variable to true, users can easily enable Slack notifications.
v1.0.1
**Release Notes:
Overview**
This release introduces significant enhancements to the module, including support for storage autoscaling and the ability to create a replica of an RDS MySQL instance. Additionally, a new example for creating an RDS MySQL instance with a replica is included.
Key Features:
- Users can now enable storage autoscaling for their RDS MySQL instances, allowing automatic adjustment of storage capacity based on workload requirements.
- A new
replica_enable
andreplica_count
parameter has been added to the module, allowing users to specify whether to create a replica of the RDS MySQL instance.