Skip to content

Commit

Permalink
chore(deps): update dependency terraform-linters/tflint to v0.50.0 (#219
Browse files Browse the repository at this point in the history
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[terraform-linters/tflint](https://github.com/terraform-linters/tflint)
| minor | `v0.49.0` -> `v0.50.0` |

---

### Release Notes

<details>
<summary>terraform-linters/tflint (terraform-linters/tflint)</summary>

###
[`v0.50.0`](https://github.com/terraform-linters/tflint/releases/tag/v0.50.0)

[Compare
Source](https://github.com/terraform-linters/tflint/compare/v0.49.0...v0.50.0)

#### What's Changed

##### Breaking Changes

- Call local modules by default by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1918
- Module inspection is now enabled by default for modules whose source
is a relative path. Note that "module inspection" will be called
"calling modules" after this change. See also
[terraform-linters/tflint#1066
- CLI flag `--module` has been changed to `--call-module-type`. For
backward compatibility, `--module` will continue to work, but it will be
removed in a future version, so we recommend migrating early. The same
applies to the `module` attribute of the configuration file.
- `--module` flag is replaced by `--call-module-type=all` and
`--no-module` (previous default) is replaced by
`--call-module-type=none`
- For modules with many local module calls, this change may result in
performance degradation. If this is not acceptable, you can keep the
previous default by specifying `--call-module-type=none`.
- Make assignments to undeclared variables an error by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1941
- In line with Terraform behavior, assignments using the `--var` flag
etc. to undeclared variables now result in an error. To avoid this,
remove unnecessary variable assignments.

##### Enhancements

- Print the working directory on error in recursive inspection by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1933
- Enable per-runner parallelism by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1944

##### BugFixes

- Exit with an error if the explicitly passed `.tflint.hcl` does not
exist by [@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1940

##### Chores

- build(deps): Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1913
- build(deps): Bump sigstore/cosign-installer from 3.1.2 to 3.2.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1915
- build(deps): Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1917
- docs: Remove mention of directory arguments by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1921
- build(deps): Bump golang.org/x/crypto from 0.15.0 to 0.16.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1923
- build(deps): Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1931
- build(deps): Bump github.com/spf13/afero from 1.10.0 to 1.11.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1932
- build(deps): Bump actions/setup-go from 4 to 5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1936
- build(deps): Bump sigstore/cosign-installer from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1937
- build(deps): Bump alpine from 3.18 to 3.19 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1938
- Stop using backticks for emphasis by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1934
- Avoid escaping newlines by
[@&#8203;wata727](https://github.com/wata727) in
[terraform-linters/tflint#1942
- build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1945
- build(deps): Bump github.com/google/uuid from 1.4.0 to 1.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1947
- build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[terraform-linters/tflint#1948

**Full Changelog**:
terraform-linters/tflint@v0.49.0...v0.50.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Hapag-Lloyd/terraform-aws-bastion-host-ssm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 23, 2023
1 parent 6eff9e6 commit 6e95444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: install tflint
run: |
# renovate: datasource=github-tags depName=terraform-linters/tflint
tflint_version="v0.49.0"
tflint_version="v0.50.0"
curl -o tflint.zip -L https://github.com/terraform-linters/tflint/releases/download/${tflint_version}/tflint_linux_amd64.zip
unzip tflint.zip
Expand Down

0 comments on commit 6e95444

Please sign in to comment.