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
+
1
23
## 0.25.0 (2023-09-11)
2
24
3
25
### 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
17
17
``` hcl
18
18
plugin "google" {
19
19
enabled = true
20
- version = "0.25 .0"
20
+ version = "0.26 .0"
21
21
source = "github.com/terraform-linters/tflint-ruleset-google"
22
22
}
23
23
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
3
3
import "fmt"
4
4
5
5
// Version is ruleset version
6
- const Version string = "0.25 .0"
6
+ const Version string = "0.26 .0"
7
7
8
8
// ReferenceLink returns the rule reference link
9
9
func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments