Skip to content

Commit 61d05d3

Browse files
committed
Bump up version to v0.26.0
1 parent af0f1ab commit 61d05d3

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717
```hcl
1818
plugin "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
```

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "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
99
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)