Skip to content

Latest commit

 

History

History
405 lines (276 loc) · 29.9 KB

CHANGELOG.md

File metadata and controls

405 lines (276 loc) · 29.9 KB

0.13.2 (2022-03-29)

BugFixes

  • #327: Suppress unevaluable/unknown/null errors on provider block eval (@wata727)

Chores

  • #321: Bump peter-evans/create-pull-request from 3 to 4
  • #322: Bump actions/cache from 2 to 3

0.13.1 (2022-03-28)

BugFixes

  • #320: Call EnsureNoError after evaluating aws_route expression so unevaluable expressions are skipped (@jandersen-plaid)

0.13.0 (2022-03-27)

The minimum supported version of TFLint has changed in this version. TFLint v0.35.0+ is required for this plugin to work.

Breaking Changes

  • #274: Bump tflint-plugin-sdk for gRPC-based new plugin system (@wata727)
  • #310: aws_spot_instance_request.instance_interruption_behaviour renamed (@PatMyron)
  • #317 #318: Update aws-sdk-go and AWS provider rules (@wata727)
    • Removed aws_amplify_domain_association_invalid_domain_name rule.

Enhancements

  • #309: refactor previous generation instance type rules (@PatMyron)
  • #315: rules: Add new aws_elastic_beanstalk_environment_invalid_name_format rule (@samhpickering)

Chores

  • #312: Bump actions/checkout from 2 to 3
  • #313: Bump github.com/hashicorp/aws-sdk-go-base from 1.0.0 to 1.1.0
  • #314: go 1.18 (@PatMyron)
  • #319: Bump GoReleaser version (@wata727)

0.12.0 (2022-01-28)

Enhancements

Chores

  • #286: Updated missing documentation (@Rihoj)
  • #290: automating maintenance with Github actions (@PatMyron)
  • #298: Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
  • #302: git submodule update in automated maintenance (@PatMyron)

0.11.0 (2022-01-04)

Many thanks to @PatMyron, a new maintainer! This release adds 589 SDK-based validation rules, significantly increasing resource coverage.

Enhancements

Chores

  • #230: docs: remove irrelevant issue from deep check example (@PatMyron)
  • #231: docs: documenting undocumented rules (@PatMyron)
  • #246: Bump github.com/aws/aws-sdk-go from 1.42.23 to 1.42.25

0.10.1 (2021-12-10)

Enhancements

  • #211: rules: Add missing t4g ElastiCache node types (@acastro2)
  • #213: rules: Add data tiering node types for ElastiCache (@wata727)

Chores

  • #210: Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1
  • #214: Extract ElastiCache node types to utils (@wata727)

0.10.0 (2021-12-04)

Enhancements

  • #202: rules: Add acm certificate lifecycle create before destroy rule (@AleksaC)
  • #208: Bump aws-sdk-go submodule and Terraform provider schema (@wata727)

Chores

  • #199: Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
  • #204: Bump github.com/hashicorp/aws-sdk-go-base from 0.7.1 to 1.0.0
  • #209: Bump github.com/aws/aws-sdk-go from 1.41.19 to 1.42.19

0.9.0 (2021-11-06)

Breaking Changes

Enhancements

  • #197: Bump aws-sdk-go submodule and Terraform provider schema (@wata727)

BugFixes

  • #195: rules: Use EmitIssueOnExpr when emitting an issue for an expression (@wata727)

Chores

  • #196: Bump github.com/aws/aws-sdk-go from 1.40.54 to 1.41.19

0.8.0 (2021-10-11)

Enhancements

  • #159: rules: Add aws_iam_group_policy_too_long rule (@Rihoj)
  • #187: rules: Add Aurora Graviton2-based T4g and X2g instances (@wata727)
  • #188: Bump aws-sdk-go submodule and Terraform provider schema (@wata727)

Chores

  • #185: Bump github.com/aws/aws-sdk-go from 1.40.32 to 1.40.54

0.7.2 (2021-09-25)

BugFixes

  • #183: rules: Allow unbracketed IAM policy statements (@wata727)

Chores

0.7.1 (2021-09-03)

BugFixes

  • #176: rules: Fix false positive for IAM policy document without Sid (@wata727)
  • #178: rules: Fix an error when policy is not evaluable

Chores

  • #175: rules: Fix broken aws_lambda_function_deprecated_runtime test (@wata727)

0.7.0 (2021-08-28)

Breaking Changes

  • #158: rules: Remove aws_cognito_user_pool_domain_invalid_domain rule (@wata727)

Enhancements

  • #152: rules: Add deep checking rules for the aws_elasticache_replication_group resource (@Rihoj)
    • aws_elasticache_replication_group_invalid_parameter_group
    • aws_elasticache_replication_group_invalid_security_group
    • aws_elasticache_replication_group_invalid_subnet_group
  • #153: rules: Add aws_iam_policy_too_long_policy rule (@Rihoj)
  • #154: rules: Add aws_lambda_function_deprecated_runtime rule (@Rihoj)
  • #155: rules: Add aws_iam_policy_sid_invalid_characters rule (@Rihoj)
  • #166: rules: Update valid DB instance types (@wata727)
  • #167: rules: Add support for Oracle multitenant container database engines (@wata727)
  • #168: rules: Add RabbitMQ to aws_mq_configuration_invalid_engine_type rule (@wata727)
  • #169: rules: Add route target types for aws_route rules (@wata727)
  • #170: rules: Update valid regions for the aws_s3_bucket_invalid_region rule (@wata727)
  • #171: rules: Bump aws-sdk-go submodule and Terraform provider schema

