From 8945fe04e9c946d11ed9f1b8e4311617bc255c4b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:03:31 +0000 Subject: [PATCH] chore(release-please): release tflint-ruleset-blueprint 0.2.0 --- .release-please-manifest.json | 2 +- tflint-ruleset-blueprint/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44480328fd0..ad5e181011e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "infra/blueprint-test": "0.16.1", "infra/module-swapper": "0.4.8", - "tflint-ruleset-blueprint": "0.1.0" + "tflint-ruleset-blueprint": "0.2.0" } diff --git a/tflint-ruleset-blueprint/CHANGELOG.md b/tflint-ruleset-blueprint/CHANGELOG.md index eb1dd46d1e4..2c0ca0f410e 100644 --- a/tflint-ruleset-blueprint/CHANGELOG.md +++ b/tflint-ruleset-blueprint/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint/v0.1.0...tflint-ruleset-blueprint/v0.2.0) (2024-08-09) + + +### Features + +* **tflint_bp_plugin:** add min & max parameters ([#2502](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2502)) ([6b5c501](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/6b5c501bce5558aa5d2aef315c2a4d273c664d81)) +* **tflint-ruleset:** add terraform_required_version ([#2485](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2485)) ([091a4ff](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/091a4ff2c68dfccb8a5011b039a22cc34074ccef)) + + +### Bug Fixes + +* **deps:** update module github.com/terraform-linters/tflint-plugin-sdk to v0.20.0 ([#2380](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2380)) ([6bc4f2d](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/6bc4f2d709ec3878467ca34db8290b95238fa200)) +* **deps:** update module github.com/terraform-linters/tflint-plugin-sdk to v0.21.0 ([#2479](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/2479)) ([78de0b9](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/commit/78de0b9369c4d92fefc3c6299ade0aa3554e79b5)) + ## [0.1.0](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/compare/tflint-ruleset-blueprint-v0.0.1...tflint-ruleset-blueprint/v0.1.0) (2024-05-02)