Skip to content

Commit

Permalink
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-te…
Browse files Browse the repository at this point in the history
…rraform to v0.8.0 (#39)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[terraform-linters/tflint-ruleset-terraform](https://togithub.com/terraform-linters/tflint-ruleset-terraform)
| plugin | minor | `0.6.0` -> `0.8.0` |

---

### Release Notes

<details>
<summary>terraform-linters/tflint-ruleset-terraform
(terraform-linters/tflint-ruleset-terraform)</summary>

###
[`v0.8.0`](https://togithub.com/terraform-linters/tflint-ruleset-terraform/blob/HEAD/CHANGELOG.md#080-2024-07-06)

[Compare
Source](https://togithub.com/terraform-linters/tflint-ruleset-terraform/compare/v0.7.0...v0.8.0)

##### Enhancements

-
[#&#8203;178](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/178):
Add range to terraform_required_version errors

##### Bug Fixes

-
[#&#8203;189](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/189):
deprecated_interpolation: Prevent autofix from producing ambiguous
attribute keys

##### Chores

-
[#&#8203;176](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/176):
release: Introduce Artifact Attestations
-
[#&#8203;179](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/179):
gofmt rules/terraform_deprecated_lookup.go
-
[#&#8203;180](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/180):
Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0
-
[#&#8203;183](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/183):
Bump goreleaser/goreleaser-action from 5 to 6
-
[#&#8203;186](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/186):
Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0
-
[#&#8203;187](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/187):
Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5
-
[#&#8203;192](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/192):
deps: Go 1.22.5

###
[`v0.7.0`](https://togithub.com/terraform-linters/tflint-ruleset-terraform/blob/HEAD/CHANGELOG.md#070-2024-05-02)

[Compare
Source](https://togithub.com/terraform-linters/tflint-ruleset-terraform/compare/v0.6.0...v0.7.0)

##### Enhancements

-
[#&#8203;161](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/161)
[#&#8203;167](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/167):
Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
    -   This is required for provider-defined functions support

##### Chores

-
[#&#8203;160](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/160)
[#&#8203;171](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/171):
Bump github.com/terraform-linters/tflint-plugin-sdk from 0.18.0 to
0.20.0
-
[#&#8203;162](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/162)
[#&#8203;166](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/166):
Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.4
-
[#&#8203;165](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/165):
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
-
[#&#8203;168](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/168):
Bump golang.org/x/net from 0.21.0 to 0.23.0
-
[#&#8203;169](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/169):
Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4
-
[#&#8203;170](https://togithub.com/terraform-linters/tflint-ruleset-terraform/pull/170):
deps: Go 1.22.2

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/equinix-labs/terraform-equinix-template).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 8e18ce0 commit 7648c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin "terraform" {
enabled = true
version = "0.6.0"
version = "0.8.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}

0 comments on commit 7648c9c

Please sign in to comment.