Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Jul 7, 2024
1 parent 2e9aad2 commit 1d1bb29
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
39 changes: 17 additions & 22 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.51.2</version>
<version>0.52.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/tflint</packageSourceUrl>
<owners>flcdrg</owners>
<title>TFLint (Terraform linter)</title>
Expand All @@ -25,27 +25,22 @@ TFLint is a framework and each feature is provided by plugins, the key features
- Warn about deprecated syntax, unused declarations.
- Enforce best practices, naming conventions.
</description><releaseNotes><![CDATA[### What's Changed
* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2047
* build(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2048
* build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2049
* build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2053
* build(deps): Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2054
* build(deps): Bump alpine from 3.19 to 3.20 by @dependabot in https://github.com/terraform-linters/tflint/pull/2055
* build(deps): Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/terraform-linters/tflint/pull/2061
* build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2062
* build(deps): Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2064
* build(deps): Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2063
* build(deps): Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2065
* build(deps): Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2066
* build(deps): Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/terraform-linters/tflint/pull/2067
* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2068
* build(deps): Bump github.com/go-test/deep from 1.1.0 to 1.1.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2069
* build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in https://github.com/terraform-linters/tflint/pull/2070
* deps: Go 1.22.4 by @wata727 in https://github.com/terraform-linters/tflint/pull/2073
* docs: Recommend verification with GitHub CLI by @wata727 in https://github.com/terraform-linters/tflint/pull/2074
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.1...v0.51.2
#### Enhancements
* cmd: Allow `--chdir` and `--recursive` to be used together by @wata727 in https://github.com/terraform-linters/tflint/pull/2079
* terraform: Add support for Terraform v1.9 by @wata727 in https://github.com/terraform-linters/tflint/pull/2077
* Bump bundled terraform ruleset to v0.8.0 by @wata727 in https://github.com/terraform-linters/tflint/pull/2085
#### Bug Fixes
* formatter: Add source attribute in the checkstyle format by @wata727 in https://github.com/terraform-linters/tflint/pull/2078
#### Chores
* deps: Go 1.22.5 by @wata727 in https://github.com/terraform-linters/tflint/pull/2084
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.2...v0.52.0
]]></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.51.2/tflint_windows_386.zip'
checksum = 'e36830c559361c6381c3805d5cc431039d173459f2b6428ab90d410e3da35f38'
url = 'https://github.com/terraform-linters/tflint/releases/download/v0.52.0/tflint_windows_386.zip'
checksum = '2ce6fd6f6bdc6f487db0b7be1de69ad03c24b56977e6bf390aef0783a0732cd0'
checksumType = 'sha256'

# 64-bit
url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.51.2/tflint_windows_amd64.zip'
checksum64 = '041e6b961d47c78b5ba85ac67e888e74c0f811f87fca78ce93d4cdf8078b0f35'
url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.52.0/tflint_windows_amd64.zip'
checksum64 = 'fed6ff15ee10db34a23044ac0d4da8fdc1f2f3663b32ec85d388374dd95670aa'
checksumType64 = $checksumType

# misc
Expand Down

0 comments on commit 1d1bb29

Please sign in to comment.