From b588f48270a08cc7a092759d4cca51209291ef7d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:10:53 -0800 Subject: [PATCH] chore(release-please): release tflint-ruleset-blueprint 0.2.6 (#2717) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- tflint-ruleset-blueprint/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55cd7018a14..4e1148d6e41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "infra/blueprint-test": "0.17.0", "infra/module-swapper": "0.4.9", - "tflint-ruleset-blueprint": "0.2.5" + "tflint-ruleset-blueprint": "0.2.6" } diff --git a/tflint-ruleset-blueprint/CHANGELOG.md b/tflint-ruleset-blueprint/CHANGELOG.md index af03fb67df6..42451b85c0e 100644 --- a/tflint-ruleset-blueprint/CHANGELOG.md +++ b/tflint-ruleset-blueprint/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.6](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint/v0.2.5...tflint-ruleset-blueprint/v0.2.6) (2024-12-05) + + +### Bug Fixes + +* **deps:** update module github.com/hashicorp/hcl/v2 to v2.23.0 ([#2709](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2709)) ([978454e](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/978454ea6e3ff9dbc2f052ddc174f5d6bc35a26e)) + ## [0.2.5](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint/v0.2.4...tflint-ruleset-blueprint/v0.2.5) (2024-09-13)