Skip to content

Latest commit

 

History

History
139 lines (72 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

139 lines (72 loc) · 7.69 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.

5.4.0 (2024-08-29)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#143) (f08651d)

5.3.0 (2023-11-14)

Features

  • support inheritance for list constraints on v2 module (#104) (c4c4663)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#106) (d482c74)

5.2.2 (2023-01-04)

Bug Fixes

  • relax null provider constraint (#79) (0ba6c56)
  • specify rules variable type in org_policy_v2 (#73) (8ef6e1f)

5.2.1 (2022-12-29)

Bug Fixes

  • fix folder and project exclusions (#71) (182c272)
  • fixes lint issues and generates metadata (#72) (b800144)

5.2.0 (2022-09-01)

Features

  • added org_policy_v2 as a submodule supporting conditions (#58) (af5e9de)

5.1.0 (2021-12-20)

Features

  • update TPG version constraints to allow 4.0 (#52) (2d39ed9)

5.0.0 (2021-03-19)

⚠ BREAKING CHANGES

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

Features

  • add Terraform 0.13 constraint and module attribution (#43) (61cd430)

Bug Fixes

  • Change exclusion variables in submodules to accept sets (#44) (20b6a30)

4.0.0 (2020-12-08)

⚠ BREAKING CHANGES

  • The exclusions have had their state location changed and will be recreated (this is a no-op).

Features

  • Make exclude_folders and exclude_projects use sets and use for_each to avoid unnecessary resource updates (#32) (5d552af)

Bug Fixes

  • relax version constraints to enable terraform 0.13.x compatibility (#37) (d29507e)
  • use correct module names in documentation (#30) (235338d)

3.0.2 (2020-02-05)

Bug Fixes

Please add new unreleased features here.

3.1.0 - 2019-12-05

Added

  • submodules bucket_policy_only, domain_restricted_sharing, restrict_vm_external_ips, skip_default_network #15

3.0.1 - 2019-10-31 🎃

Fixed

  • The logic controlling the interaction bentween the variables enforce, allow, and deny. #12

3.0.0 - 2019-10-17

v3.0.0 is a backwards-incompatible release. Please see the upgrading guide.

Changed

  • Breaking: Fixed combining with folders/projects creation by adding policy_for input variable. #19

2.0.0 - 2019-07-25

Changed

  • Supported version of Terraform is 0.12. #11

This is the initial release of the module, with full support for org policy management.