v0.20.1
github-actions
released this
13 Sep 15:09
·
838 commits
to master
since this release
0.20.1 (2020-09-13)
GPG key ID: 8CE69160EB3F2FE9
Chores
0.20.0 (2020-09-13)
This release introduces a new CLI flag --only
. This allows you to run the analysis with only certain rules enabled.
Also, this release is built with Go v1.15. As a result, darwin/386 build will no longer available from the release. Due to a release process issue, this release does not include pre-built binaries, so please check v0.20.1.
Breaking Changes
- #913: Bump tflint-plugin-sdk to v0.5.0 (@wata727)
- This change breaks plugin API backward compatibility. In order for plugins to work against v0.20.0, you need to build with tflint-plugin-sdk v0.5.0.
Enhancements
- #875: Capability to only run explicitly-provided rules (@markliederbach)
- #889: required_providers: handle implicit providers (@bendrucker)
- #901 #912: Bump terraform-provider-aws to v3.6.0 from v3.2.0 (@bendrucker @wata727)
- #904: plugin: Add
Provider
field toterraform.Resource
(@wata727) - #911: plugin: Add
Config()
method to the plugin server (@wata727)
Chores
- #871: chore(deps): bump go to v1.15 (@chenrui333 @bendrucker)
- #887 #897 #899 #905: Bump github.com/aws/aws-sdk-go from 1.34.5 to 1.34.18
- #891 #902: chore(deps): terraform 0.13.2 (@chenrui333)
- #892: update dependabot to include github action dep support (@chenrui333)
- #893: Bump actions/cache from v1 to v2.1.1
- #894: Bump actions/setup-go from v1 to v2.1.2
- #895: Bump github.com/google/go-cmp from 0.5.1 to 0.5.2
- #900 #906: Bump github.com/zclconf/go-cty from 1.5.1 to 1.6.1
- #903: Updated comments to reflect true intent of three methods (@ritesh-modi)
- #907: Bump github.com/spf13/afero from 1.3.4 to 1.3.5
- #908: Remove replace directive (@jpreese)