Skip to content

Releases: squareops/terraform-kubernetes-mysql

v2.1.1

20 Aug 09:05
088da22
Compare
Choose a tag to compare

What's Changed

  • updated mysql version

v2.0.4

30 Jan 12:14
b5a8711
Compare
Choose a tag to compare

Release Note:

Minor Upgrade

  1. Added affinity and resources to the resource
  2. Updated README.md file for backup and restore description

v2.0.3

19 Jan 13:42
c5a8ef2
Compare
Choose a tag to compare

**Release Note:

Feature Enhancement:**

  1. we have updated our module to take backup of either single database or all database.
  2. User have to pass the database name while configuring backup for database.

v2.0.2

10 Jan 13:40
437b290
Compare
Choose a tag to compare

**Release Note:

Minor Update:**

  1. Added Affinity for the backup and restore jobs.
  2. Added resources request and limit for the backup and restore jobs

v2.0.1

05 Jan 12:06
e149bf4
Compare
Choose a tag to compare

Release Notes:

  1. Updated the backup and restore image tags.
  2. We can now restore mysql dump from both .sql and .zip file

v2.0.0

31 Aug 09:15
057ab19
Compare
Choose a tag to compare

Release Notes

Features

  1. Enhanced Credential Management: Now you can manage your database credentials. With the option to store credentials in Secret Manager or receive them as outputs.
  2. Multi-Cloud Expansion: support for two additional cloud providers: Google Cloud Platform (GCP) and Microsoft Azure. This expansion means you can seamlessly deploy your database module across a broader range of cloud environments.
  3. Tailored Credentials: With the ability to pass custom credentials, you're in control of how your module interacts with your database services
  4. Custom Database Selection: This update enables you to specify a custom database, allowing the module to adapt to your choices and integrate seamlessly with your existing infrastructure.

v1.1.0

03 Aug 14:06
4402cb8
Compare
Choose a tag to compare

Feature Release
Custom MySQL Username and Password Support

Custom Credentials for Enhanced Security: With this update, you can now easily set up custom MySQL credentials tailored to your organization's specific security requirements. This feature allows you to strengthen access controls and minimize potential vulnerabilities in your database deployments.

Conditional Configuration: The new feature enables you to conditionally apply custom credentials based on the specific needs of your infrastructure. You can seamlessly switch between custom and default credentials with minimal configuration changes.

v1.0.0

07 Jun 11:24
b6048e5
Compare
Choose a tag to compare

Initial Release

This module contains Example, IAM permissions required to deploy Mysql and README for instructions to create resources. This module also supports the backup and restore of Mysql databases using S3 buckets.