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

Bump github.com/terraform-linters/tflint from 0.34.1 to 0.45.0 in /tools #207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps github.com/terraform-linters/tflint from 0.34.1 to 0.45.0.

Release notes

Sourced from github.com/terraform-linters/tflint's releases.

v0.45.0

0.45.0 (2023-02-13)

This release adds support for some CLI flags. File arguments (e.g. tflint main.tf) have been deprecated by the new --filter flag. It works in v0.45 but will be removed in a future version. We recommend migrating to tflint --filter=main.tf.

All arguments are deprecated from this release. If you're using arguments, you'll need to migrate to the --chdir or --filter flags.

This release updates the expiration date of the built-in GPG public key. Existing keys will expire on 2023-05-01, so you are encouraged to update by then.

Enhancements

BugFixes

Chores

  • #1642: build(deps): Bump golang.org/x/text from 0.5.0 to 0.6.0
  • #1651: build(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
  • #1652: build(deps): Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • #1653: build(deps): Bump alpine from 3.17.0 to 3.17.1
  • #1658: docs: Fix typo in architecture guide (@​Ankushpandey-ti)
  • #1659: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0
  • #1660: build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.3
  • #1661: docs: Mention OPA ruleset (@​wata727)
  • #1666: docs: Add Environment Variables documentation (@​wata727)
  • #1667: docs: Mention Renovate TFLint plugins support (@​wata727)
  • #1670: tflint: Allow config to be merged even with initial values (@​wata727)
  • #1673: build(deps): Bump docker/build-push-action from 3 to 4
  • #1674: build(deps): Bump golang from 1.19-alpine3.16 to 1.20-alpine3.16

v0.44.1

0.44.1 (2022-12-30)

BugFixes

v0.44.0

0.44.0 (2022-12-26)

This release added support for --chdir and --recursive flags. Mostly loader related improvements, including some refactorings.

... (truncated)

Changelog

Sourced from github.com/terraform-linters/tflint's changelog.

0.45.0 (2023-02-13)

This release adds support for some CLI flags. File arguments (e.g. tflint main.tf) have been deprecated by the new --filter flag. It works in v0.45 but will be removed in a future version. We recommend migrating to tflint --filter=main.tf.

All arguments are deprecated from this release. If you're using arguments, you'll need to migrate to the --chdir or --filter flags.

This release updates the expiration date of the built-in GPG public key. Existing keys will expire on 2023-05-01, so you are encouraged to update by then.

Enhancements

BugFixes

Chores

  • #1642: build(deps): Bump golang.org/x/text from 0.5.0 to 0.6.0
  • #1651: build(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
  • #1652: build(deps): Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • #1653: build(deps): Bump alpine from 3.17.0 to 3.17.1
  • #1658: docs: Fix typo in architecture guide (@​Ankushpandey-ti)
  • #1659: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0
  • #1660: build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.3
  • #1661: docs: Mention OPA ruleset (@​wata727)
  • #1666: docs: Add Environment Variables documentation (@​wata727)
  • #1667: docs: Mention Renovate TFLint plugins support (@​wata727)
  • #1670: tflint: Allow config to be merged even with initial values (@​wata727)
  • #1673: build(deps): Bump docker/build-push-action from 3 to 4
  • #1674: build(deps): Bump golang from 1.19-alpine3.16 to 1.20-alpine3.16

0.44.1 (2022-12-30)

BugFixes

0.44.0 (2022-12-26)

This release added support for --chdir and --recursive flags. Mostly loader related improvements, including some refactorings.

The directory argument (e.g. tflint dir) has been deprecated. It works in v0.44 but will be removed in a future version. We recommend migrating to tflint --chdir=dir.

The --recursive flag is an experimental feature. It may not suit all workflows. We may change behavior frequently to keep improving.

... (truncated)

Commits
  • ec43cd6 Bump up version to v0.45.0
  • 6cf62be Set the GPG key expiration to 2025-05-01 (#1679)
  • 7f87f07 build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.3 (#1660)
  • ef8b5e3 Reject all directory arguments with --chdir/--recursive (#1678)
  • 3a3747b Follow up on upstream changes regarding evaluation (#1677)
  • 0de4678 Add --no-module (#1671)
  • e372000 build(deps): Bump golang from 1.19-alpine3.16 to 1.20-alpine3.16 (#1674)
  • 6f4edf7 build(deps): Bump docker/build-push-action from 3 to 4 (#1673)
  • c8ff71c Allow config to be merged even with initial values (#1670)
  • 16e0218 Mention Renovate TFLint plugins support (#1667)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/terraform-linters/tflint](https://github.com/terraform-linters/tflint) from 0.34.1 to 0.45.0.
- [Release notes](https://github.com/terraform-linters/tflint/releases)
- [Changelog](https://github.com/terraform-linters/tflint/blob/master/CHANGELOG.md)
- [Commits](terraform-linters/tflint@v0.34.1...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/terraform-linters/tflint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 13, 2023
@github-actions
Copy link

Hey @dependabot[bot] 👋 Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current settings do not allow maintainers to make such edits. To help facilitate this, update your pull request to allow such edits as described in GitHub's Allowing changes to a pull request branch created from a fork documentation. (If you're using a fork owned by an organization, your organization may not allow you to change this setting. If that is the case, let us know.)

@github-actions github-actions bot added needs-triage and removed dependencies Pull requests that update a dependency file labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code needs-triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants