Skip to content

Latest commit

 

History

History
97 lines (55 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

97 lines (55 loc) · 2.65 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.

Changed

  • Upgrading all test dependencies to mitigate CVE-2024-3817. Thanks to @ckluente-1k5 for reporting and fixing this.

0.1.0 BREAKING CHANGE

Removed

  • drop support for version 4._* and update child modules

Changed

  • Upgrading all test dependencies to mitigate CVE-2024-3817. Thanks to @ckluente-1k5 for reporting and fixing this.

Changed

  • Update terraform provider version constraint to support 5.x

Added

  • Add support for computed_members_map

Removed

  • BREAKING CHANGE: remove support for google provider 3.x
  • BREAKING CHANGE: remove output module_enabled

0.2.0 BREAKING CHANGE

Changed

  • BREAKING CHANGE: IAM config rewritten. Resources might get recreated.

Fixed

  • Error: No value was found for project during import

Added

  • Support empty members list in policy_bindings

Fixed

  • unsupported attribute when using policy_bindings

Added

  • Support for provider 4.x

Added

  • Initial Implementation