|
1 | 1 | ## What's Changed
|
2 | 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 | 3 | ### Enhancements
|
17 |
| -* feat: add aws_security_group_inline_rules rule by @kayman-mk in https://github.com/terraform-linters/tflint-ruleset-aws/pull/793 |
| 4 | +* Update AWS provider/module and generated content by @github-actions in https://github.com/terraform-linters/tflint-ruleset-aws/pull/840 |
| 5 | +* Add `aws_iam_role_deprecated_policy_attributes` rule by @alexjfisher in https://github.com/terraform-linters/tflint-ruleset-aws/pull/833 |
| 6 | +* `aws_write_only_arguments`: recommend write-only arguments where available by @aristosvo in https://github.com/terraform-linters/tflint-ruleset-aws/pull/860 |
| 7 | +* Update AWS provider/module and generated content by @github-actions in https://github.com/terraform-linters/tflint-ruleset-aws/pull/855 |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | +* provider_missing_default_tags: correctly handle unknown values by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-aws/pull/851 |
18 | 11 |
|
19 | 12 | ### 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 |
| 13 | +* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/839 |
| 14 | +* Bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/842 |
| 15 | +* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/841 |
| 16 | +* Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/845 |
| 17 | +* Pin GitHub Action versions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/846 |
| 18 | +* Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/847 |
| 19 | +* Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/848 |
| 20 | +* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.62 to 2.0.0-beta.63 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/849 |
| 21 | +* Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/853 |
| 22 | +* Bump the aws-sdk group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/852 |
| 23 | +* Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/854 |
| 24 | +* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.63 to 2.0.0-beta.64 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/857 |
| 25 | +* Bump the aws-sdk group across 1 directory with 6 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/858 |
| 26 | +* Bump the aws-sdk group with 6 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/862 |
| 27 | +* Bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/863 |
| 28 | +* Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.54.6 to 1.55.0 in the aws-sdk group by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/865 |
| 29 | +* Potential fix for code scanning alert no. 6: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/868 |
| 30 | +* Set explicit workflow permissions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/869 |
43 | 31 |
|
| 32 | +## New Contributors |
| 33 | +* @alexjfisher made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/833 |
| 34 | +* @aristosvo made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/860 |
44 | 35 |
|
45 |
| -**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.37.0...v0.38.0 |
| 36 | +**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.38.0...v0.39.0 |
0 commit comments