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

build(deps): bump github.com/terraform-linters/tflint from 0.20.3 to 0.43.0 in /tools #1119

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps github.com/terraform-linters/tflint from 0.20.3 to 0.43.0.

Release notes

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

v0.43.0

0.43.0 (2022-11-19)

This release adds support for dynamic blocks, including block expansion and iterator evaluation. Previously, dynamic blocks were always treated as a single block.

Plugin developers should be careful with dynamic blocks after this version. If you set ExpandModeNone (or IncludeNotCreated), dynamic blocks will not be fully expanded. Instead, dynamic blocks can be retrieved as-is via the GetModuleContent API.

Enhancements

BugFixes

  • #1579 #1591: build(deps): Bump github.com/zclconf/go-cty from 1.11.1 to 1.12.1
  • #1582: terraform: Convert variable types before applying defaults (@​wata727)
  • #1592: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0
  • #1598: Fix panic when file read fails (@​wata727)

Chores

  • #1546: Convert bug report issue template to form (@​bendrucker)
  • #1584: build(deps): Bump github.com/zclconf/go-cty-yaml from 1.0.2 to 1.0.3
  • #1585: Set up a security policy (@​wata727)
  • #1586: Follow up of upstream LICENSE updates (@​wata727)
  • #1588: Add COSIGN_EXPERIMENTAL=1 flag to the verification example (@​wata727)
  • #1589: Bump up GoReleaser version (@​wata727)
  • #1590: build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1
  • #1593: build(deps): Bump github.com/hashicorp/go-plugin from 1.4.5 to 1.4.6
  • #1594: build(deps): Bump alpine from 3.16.2 to 3.16.3

v0.42.2

0.42.2 (2022-10-26)

BugFixes

Chores

  • #1568: build(deps): Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0
  • #1569: build(deps): Bump sigstore/cosign-installer from 2.8.0 to 2.8.1

v0.42.1

0.42.1 (2022-10-25)

BugFixes

v0.42.0

... (truncated)

Changelog

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

0.43.0 (2022-11-19)

This release adds support for dynamic blocks, including block expansion and iterator evaluation. Previously, dynamic blocks were always treated as a single block.

Plugin developers should be careful with dynamic blocks after this version. If you set ExpandModeNone (or IncludeNotCreated), dynamic blocks will not be fully expanded. Instead, dynamic blocks can be retrieved as-is via the GetModuleContent API.

Enhancements

BugFixes

  • #1579 #1591: build(deps): Bump github.com/zclconf/go-cty from 1.11.1 to 1.12.1
  • #1582: terraform: Convert variable types before applying defaults (@​wata727)
  • #1592: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0
  • #1598: Fix panic when file read fails (@​wata727)

Chores

  • #1546: Convert bug report issue template to form (@​bendrucker)
  • #1584: build(deps): Bump github.com/zclconf/go-cty-yaml from 1.0.2 to 1.0.3
  • #1585: Set up a security policy (@​wata727)
  • #1586: Follow up of upstream LICENSE updates (@​wata727)
  • #1588: Add COSIGN_EXPERIMENTAL=1 flag to the verification example (@​wata727)
  • #1589: Bump up GoReleaser version (@​wata727)
  • #1590: build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1
  • #1593: build(deps): Bump github.com/hashicorp/go-plugin from 1.4.5 to 1.4.6
  • #1594: build(deps): Bump alpine from 3.16.2 to 3.16.3

0.42.2 (2022-10-26)

BugFixes

Chores

  • #1568: build(deps): Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0
  • #1569: build(deps): Bump sigstore/cosign-installer from 2.8.0 to 2.8.1

0.42.1 (2022-10-25)

BugFixes

0.42.0 (2022-10-23)

This release adds support for evaluating local.*, each.key, each.value, and count.index. Support for each.* and count.index requires plugins built with SDK v0.14+.

... (truncated)

Commits
  • 91a94f6 Bump up version to v0.43.0
  • fb0fd9f Fix panic when file read fails (#1598)
  • 3588e3c Add support for dynamic blocks (#1583)
  • 78315a6 build(deps): Bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0 (#1592)
  • 9205edb build(deps): Bump github.com/zclconf/go-cty from 1.12.0 to 1.12.1 (#1591)
  • 3171e8b build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#1590)
  • f2a18dd build(deps): Bump github.com/hashicorp/go-plugin from 1.4.5 to 1.4.6 (#1593)
  • 6c7a1f8 build(deps): Bump alpine from 3.16.2 to 3.16.3 (#1594)
  • eefb06a Bump up GoReleaser version (#1589)
  • cd886b4 Add COSIGN_EXPERIMENTAL=1 flag to the verification example (#1588)
  • 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.20.3 to 0.43.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.20.3...v0.43.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 Nov 21, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 27, 2022

Superseded by #1174.

@dependabot dependabot bot closed this Dec 27, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/terraform-linters/tflint-0.43.0 branch December 27, 2022 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants