From 638bf17a5ded6282371e26405ff24d0806798d8e Mon Sep 17 00:00:00 2001 From: wata_mac Date: Sun, 4 Apr 2021 22:33:22 +0900 Subject: [PATCH] Bump up version to v0.7.0 --- CHANGELOG.md | 19 +++++++++++++++++++ project/main.go | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90822f..00bc6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.7.0 (2021-04-04) + +This release adds support for deep checking. `google_disabled_api` rule finds resource declarations that depend on APIs that are not enabled. See [Deep Checking](docs/deep_checking.md) for details. + +### Enhancements + +- [#75](https://github.com/terraform-linters/tflint-ruleset-google/pull/75): rule: Add google_disabled_api rule +- [#84](https://github.com/terraform-linters/tflint-ruleset-google/pull/84): rule: Add google_compute_resource_policy_invalid_name rule +- [#88](https://github.com/terraform-linters/tflint-ruleset-google/pull/88): Update Magic Modules + +### Chores + +- [#80](https://github.com/terraform-linters/tflint-ruleset-google/pull/80): Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 +- [#81](https://github.com/terraform-linters/tflint-ruleset-google/pull/81): Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.9.1 +- [#83](https://github.com/terraform-linters/tflint-ruleset-google/pull/83): Add rule generator +- [#86](https://github.com/terraform-linters/tflint-ruleset-google/pull/86): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.5.0 +- [#87](https://github.com/terraform-linters/tflint-ruleset-google/pull/87): Bump google.golang.org/api from 0.40.0 to 0.43.0 +- [#89](https://github.com/terraform-linters/tflint-ruleset-google/pull/89): Bump tflint-plugin-sdk + ## 0.6.0 (2021-03-07) ### Enhancements diff --git a/project/main.go b/project/main.go index 31713c5..ab0997a 100644 --- a/project/main.go +++ b/project/main.go @@ -3,7 +3,7 @@ package project import "fmt" // Version is ruleset version -const Version string = "0.6.0" +const Version string = "0.7.0" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {