Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.98 KB

File metadata and controls

62 lines (45 loc) · 1.98 KB

0.14.2 (Jul 10, 2025)

  • Updated default engine version to 17.

0.14.1 (Jun 23, 2025)

  • Fixed metrics ordering to fix metrics retrieval error.

0.14.0 (Jun 05, 2025)

  • Added var.maintenance_window to control system updates are applied.
  • Added var.auto_upgrade_minor to allow disabling of minor version upgrades.

0.13.9 (May 29, 2025)

  • Added db_hostname and db_port outputs.

0.13.8 (Apr 17, 2025)

  • Eliminated problematic special characters from password generation.

0.13.7 (Mar 17, 2025)

  • Added support for storage auto-scaling.

0.13.6 (Aug 07, 2024)

  • Upgraded CA Certificate for RDS instance.

0.13.5 (Mar 10, 2024)

  • Pinned aws provider upgrade in lockfile.

0.13.4 (Mar 10, 2024)

  • Upgraded aws provider to 5.26.0.

0.13.3 (Mar 10, 2024)

  • Upgrade providers to latest.

0.13.2 (Feb 06, 2024)

  • Added metrics support.

0.13.1 (Oct 24, 2023)

  • Added description (with link to available choices) to instance_class.

0.13.0 (Oct 13, 2023)

  • Upgraded pg-db-admin to support lambda invocations.

0.12.1 (Sep 07, 2023)

  • Using name_prefix for db parameter group to ensure unique names in AWS.

0.12.0 (May 12, 2023)

  • Upgraded pg-db-admin to fix issues when user chooses database_name="postgres" in postgres access.

0.11.5 (Feb 09, 2023)

  • Added db_admin_function_url output.

0.9.1 (Jun 07, 2022)

  • Fixed random_string number deprecation: changed to numeric.

0.9.0 (Apr 19, 2022)

  • All changes made to the database as a result of this module are now applied immediately.
  • Minor version upgrades are now automatically performed.
  • Postgresql logs are now emitted to a Cloudwatch log group.
  • Removed unused user security group.
  • Enabled enhanced monitoring on database instance.
  • Secrets and logs are encrypted using a CMK (customer-managed key) instead of the default key.
  • Enabled IAM authentication on database instance.
  • Enabled query logging.
  • Change default postgresql version to 13.