Skip to content

Releases: squareops/terraform-aws-rds-mysql

v1.1.8

11 Apr 06:02
eac3818
Compare
Choose a tag to compare

Release Notes:

  • Code enhancement and remove unwanted code.

v1.1.7

04 Nov 09:23
0790544
Compare
Choose a tag to compare
  • Added mysql backup and restore job dependency on mysql namespace

v1.1.6

04 Oct 06:59
571e2f8
Compare
Choose a tag to compare

Restore job run inside init container

v1.1.5

20 Aug 10:23
f5e9f05
Compare
Choose a tag to compare

What's Changed

  • added path module and changed backup cron time for every 6 hours

v1.1.4

01 Aug 12:01
f5e9f05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

31 Jul 09:34
a95abd2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Feb 12:22
64a36a7
Compare
Choose a tag to compare

**Release Note:

Feature Enhancement**

  1. Added availability zone to create rds instances in a perticular AZ.

v1.1.1

27 Nov 07:03
5c9af23
Compare
Choose a tag to compare

Release Note:

Minor Upgrade:

  1. This enhancement provides you to define and manage custom passwords .

v1.1.0

02 Nov 06:18
2b6e2d4
Compare
Choose a tag to compare

**Release Note:

Support for Replica Enablement**

  1. Replica Enablement Feature
  2. Simplified Configuration
  3. Enhanced Scalability and Availability
  4. Comprehensive Example Reference
  5. 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

22 Sep 10:47
c542916
Compare
Choose a tag to compare

**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:

  1. Users can now enable storage autoscaling for their RDS MySQL instances, allowing automatic adjustment of storage capacity based on workload requirements.
  2. A new replica_enable and replica_count parameter has been added to the module, allowing users to specify whether to create a replica of the RDS MySQL instance.