Releases: squareops/terraform-kubernetes-mysql
v2.1.1
v2.0.4
Release Note:
Minor Upgrade
- Added affinity and resources to the resource
- Updated README.md file for backup and restore description
v2.0.3
**Release Note:
Feature Enhancement:**
- we have updated our module to take backup of either single database or all database.
- User have to pass the database name while configuring backup for database.
v2.0.2
**Release Note:
Minor Update:**
- Added Affinity for the backup and restore jobs.
- Added resources request and limit for the backup and restore jobs
v2.0.1
Release Notes:
- Updated the backup and restore image tags.
- We can now restore mysql dump from both .sql and .zip file
v2.0.0
Release Notes
Features
- Enhanced Credential Management: Now you can manage your database credentials. With the option to store credentials in Secret Manager or receive them as outputs.
- 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.
- Tailored Credentials: With the ability to pass custom credentials, you're in control of how your module interacts with your database services
- 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
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
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.