Skip to content

Commit 1c06fa7

Browse files
committed
Bump up version to v0.38.0
1 parent d995e4b commit 1c06fa7

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1919
```hcl
2020
plugin "aws" {
2121
enabled = true
22-
version = "0.37.0"
22+
version = "0.38.0"
2323
source = "github.com/terraform-linters/tflint-ruleset-aws"
2424
}
2525
```

project/main.go

+1-1
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.37.0"
6+
const Version string = "0.38.0"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

tools/release/release-note.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## What's Changed
2+
3+
### Breaking Changes
4+
* Update AWS provider/module and generated content by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/837
5+
* Remove Amazon Chime rules
6+
* `aws_chime_voice_connector_group_invalid_name`
7+
* `aws_chime_voice_connector_invalid_aws_region`
8+
* `aws_chime_voice_connector_invalid_name`
9+
* `aws_chime_voice_connector_logging_invalid_voice_connector_id`
10+
* `aws_chime_voice_connector_origination_invalid_voice_connector_id`
11+
* `aws_chime_voice_connector_streaming_invalid_voice_connector_id`
12+
* `aws_chime_voice_connector_termination_credentials_invalid_voice_connector_id`
13+
* `aws_chime_voice_connector_termination_invalid_default_phone_number`
14+
* `aws_chime_voice_connector_termination_invalid_voice_connector_id`
15+
16+
### Enhancements
17+
* feat: add aws_security_group_inline_rules rule by @kayman-mk in https://github.com/terraform-linters/tflint-ruleset-aws/pull/793
18+
19+
### Chores
20+
* Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.53.1 to 1.53.2 in the aws-sdk group by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/806
21+
* Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/807
22+
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/809
23+
* Bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/811
24+
* Bump github.com/terraform-linters/tflint-plugin-sdk from 0.21.0 to 0.22.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/812
25+
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.59 to 2.0.0-beta.60 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/810
26+
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.60 to 2.0.0-beta.61 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/816
27+
* Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/817
28+
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/815
29+
* Bump github.com/zclconf/go-cty from 1.16.1 to 1.16.2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/819
30+
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/818
31+
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/823
32+
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/824
33+
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.61 to 2.0.0-beta.62 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/825
34+
* Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/826
35+
* Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/827
36+
* Bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/830
37+
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/831
38+
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/829
39+
* deps: Go 1.24 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/832
40+
* rule template: fix typo by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-aws/pull/834
41+
* Remove hard-coded versions from integration tests by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/835
42+
* Add make release for release automation by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/836
43+
44+
45+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.37.0...v0.38.0

0 commit comments

Comments
 (0)