Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency tflint to v0.50.1 - autoclosed #36

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
tflint minor 0.48.0 -> 0.50.1

Release Notes

terraform-linters/tflint (tflint)

v0.50.1

Compare Source

What's Changed

BugFixes

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

v0.50.0

Compare Source

What's Changed

Breaking Changes
  • Call local modules by default by @​wata727 in https://github.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
    • 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 in https://github.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
BugFixes
Chores

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

v0.49.0

Compare Source

What's Changed

Enhancements
Chores

New Contributors

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


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency tflint to v0.49.0 chore(deps): update dependency tflint to v0.50.0 Dec 24, 2023
@renovate renovate bot force-pushed the renovate/tflint-0.x branch from 8ff2f7e to 3691004 Compare December 24, 2023 05:44
@renovate renovate bot force-pushed the renovate/tflint-0.x branch from 3691004 to 467e1f8 Compare January 9, 2024 15:00
@renovate renovate bot changed the title chore(deps): update dependency tflint to v0.50.0 chore(deps): update dependency tflint to v0.50.1 Jan 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency tflint to v0.50.1 chore(deps): update dependency tflint to v0.50.1 - autoclosed Jan 12, 2024
@renovate renovate bot closed this Jan 12, 2024
@renovate renovate bot deleted the renovate/tflint-0.x branch January 12, 2024 11:25
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants