File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.26.0 (2023-11-13)
2+
3+ ### Breaking Changes
4+
5+ - [ #315 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/315 ) : Update Magic Modules
6+ - Removed ` google_cloudiot_registry_invalid_log_level ` rule
7+ - Removed ` google_cloud_iot_device_invalid_log_level ` rule
8+
9+ ### Enhancements
10+
11+ - [ #313 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/313 ) : update machine types
12+
13+ ### Chores
14+
15+ - [ #298 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/298 ) : Bump goreleaser/goreleaser-action from 4 to 5
16+ - [ #304 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/304 ) : Bump golang.org/x/net from 0.14.0 to 0.17.0
17+ - [ #306 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/306 ) : Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
18+ - [ #308 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/308 ) : Bump github.com/dave/dst from 0.27.2 to 0.27.3
19+ - [ #309 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/309 ) : Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.1
20+ - [ #311 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/311 ) : Bump google.golang.org/grpc from 1.57.0 to 1.57.1
21+ - [ #314 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/314 ) : Bump google.golang.org/api from 0.139.0 to 0.150.0
22+
123## 0.25.0 (2023-09-11)
224
325### Enhancements
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717``` hcl
1818plugin "google" {
1919 enabled = true
20- version = "0.25 .0"
20+ version = "0.26 .0"
2121 source = "github.com/terraform-linters/tflint-ruleset-google"
2222}
2323```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import "fmt"
44
55// Version is ruleset version
6- const Version string = "0.25 .0"
6+ const Version string = "0.26 .0"
77
88// ReferenceLink returns the rule reference link
99func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments