Skip to content

Commit 92d50ae

Browse files
committed
1 parent c729686 commit 92d50ae

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

tflint/tflint.nuspec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>tflint</id>
6-
<version>0.50.1</version>
6+
<version>0.50.2</version>
77
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/tflint</packageSourceUrl>
88
<owners>flcdrg</owners>
99
<title>TFLint (Terraform linter)</title>
@@ -26,11 +26,14 @@ TFLint is a framework and each feature is provided by plugins, the key features
2626
- Enforce best practices, naming conventions.
2727
</description><releaseNotes><![CDATA[### What's Changed
2828
29-
#### BugFixes
30-
* Fix panic for module calls without source by @wata727 in https://github.com/terraform-linters/tflint/pull/1950
29+
#### Bug Fixes
30+
* 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
3131
32+
#### Chores
33+
* 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
34+
* 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
3235
33-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.0...v0.50.1
36+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2
3437
3538
]]></releaseNotes>
3639

tflint/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ $packageArgs = @{
55
packageName = 'tflint'
66

77
# 32-bit
8-
url = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_386.zip'
9-
checksum = 'e5feec12264a9054c80a0ab8a9327e944aece948c60116e9ad5cca7958f36e72'
8+
url = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_386.zip'
9+
checksum = '645e7cbf2276366ffb717d6935f51a56641551f5ff19281336f70cffd981f097'
1010
checksumType = 'sha256'
1111

1212
# 64-bit
13-
url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.1/tflint_windows_amd64.zip'
14-
checksum64 = 'cbe3a481e1b10af919624a38a364759f99f15e9993d781267add17bb3a041276'
13+
url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.50.2/tflint_windows_amd64.zip'
14+
checksum64 = 'd90735fff73ef5637ef5148f75a42cd644d3b5192a26325d0163707a83c55806'
1515
checksumType64 = $checksumType
1616

1717
# misc

0 commit comments

Comments
 (0)