Chores

  • #157: docs: Add required IAM policy document for deep checking (@wata727)
  • #161: docs: Fix typo in aws_elasticache_cluster_default_parameter_group.md (@w0rmr1d3r)
  • #163: Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1
  • #172: Bump github.com/aws/aws-sdk-go from 1.40.17 to 1.40.32

0.6.0 (2021-08-08)

Enhancements

  • #143: Add rules for aws_elasticache_replication_group resource
  • #151: Bump aws-sdk-go submodule and Terraform provider schema

Chores

  • #138: Bump github.com/zclconf/go-cty from 1.8.4 to 1.9.0
  • #142: Bump github.com/terraform-linters/tflint-plugin-sdk from 0.9.0 to 0.9.1
  • #144: Remove hashicorp/terraform-provider-aws build dependency
  • #145: Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.10.1
  • #150: Bump github.com/aws/aws-sdk-go from 1.39.0 to 1.40.17

0.5.0 (2021-07-03)

The minimum supported version of TFLint has changed in this version. TFLint v0.30.0+ is required for this plugin to work.

Breaking Changes

  • #137: Bump tflint-plugin-sdk to v0.9.0

Enhancements

  • #136: Bump aws-sdk-go submodule and Terraform provider

Chores

  • #129: Bump github.com/golang/mock from 1.5.0 to 1.6.0
  • #132: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.6.1 to 2.7.0
  • #134: Bump github.com/zclconf/go-cty from 1.8.3 to 1.8.4
  • #135: Bump github.com/aws/aws-sdk-go from 1.38.55 to 1.39.0

0.4.3 (2021-06-12)

Chores

  • #127: Fix GoReleaser action inputs

0.4.2 (2021-06-12)

Chores

  • #125: Update GoReleaser config to build arm64 for M1
  • #126: Bump GoReleaser version

0.4.1 (2021-06-05)

Enhancements

  • #122: Bump aws-sdk-go submodule and Terraform provider

Chores

  • #109: Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0
  • #113: Bump github.com/zclconf/go-cty from 1.8.1 to 1.8.3
  • #118: Bump actions/cache from 2.1.5 to 2.1.6
  • #119: Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
  • #121: Bump github.com/aws/aws-sdk-go from 1.38.25 to 1.38.55
  • #123: Add notes about auto installation

0.4.0 (2021-04-25)

Enhancements

  • #101: rule: Add aws_api_gateway_model_invalid_name rule
  • #107: Bump aws-sdk-go submodule and Terraform provider

BugFixes

  • #106: rule: Fix gob error when using map attributes in aws_resource_missing_tags rule

Chores

  • #99: add TFLINT_PLUGIN_DIR option to README
  • #100: doc: Fix gov_friendly_arns rule naming
  • #103: Bump actions/cache from v2.1.4 to v2.1.5
  • #108: Bump github.com/aws/aws-sdk-go from 1.38.19 to 1.38.25

0.3.1 (2021-04-04)

Enhancements

  • #92: rules: Update aws_mq_broker_invalid_engine_type.go
  • #95: Bump terraform-provider-aws and aws-sdk-go submodule

BugFixes

  • #85 #96: Bump tflint-plugin-sdk

Chores

  • #82: Bump github.com/google/go-cmp from 0.5.4 to 0.5.5
  • #83: Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.9.1
  • #86: Bump github.com/zclconf/go-cty from 1.8.0 to 1.8.1
  • #88: Update link to full list of rules
  • #89: Update rules documentation index
  • #91: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.5.0
  • #93: Correct spelling
  • #94: Bump github.com/aws/aws-sdk-go from 1.37.25 to 1.38.12

0.3.0 (2021-03-06)

Enhancements

  • #55: Add optional linting rules for govcloud IAM policies
  • #61: Add lint for db_instance's engine attribute
  • #67 #80 #81: Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.25

Chores

  • #63: Add document for aws_db_instance_invalid_type
  • #64: Add rule generator
  • #65 #77: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.2 to 2.4.4
  • #68: Bump github.com/golang/mock from 1.4.4 to 1.5.0
  • #71: go: enable module and build caching
  • #73: Upgrade to Go 1.16
  • #74: Bump actions/cache from v2.1.3 to v2.1.4
  • #75: Bump github.com/hashicorp/hcl/v2 from 2.8.2 to 2.9.0
  • #76: Bump github.com/zclconf/go-cty from 1.7.1 to 1.8.0

0.2.1 (2021-02-02)

BugFixes

  • #59: Check EnabledRules instead of Rules

0.2.0 (2021-01-31)

The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work.

Breaking Changes

  • #58: Bump tflint-plugin-sdk to v0.8.0

Enhancements

  • #56: Bump github.com/aws/aws-sdk-go from 1.36.19 to 1.37.1
  • #57: Bump aws-sdk-go

Chores

  • #47: Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2
  • #54: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.0 to 2.4.2

0.1.2 (2021-01-10)

BugFixes

  • #40: Override RuleNames
  • #43: rule: Allow other fields of rule configs
  • #44: docs: Fix regex in aws_s3_bucket_name
  • #45: Bump tflint-plugin-sdk

0.1.1 (2021-01-03)

  • #24: Setup GoReleaser

0.1.0 (2021-01-03)

Initial release 🎉