Skip to content

Latest commit

 

History

History
178 lines (84 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

178 lines (84 loc) · 10.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. This changelog is generated automatically based on Conventional Commits.

5.2.0 (2024-10-08)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#145) (f44a42a)

5.1.0 (2024-04-12)

Features

  • adds var.enable_privately_used_public_ips to create_environment_v2 (#129) (47884d5)

5.0.0 (2024-03-07)

⚠ BREAKING CHANGES

  • TPG>=5.14: add data_retention_config block (#121)

Features

  • add cmek support in composer_env_v2 (#113) (0fe2605)
  • TPG>=5.14: add data_retention_config block (#121) (ca0dfcc)

4.1.0 (2023-12-04)

Features

  • add web_server_network_access_control (#102) (6064816)

4.0.1 (2023-11-22)

Bug Fixes

4.0.0 (2023-11-16)

⚠ BREAKING CHANGES

  • TPG >=5.3: add new features. update provider requirements (#98)

Features

  • TPG >=5.3: add new features. update provider requirements (#98) (ea834f7)

3.4.0 (2022-11-28)

Features

  • adding a module for networking/iam requirements and example for composer-v2 (#60) (b44bb6f)

3.3.0 (2022-07-28)

Features

3.2.0 (2022-06-24)

Features

  • add network tags support for v2 (#48) (a4644c0)
  • Support to create v2 private service connection (#50) (7840e07)

Bug Fixes

  • dynamic master authorized networks blocks (#47) (a61f6a7)
  • Remove web_server_ipv4_cidr_block from composer v2 (#52) (d3b2e0f), closes #51

3.1.0 (2022-04-19)

Features

  • add enable_private_endpoint to composer root module (#43) (ad566d1)

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • Cloud composer v2 (#36)

Features

2.4.0 (2022-02-14)

Features

2.3.0 (2022-01-22)

Features

  • add submodules for managing connections and pools (#25) (73a0f94)

Bug Fixes

  • Add the zone variable to the root module (#35) (a638976)

2.2.0 (2021-11-24)

Features

  • update TPG version constraints to allow 4.0 (#27) (759bcb9)

2.1.0 (2021-10-19)

Features

2.0.0 (2021-06-22)

⚠ BREAKING CHANGES

  • create_environment submodule now uses the google-beta provider.

Features

  • Add CMEK support to create_environment submodule by setting kms_key_name variable (#16) (9cd4934)

1.0.0 (2021-04-01)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#11)

Features

  • add Terraform 0.13 constraint and module attribution (#11) (d45205e)
  • Composer module improvement (#12) (549ba62)

0.1.1 (2020-11-23)

Bug Fixes

0.1.0 - 2020-06-23

Features

  • Initial release