Skip to content

Commit

Permalink
AU: 1 updated - tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 22, 2024
1 parent c729686 commit 92d50ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions tflint/tflint.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tflint</id>
<version>0.50.1</version>
<version>0.50.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/tflint</packageSourceUrl>
<owners>flcdrg</owners>
<title>TFLint (Terraform linter)</title>
Expand All @@ -26,11 +26,14 @@ TFLint is a framework and each feature is provided by plugins, the key features
- Enforce best practices, naming conventions.
</description><releaseNotes><![CDATA[### What's Changed
#### BugFixes
* Fix panic for module calls without source by @wata727 in https://github.com/terraform-linters/tflint/pull/1950
#### Bug Fixes
* 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
#### Chores
* 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
* 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
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.0...v0.50.1
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2
]]></releaseNotes>

Expand Down
8 changes: 4 additions & 4 deletions tflint/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ $packageArgs = @{
packageName = 'tflint'

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

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

# misc
Expand Down

0 comments on commit 92d50ae

Please sign in to comment.