From 47882539569ca70ffb67d19cbd0498027826139b Mon Sep 17 00:00:00 2001 From: Simone Ruffilli Date: Tue, 5 Apr 2022 12:11:05 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d994dbef8..a3c3a36f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [15.0.0] - 2022-04-05 + +- **incompatible change** the variable for PSA ranges in the `net-vpc` module has changed to support configuring peering routes - fix permadiff in `net-vpc-firewall` module rules - new [gke-hub](modules/gke-hub) module - new [unmanaged-instances-healthcheck](examples/cloud-operations/unmanaged-instances-healthcheck) example - add support for IAM to `data-catalog-policy-tag` module - add support for IAM additive to `folder` module, fixes #580 -- **incompatible change** the variable for PSA ranges in the `net-vpc` module has changed to support configuring peering routes - optionally turn off gcplogs driver in COS modules - fix `tag` output on `data-catalog-policy-tag` module - add shared-vpc support on `gcs-to-bq-with-least-privileges` @@ -483,7 +485,8 @@ All notable changes to this project will be documented in this file. - merge development branch with suite of new modules and end-to-end examples -[Unreleased]: https://github.com/terraform-google-modules/cloud-foundation-fabric/compare/v14.0.0...HEAD +[Unreleased]: https://github.com/terraform-google-modules/cloud-foundation-fabric/compare/v15.0.0...HEAD +[15.0.0]: https://github.com/terraform-google-modules/cloud-foundation-fabric/compare/v14.0.0...v15.0.0 [14.0.0]: https://github.com/terraform-google-modules/cloud-foundation-fabric/compare/v13.0.0...v14.0.0 [13.0.0]: https://github.com/terraform-google-modules/cloud-foundation-fabric/compare/v12.0.0...v13.0.0 [12.0.0]: https://github.com/terraform-google-modules/cloud-foundation-fabric/compare/v11.2.0...v12.0.0