From 65c730b518b821a1e44daa40e81bb4f4476767cf Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Tue, 29 Aug 2023 13:02:20 +0200 Subject: [PATCH] Update CHANGELOG.md Remove link to API Gateway blueprint --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d81ef14..90d3ca09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1041,7 +1041,7 @@ All notable changes to this project will be documented in this file. - **incompatible change** the variable for service identities IAM has changed in the project factory - add `data-catalog-policy-tag` module - new [workload identity federetion example](blueprints/cloud-operations/workload-identity-federation) -- new `api-gateway` [module](./modules/api-gateway) and [example](blueprints/serverless/api-gateway). +- new `api-gateway` [module](./modules/api-gateway) and example - **incompatible change** the `psn_ranges` variable has been renamed to `psa_ranges` in the `net-vpc` module and its type changed from `list(string)` to `map(string)` - **incompatible change** removed `iam` flag for organization and folder level sinks - **incompatible change** removed `ingress_settings` configuration option in the `cloud-functions` module.