Skip to content

Releases: GoogleCloudPlatform/cloud-foundation-fabric

v11.2.0

11 Jan 10:40
2942689
Compare
Choose a tag to compare
  • fix net-vpc subnet factory bug preventing the use of yamls with different shapes

Full Changelog: v11.1.0...v11.2.0

v11.1.0

11 Jan 07:32
fa80ac3
Compare
Choose a tag to compare

In this release

  • add support for additive IAM bindings to kms module

v11.0.0

04 Jan 12:04
cb8d483
Compare
Choose a tag to compare

In this release:

  • incompatible change remove location from gcs bucket names
  • add support for interpolating access levels based on keys to the vpc-sc module

v10.0.1

03 Jan 14:28
98ac4d8
Compare
Choose a tag to compare

In this release

  • remove lifecycle block from vpc sc perimeter resources

v10.0.0

31 Dec 15:50
52bcf06
Compare
Choose a tag to compare

In this release

  • fix cases where bridge perimeter status resources are null in vpc-sc module
  • re-release 9.0.3 as a major release as it contains breaking changes
    • update hierarchical firewall resources to use the newer google_compute_firewall_* resources
    • incompatible change rename firewall_policy_attachments to firewall_policy_association in the organization and folder modules
    • incompatible change updated API for the net-vpc-sc module

v9.0.3

31 Dec 12:37
5e4598e
Compare
Choose a tag to compare
  • update hierarchical firewall resources to use the newer google_compute_firewall_* resources
  • incompatible change rename firewall_policy_attachments to firewall_policy_association in the organization and folder modules
  • incompatible change updated API for the net-vpc-sc module

Full Changelog: v9.0.2...v9.0.3

v9.0.2

22 Dec 10:02
a98feae
Compare
Choose a tag to compare

Fix the fix introduced in v9.0.1. :D

v9.0.1

22 Dec 09:48
564dc43
Compare
Choose a tag to compare

Ignore description changes in firewall policy rule to avoid permadiff, add factory example to folder module documentation.

v9.0.0

22 Dec 09:07
54367f2
Compare
Choose a tag to compare

In this release

  • new cloud-run module
  • added gVNIC support to compute-vm module
  • added a rule factory to net-vpc-firewall module
  • added a subnet factory to net-vpc module
  • incompatible change added support for partitioned tables to organization module sinks
  • incompatible change renamed private_service_networking_range variable to psc_ranges in net-vpcmodule, and changed its type to list(string)
  • added a firewall policy factory to organization module
  • refactored tfdoc
  • added support for metric scopes to the project module

v8.0.0

03 Nov 17:02
b230c49
Compare
Choose a tag to compare

Release Highlights

  • added support for GCS notifications in gcs module
  • added new skip_delete variable to compute-vm module
  • incompatible change all modules and examples now require Terraform >= 1.0.0 and Google provider >= 4.0.0

What's Changed

  • Added GCS notification support by @caiotavaresdito in #335
  • Update CHANGELOG.md by @caiotavaresdito in #338
  • Feature/GitHub actions by @caiotavaresdito in #343
  • add colors to pytest output by @juliocc in #345
  • Project module support for skip_delete flag on google_project resource by @christopher-avila-ditoweb in #352
  • Fix SA IAM dynamic interpolation by @drebes in #353
  • Use the same versions file everywhere, pin to tf 1.0+ provider 4.0+ by @ludoo in #355

New Contributors

Full Changelog: v7.0.0...v8.0.0