From f50a78d2da2538674d84500fc4ca71ad08e7b051 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 5 Nov 2025 06:51:06 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23030f18f..c4ea526e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,38 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [Unreleased] + +### BREAKING CHANGES + +- `modules/cloud-function`: Removed field `vpc_connector.create`, populate `vpc_connector_create` instead +`modules/cloud-function-v2`: Removed field `vpc_connector.create`, populate `vpc_connector_create` instead +`modules/cloud-run-v2`: Removed `service_account` and `service_account_create`. Use `service_account_config` instead [[#3473](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3473)] + +- [[#3489](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3489)] Explain cursed Create Before Destroy ([wiktorn](https://github.com/wiktorn)) +- [[#3475](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3475)] Run yapf in single thread to prevent EOFError errors ([wiktorn](https://github.com/wiktorn)) + +### FAST + +- [[#3486](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3486)] Fenyvesi levi/fix essential contact ([fenyvesi-levi](https://github.com/fenyvesi-levi)) +- [[#3469](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3469)] Enable extra_dirs for tflint_fast ([wiktorn](https://github.com/wiktorn)) +- [[#3478](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3478)] Add CIS Benchmarks for GCP 3.0 to documentation of controls ([vannicktrinquier](https://github.com/vannicktrinquier)) + +### MODULES + +- [[#3500](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3500)] Fix E2E tests. ([wiktorn](https://github.com/wiktorn)) +- [[#3441](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3441)] BigQuery reservation ([lcaggio](https://github.com/lcaggio)) +- [[#3488](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3488)] Exclude folder config files from project factory paths ([ludoo](https://github.com/ludoo)) +- [[#3482](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3482)] chore: cleanup remove fleet output ([danistrebel](https://github.com/danistrebel)) +- [[#3476](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3476)] Align agent-engine with interface for Cloud Functions and Cloud Run ([wiktorn](https://github.com/wiktorn)) +- [[#3477](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3477)] feat: add GKE fleet property for Standard and Autopilot Cluster Modules ([danistrebel](https://github.com/danistrebel)) +- [[#3473](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3473)] service_account_config for Cloud Run v2 ([wiktorn](https://github.com/wiktorn)) + +### TOOLS + +- [[#3476](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3476)] Align agent-engine with interface for Cloud Functions and Cloud Run ([wiktorn](https://github.com/wiktorn)) +- [[#3469](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3469)] Enable extra_dirs for tflint_fast ([wiktorn](https://github.com/wiktorn)) +- [[#3473](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/3473)] service_account_config for Cloud Run v2 ([wiktorn](https://github.com/wiktorn)) ## [46.0.0] - 2025-10-26 @@ -1825,4 +1856,4 @@ Project templates are still following the old project factory schemas, and will [32.0.1]: [32.0.0]: [31.1.0]: -[31.0.0]: +[31.0.0]: \ No newline at end of file