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-plugin-sdk from 0.7.0 to 0.8.0 #70

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2021

Bumps github.com/terraform-linters/tflint-plugin-sdk from 0.7.0 to 0.8.0.

Release notes

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

v0.8.0

0.8.0 (2020-01-31)

This release fixes some bugs when using Config API. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.24+.

See also terraform-linters/tflint-ruleset-template#26 for an example of upgrading the SDK.

Breaking Changes

  • #96: Use msgpack to encoding to pass cty.Value in variable default
  • #98: Use json for transfering cty.Type

BugFixes

  • #97: Fix heredoc parsing in parseConfig

Chores

  • #94: Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2
  • #99: Allow use of ${terraform.workspace} in tests

v0.7.1

0.7.1 (2020-01-10)

BugFixes

  • #93: tflint: Add workaround for parsing heredoc expressions
Changelog

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

0.8.0 (2020-01-31)

This release fixes some bugs when using Config API. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.24+.

See also terraform-linters/tflint-ruleset-template#26 for an example of upgrading the SDK.

Breaking Changes

  • #96: Use msgpack to encoding to pass cty.Value in variable default
  • #98: Use json for transfering cty.Type

BugFixes

  • #97: Fix heredoc parsing in parseConfig

Chores

  • #94: Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2
  • #99: Allow use of ${terraform.workspace} in tests

0.7.1 (2020-01-10)

BugFixes

  • #93: tflint: Add workaround for parsing heredoc expressions
Commits
  • 5fd320e Bump up version to v0.8.0
  • 5366d9e Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2 (#94)
  • 23731c3 Fix heredoc parsing in parseConfig (#97)
  • 530c035 Allow use of ${terraform.workspace} in tests (#99)
  • b11b475 Use json for transfering cty.Type (#98)
  • 06d5c0a Use msgpack to encoding to pass cty.Value in variable default (#96)
  • 1d08094 Bump up version to v0.7.1
  • ec2b4a2 tflint: Add workaround for parsing heredoc expressions (#93)
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 31, 2021
@wata727 wata727 merged commit c577e74 into master Jan 31, 2021
@wata727 wata727 deleted the dependabot/go_modules/github.com/terraform-linters/tflint-plugin-sdk-0.8.0 branch January 31, 2021 15:09
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant