Skip to content

Releases: GoogleCloudPlatform/cloud-foundation-fabric

v2.3.0

02 Jul 06:36
54aff6e
Compare
Choose a tag to compare

In this release:

  • new 'Cloud Storage to Bigquery with Cloud Dataflow' end to end data solution
  • incompatible change additive IAM bindings are now keyed by identity instead of role, and use a single iam_additive_bindings variable, refer to [#103] for details
  • set delete_contents_on_destroy in the foundations examples audit dataset to allow destroying
  • trap errors raised by the project module on destroy

v2.2.0

29 Jun 06:07
add7b7f
Compare
Choose a tag to compare

In this release:

  • make project creation optional in project module to allow managing a pre-existing project
  • new cloud-endpoints module
  • new cloud-function module

v2.1.0

22 Jun 15:18
3c60af5
Compare
Choose a tag to compare

In this release:

  • incompatible change routes in the net-vpc module now interpolate the VPC name to ensure uniqueness, upgrading from a previous version will drop and recreate routes
  • the top-level docker-images folder has been moved inside modules/cloud-config-container/onprem
  • dns_keys output added to the dns module
  • add group-config variable, groups and group_self_links outputs to net-ilb module to allow creating ILBs for externally managed instances
  • make the IAM bindings depend on the compute instance in the compute-vm module

v2.0.0

11 Jun 13:59
9d7f557
Compare
Choose a tag to compare

In this release:

  • new data-solutions section and cmek-via-centralized-kms example
  • incompatible change static VPN routes now interpolate the VPN gateway name to enforce uniqueness, upgrading from a previous version will drop and recreate routes

v1.9.0

10 Jun 05:57
0a742b5
Compare
Choose a tag to compare

In this release:

  • new bigtable-instance module
  • add support for IAM bindings to compute-vm module

v1.8.1

07 Jun 16:08
62836cb
Compare
Choose a tag to compare

In this release

  • use all instead of specifying protocols in the admin firewall rule of the net-vpc-firewall module
  • add support for encryption keys in gcs module
  • set next_hop_instance_zone in net-vpc for next hop instance routes to avoid triggering recreation

v1.8.0

03 Jun 07:44
268132e
Compare
Choose a tag to compare

In this release

  • incompatible change the kms module has been refactored and will be incompatible with previous state
  • incompatible change robot and default service accounts outputs in the project module have been refactored and are now exposed via a single service_account output (cf [#82])
  • add support for PD CSI driver in GKE module
  • refactor iam-service-accounts module outputs to be more resilient
  • add option to use private GCR to cos-generic-metadata module

v1.7.0

30 May 06:59
037c14e
Compare
Choose a tag to compare

In this release

  • add support for disk encryption to the compute-vm module
  • new datafusion module
  • new container-registry module
  • new artifact-registry module

v1.6.0

20 May 14:22
453f4e5
Compare
Choose a tag to compare

In this release:

  • add output to gke-cluster exposing the cluster's CA certificate
  • fix gke-cluster autoscaling options
  • add support for Service Directory bound zones to the dns module
  • new service-directory module
  • new source-repository module

v1.5.0

11 May 15:52
fdea316
Compare
Choose a tag to compare

New in this release:

  • incompatible change the bigquery module has been removed and replaced by the new bigquery-dataset module
  • incompatible change subnets in the net-vpc modules are now passed as a list instead of map, and all related variables for IAM and flow logs use region/name instead of name keys; it's now possible to have the same subnet name in different regions
  • replace all references to the removed resourceviews.googleapis.com API with container.googleapis.com
  • fix advanced options in gke-nodepool module
  • fix health checks in compute-mig and net-ilb modules
  • new cos-generic-metadata module in the cloud-config-container suite
  • new envoy-traffic-director module in the cloud-config-container suite
  • new pubsub module