File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4646 - type : input
4747 attributes :
4848 label : TFLint Version
49- placeholder : ' 0.50.1 '
49+ placeholder : ' 0.50.2 '
5050 validations :
5151 required : true
5252 - type : input
Original file line number Diff line number Diff line change 77)
88
99// Version is application version
10- var Version * version.Version = version .Must (version .NewVersion ("0.50.1 " ))
10+ var Version * version.Version = version .Must (version .NewVersion ("0.50.2 " ))
1111
1212// ReferenceLink returns the rule reference link
1313func ReferenceLink (name string ) string {
Original file line number Diff line number Diff line change 11## What's Changed
22
3- ### BugFixes
4- * Fix panic for module calls without source by @wata727 in https://github.com/terraform-linters/tflint/pull/1950
3+ ### Bug Fixes
4+ * Fix a bug where auto-fixed code could not be retrieved via GetFile API by @wata727 in https://github.com/terraform-linters/tflint/pull/1959
55
6+ ### Chores
7+ * build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/terraform-linters/tflint/pull/1954
8+ * build(deps): Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1956
69
7- ** Full Changelog** : https://github.com/terraform-linters/tflint/compare/v0.50.0 ...v0.50.1
10+ ** Full Changelog** : https://github.com/terraform-linters/tflint/compare/v0.50.1 ...v0.50.2
You can’t perform that action at this time.
0 commit comments