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 terraform-linters/tflint to v0.49.0 #181

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

terraform-linters/tflint (terraform-linters/tflint)

v0.49.0

Compare Source

What's Changed
Enhancements
Chores
New Contributors

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

v0.48.0

Compare Source

What's Changed

Breaking Changes
BugFixes
Chores

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

v0.47.0

Compare Source

0.47.0 (2023-06-18)

This release introduces autofix feature. Running tflint --fix will automatically fix issues as possible. Note that not all rules support autofix. In order to support autofix, plugins must be built with SDK v0.17+ and implement autofix.

The bundled Terraform ruleset has been updated to v0.4.0 with autofix support. In other words, for Terraform rules, you can use autofix as it is. See the tflint-ruleset-terraform v0.4.0 changelog for details.

Breaking Changes
  • #​1749: plugin: Drop support for plugin SDK v0.12/v0.13 (@​wata727)
    • Plugins built using SDKs v0.12/v0.13 are no longer supported. If you get "SDK version is incompatible" error, you need to update the plugin to use SDK v0.14+.
  • #​1750 #​1781: Bump tflint-plugin-sdk and bundled terraform plugin
    • The SDK has been updated to v0.17.0 and the bundled Terraform plugin to v0.4.0. Terraform ruleset v0.3.0 contains breaking changes. Check the changelog for details.
  • #​1779: cmd: Drop support for CLI arguments (@​wata727)
Enhancements
  • #​1751: plugin: support GitHub Enterprise Server as plugin source (@​bendrucker)
  • #​1755: Introduce autofix (@​wata727)
  • #​1773: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0
    • TFLint v0.47 host server return cty.Value now supports refinemnet. This is a change that only affects plugin developers. See HCL v2.17.0 changelog for details.
  • #​1780: terraform: Add support for Terraform v1.5 (@​wata727)
    • Added support for the planttimestamp and strcontains functions.
Chores
  • #​1754 #​1766: build(deps): Bump sigstore/cosign-installer from 3.0.2 to 3.0.5
  • #​1759: build(deps): Bump google.golang.org/grpc from 1.54.0 to 1.55.0
  • #​1762: build(deps): Bump alpine from 3.17.3 to 3.18.0
  • #​1763: build(deps): Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
  • #​1764: build(deps): Bump golang.org/x/crypto from 0.8.0 to 0.9.0
  • #​1767: build(deps): Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2
  • #​1771: fix(install_linux): Update unzip arguments (@​alexjurkiewicz)
  • #​1772 #​1775: build(deps): Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0
  • #​1774: build(deps): Bump github.com/hashicorp/go-plugin from 1.4.9 to 1.4.10
  • #​1776: build(deps): Bump golang.org/x/text from 0.9.0 to 0.10.0

v0.46.1

Compare Source

0.46.1 (2023-04-22)

BugFixes
Chores
  • #​1738: build(deps): Bump sigstore/cosign-installer from 3.0.1 to 3.0.2
  • #​1739: build(deps): Bump golang.org/x/crypto from 0.7.0 to 0.8.0
  • #​1741: build(deps): Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0
  • #​1743: build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.16.0 to 0.16.1

v0.46.0

Compare Source

0.46.0 (2023-04-09)

This release adds deprecation warnings for future breaking changes. Warn when using command line arguments like tflint dir and tflint main.tf. The former can be replaced with tflint --chdir=dir and the latter with tflint --filter=main.tf. See https://github.com/terraform-linters/tflint/pull/1687 for details.

The GPG key signed signature attached to TFLint releases has been deprecated. This signature will not be added to releases after May 1, 2023. Please migrate to verification with Cosign.

Enhancements
Changes
BugFixes
Chores
  • #​1587: Deprecate GPG key signed signature (@​wata727)
  • #​1662: deps: bump to go1.20 (@​chenrui333 @​bendrucker)
  • #​1681: docs: Update usage output (@​wata727)
  • #​1682 #​1733: build(deps): Bump alpine from 3.17.1 to 3.17.3
  • #​1683: build(deps): Bump golang.org/x/text from 0.6.0 to 0.7.0
  • #​1684: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.16.1
  • #​1685 #​1729: build(deps): Bump google.golang.org/grpc from 1.52.3 to 1.54.0
  • #​1691: build(deps): Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0
  • #​1692: build(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0
  • #​1695 #​1714: build(deps): Bump golang.org/x/oauth2 from 0.4.0 to 0.6.0
  • #​1701: build(deps): Bump github.com/sourcegraph/jsonrpc2 from 0.1.0 to 0.2.0
  • #​1702 #​1712: build(deps): Bump github.com/spf13/afero from 1.9.3 to 1.9.5
  • #​1704 #​1711: build(deps): Bump golang.org/x/crypto from 0.0.0-20220517005047-85d78b3ac167 to 0.7.0
  • #​1708: docs: revise plugin rate limiting guide (@​bendrucker)
  • #​1710: build(deps): Bump sigstore/cosign-installer from 2.8.1 to 3.0.1
  • #​1715: build(deps): Bump github.com/hashicorp/go-plugin from 1.4.8 to 1.4.9
  • #​1717: build(deps): Bump github.com/fatih/color from 1.14.1 to 1.15.0
  • #​1723: build(deps): Bump actions/setup-go from 3 to 4
  • #​1724: build(deps): Bump github.com/zclconf/go-cty from 1.12.1 to 1.13.1
  • #​1736: Fix GoReleaser config for Cosign v2 (@​wata727)

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.


  • 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 requested a review from kayman-mk as a code owner November 20, 2023 05:05
@renovate renovate bot added the dependency Dependency update by Renovate label Nov 20, 2023
@renovate renovate bot enabled auto-merge (squash) November 20, 2023 05:05
Copy link
Contributor

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:

  • the problem being solved
  • the best way a reviewer and you can test your changes

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:

  • /finish: formats the Terraform code and generates the Terraform documentation
  • /help: notifies a maintainer to help you out

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.

@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-0.x branch from 3e0f045 to e088b77 Compare November 23, 2023 08:37
@renovate renovate bot force-pushed the renovate/terraform-linters-tflint-0.x branch from e088b77 to 0fab050 Compare November 23, 2023 08:44
@kayman-mk kayman-mk merged commit 5e2de87 into main Nov 23, 2023
17 checks passed
@kayman-mk kayman-mk deleted the renovate/terraform-linters-tflint-0.x branch November 23, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependency update by Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant