这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

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

Release notes

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

v0.42.0

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

Starting with this release, resources/modules with count or for_each set will be expanded. Previously it was only expanded if count = 0 or for_each = {}, but it is now always expanded and multiple resources/modules are passed to plugins.

Enhancements

BugFixes

  • #1557: plugin: Fix crash when evaluating nested sensitive values (@​wata727)

Chores

  • #1526: Move block expanding to under the terraform package (@​wata727)
  • #1527: docs: Update compatibility guide (@​wata727)
  • #1528 #1539: build(deps): Bump sigstore/cosign-installer from 2.6.0 to 2.8.0
  • #1529: workflow(docker): Improve multi-arch image build (@​wata727)
  • #1534: docs: Add notice about Chocolatey package (@​wata727)
  • #1538: build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0
  • #1550: build(deps): Bump github.com/zclconf/go-cty from 1.11.0 to 1.11.1
  • #1558: docs: Add API compatibility note (@​wata727)
  • #1559: Add test when the count is string (@​wata727)
  • #1561: build(deps): Bump golang.org/x/text from 0.3.7 to 0.4.0

v0.41.0

0.41.0 (2022-09-24)

Enhancements

Chores

v0.40.1

0.40.1 (2022-09-17)

BugFixes

... (truncated)

Changelog

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

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

Starting with this release, resources/modules with count or for_each set will be expanded. Previously it was only expanded if count = 0 or for_each = {}, but it is now always expanded and multiple resources/modules are passed to plugins.

Enhancements

BugFixes

  • #1557: plugin: Fix crash when evaluating nested sensitive values (@​wata727)

Chores

  • #1526: Move block expanding to under the terraform package (@​wata727)
  • #1527: docs: Update compatibility guide (@​wata727)
  • #1528 #1539: build(deps): Bump sigstore/cosign-installer from 2.6.0 to 2.8.0
  • #1529: workflow(docker): Improve multi-arch image build (@​wata727)
  • #1534: docs: Add notice about Chocolatey package (@​wata727)
  • #1538: build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0
  • #1550: build(deps): Bump github.com/zclconf/go-cty from 1.11.0 to 1.11.1
  • #1558: docs: Add API compatibility note (@​wata727)
  • #1559: Add test when the count is string (@​wata727)
  • #1561: build(deps): Bump golang.org/x/text from 0.3.7 to 0.4.0

0.41.0 (2022-09-24)

Enhancements

Chores

0.40.1 (2022-09-17)

BugFixes

  • #1514: Ignore default preset by disabled_by_default
  • #1516: Prefer --only option over other rules config (@​wata727)

Chores

... (truncated)

Commits
  • f978a90 Bump up version to v0.42.0
  • 1129275 build(deps): Bump golang.org/x/text from 0.3.7 to 0.4.0 (#1561)
  • c059c17 build(deps): Bump github.com/zclconf/go-cty from 1.11.0 to 1.11.1 (#1550)
  • 8576524 Bump tflint-plugin-sdk and bundled terraform plugin (#1560)
  • b2ec5ed Add test when the count is string (#1559)
  • 36bd7ad Improve multi-arch image build (#1529)
  • cf92e1c Add API compatibility note (#1558)
  • 84d1c1d Fix crash when evaluating nested sensitive values (#1557)
  • ea78d58 Add support for count/each value (#1537)
  • ee2c703 build(deps): Bump sigstore/cosign-installer from 2.7.0 to 2.8.0 (#1539)
  • 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.42.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.42.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 24, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 25, 2022

Superseded by #605.

@dependabot dependabot bot closed this Oct 25, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/terraform-linters/tflint-0.42.0 branch October 25, 2022 04:31
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.

1 participant