Skip to content

Latest commit

 

History

History
62 lines (29 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

62 lines (29 loc) · 3.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2023-02-14)

1.2.0 (2021-05-14)

Features

  • Upgrade default base image to Container-Optimized OS 89 (3d7f3c8)

Bug Fixes

  • Add missing config values in pgbouncer.ini (dbb5da4)
  • Define permissions as strings in cloud-init config (e16b061)
  • md5 password prefix (977e769)

1.1.2 (2020-07-05)

1.1.1 (2020-06-14)

1.1.0 (2020-06-14)

Features

  • 💥 Move creation of PgBouncer cloud-init config into sub-module (9059b20)

1.0.1 (2020-06-14)

Features

  • Refactor & complete module Cloud SQL over private IP example (13748e5)

Bug Fixes

  • Fix switched values for public/private IP address in output (6f078a9)

1.0.0 (2020-06-14)

Features

  • Move default value for service_account_access_scopes out of variables.tf (5857353)

Bug Fixes

  • Fix incorrect default input value for pool_mode (447a5cb)

1.0.0-alpha.0 (2020-06-14)

Features

  • Add usage example using Cloud SQL with a private IP (b61754a)
  • Create a PgBouncer instance to connect Cloud SQL (1573778)