Hapag-Lloyd / terraform-aws-bastion-host-ssm

Terraform module to create an enterprise grade bastion host: High availability, SSM access only, encrypted disk and flexible resource naming.
Apache License 2.0
9 stars 4 forks source link

chore(deps): update dependency terraform-linters/tflint to v0.50.0 #219

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
terraform-linters/tflint minor v0.49.0 -> v0.50.0

Release Notes

terraform-linters/tflint (terraform-linters/tflint) ### [`v0.50.0`](https://togithub.com/terraform-linters/tflint/releases/tag/v0.50.0) [Compare Source](https://togithub.com/terraform-linters/tflint/compare/v0.49.0...v0.50.0) #### What's Changed ##### Breaking Changes - Call local modules by default by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1918](https://togithub.com/terraform-linters/tflint/pull/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 [https://github.com/terraform-linters/tflint/issues/1066](https://togithub.com/terraform-linters/tflint/issues/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 [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1941](https://togithub.com/terraform-linters/tflint/pull/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 [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1933](https://togithub.com/terraform-linters/tflint/pull/1933) - Enable per-runner parallelism by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1944](https://togithub.com/terraform-linters/tflint/pull/1944) ##### BugFixes - Exit with an error if the explicitly passed `.tflint.hcl` does not exist by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1940](https://togithub.com/terraform-linters/tflint/pull/1940) ##### Chores - build(deps): Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1913](https://togithub.com/terraform-linters/tflint/pull/1913) - build(deps): Bump sigstore/cosign-installer from 3.1.2 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1915](https://togithub.com/terraform-linters/tflint/pull/1915) - build(deps): Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1917](https://togithub.com/terraform-linters/tflint/pull/1917) - docs: Remove mention of directory arguments by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1921](https://togithub.com/terraform-linters/tflint/pull/1921) - build(deps): Bump golang.org/x/crypto from 0.15.0 to 0.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1923](https://togithub.com/terraform-linters/tflint/pull/1923) - build(deps): Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1931](https://togithub.com/terraform-linters/tflint/pull/1931) - build(deps): Bump github.com/spf13/afero from 1.10.0 to 1.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1932](https://togithub.com/terraform-linters/tflint/pull/1932) - build(deps): Bump actions/setup-go from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1936](https://togithub.com/terraform-linters/tflint/pull/1936) - build(deps): Bump sigstore/cosign-installer from 3.2.0 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1937](https://togithub.com/terraform-linters/tflint/pull/1937) - build(deps): Bump alpine from 3.18 to 3.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1938](https://togithub.com/terraform-linters/tflint/pull/1938) - Stop using backticks for emphasis by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1934](https://togithub.com/terraform-linters/tflint/pull/1934) - Avoid escaping newlines by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1942](https://togithub.com/terraform-linters/tflint/pull/1942) - build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1945](https://togithub.com/terraform-linters/tflint/pull/1945) - build(deps): Bump github.com/google/uuid from 1.4.0 to 1.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1947](https://togithub.com/terraform-linters/tflint/pull/1947) - build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1948](https://togithub.com/terraform-linters/tflint/pull/1948) **Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.49.0...v0.50.0

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 9 months ago

Hey @renovate[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under the Apache 2.0 license.

The following ChatOps commands are supported:

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.