From 01bb1beb0444d2b10dcb1662fdaf14f2a0d0effd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:48:54 -0800 Subject: [PATCH] chore(release-please): release blueprint-test 0.17.3 (#2745) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- infra/blueprint-test/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81def838213..99505668796 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "infra/blueprint-test": "0.17.2", + "infra/blueprint-test": "0.17.3", "infra/module-swapper": "0.4.9", "tflint-ruleset-blueprint": "0.2.6" } diff --git a/infra/blueprint-test/CHANGELOG.md b/infra/blueprint-test/CHANGELOG.md index 4d551f94010..3cd7986dc2f 100644 --- a/infra/blueprint-test/CHANGELOG.md +++ b/infra/blueprint-test/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.17.3](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/infra/blueprint-test/v0.17.2...infra/blueprint-test/v0.17.3) (2024-12-11) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.48.0 ([#2744](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2744)) ([92291c4](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/92291c4dbe97af64e0f4830aff1b00fca8ffa60a)) +* **gcloud:** support Run cmd with quotes ([#2748](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2748)) ([561befd](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/561befd0995cb2478319892cdbe7229b5b599021)) + ## [0.17.2](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/infra/blueprint-test/v0.17.1...infra/blueprint-test/v0.17.2) (2024-12-09)