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

ci(deps): update dependency terraform-linters/tflint to v0.53.0 - autoclosed #331

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
terraform-linters/tflint minor v0.51.2 -> v0.53.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

terraform-linters/tflint (terraform-linters/tflint) ### [`v0.53.0`](https://togithub.com/terraform-linters/tflint/releases/tag/v0.53.0) [Compare Source](https://togithub.com/terraform-linters/tflint/compare/v0.52.0...v0.53.0) ##### What's Changed ##### Enhancements - build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.8.0 to 0.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2093](https://togithub.com/terraform-linters/tflint/pull/2093) ##### Bug Fixes - Fix a race condition when evaluating on the root context by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2096](https://togithub.com/terraform-linters/tflint/pull/2096) ##### Chores - build(deps): Bump golang.org/x/net from 0.26.0 to 0.27.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2086](https://togithub.com/terraform-linters/tflint/pull/2086) - build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2088](https://togithub.com/terraform-linters/tflint/pull/2088) - build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.20.0 to 0.21.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2090](https://togithub.com/terraform-linters/tflint/pull/2090) - build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2089](https://togithub.com/terraform-linters/tflint/pull/2089) - build(deps): Bump golang.org/x/text from 0.16.0 to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2098](https://togithub.com/terraform-linters/tflint/pull/2098) - build(deps): Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2097](https://togithub.com/terraform-linters/tflint/pull/2097) - build(deps): Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2092](https://togithub.com/terraform-linters/tflint/pull/2092) - build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2099](https://togithub.com/terraform-linters/tflint/pull/2099) - build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2100](https://togithub.com/terraform-linters/tflint/pull/2100) - build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/2091](https://togithub.com/terraform-linters/tflint/pull/2091) - chore: bump to use go 1.23.0 by [@​chenrui333](https://togithub.com/chenrui333) in [https://github.com/terraform-linters/tflint/pull/2101](https://togithub.com/terraform-linters/tflint/pull/2101) - chore: pin workflow action sha by [@​chenrui333](https://togithub.com/chenrui333) in [https://github.com/terraform-linters/tflint/pull/2102](https://togithub.com/terraform-linters/tflint/pull/2102) **Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.52.0...v0.53.0 ### [`v0.52.0`](https://togithub.com/terraform-linters/tflint/releases/tag/v0.52.0) [Compare Source](https://togithub.com/terraform-linters/tflint/compare/v0.51.2...v0.52.0) #### What's Changed ##### Enhancements - cmd: Allow `--chdir` and `--recursive` to be used together by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2079](https://togithub.com/terraform-linters/tflint/pull/2079) - terraform: Add support for Terraform v1.9 by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2077](https://togithub.com/terraform-linters/tflint/pull/2077) - Bump bundled terraform ruleset to v0.8.0 by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2085](https://togithub.com/terraform-linters/tflint/pull/2085) ##### Bug Fixes - formatter: Add source attribute in the checkstyle format by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2078](https://togithub.com/terraform-linters/tflint/pull/2078) ##### Chores - deps: Go 1.22.5 by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2084](https://togithub.com/terraform-linters/tflint/pull/2084) **Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.2...v0.52.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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 2 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.