terraform-linters/tflint-plugin-sdk
### [`v0.11.0`](https://togithub.com/terraform-linters/tflint-plugin-sdk/releases/v0.11.0)
[Compare Source](https://togithub.com/terraform-linters/tflint-plugin-sdk/compare/v0.10.1...v0.11.0)
#### 0.11.0 (2022-05-05)
##### Enhancements
- [#160](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/160): tflint: Add IncludeNotCreated option to GetModuleContent
##### Chores
- [#150](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/150): Bump google.golang.org/protobuf from 1.27.1 to 1.28.0
- [#154](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/154): Bump actions/setup-go from 2 to 3
- [#155](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/155): Bump google.golang.org/grpc from 1.45.0 to 1.46.0
- [#156](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/156): Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0
- [#157](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/157): plugin2host: Return sources instead of `*hcl.File` in GetRuleConfigContent
- [#158](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/158): Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
- [#159](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/159): Bump github/codeql-action from 1 to 2
### [`v0.10.1`](https://togithub.com/terraform-linters/tflint-plugin-sdk/releases/v0.10.1)
[Compare Source](https://togithub.com/terraform-linters/tflint-plugin-sdk/compare/v0.10.0...v0.10.1)
#### 0.10.1 (2022-04-02)
##### BugFixes
- [#153](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/153): helper: Skip un-used variable block attributes
### [`v0.10.0`](https://togithub.com/terraform-linters/tflint-plugin-sdk/releases/v0.10.0)
[Compare Source](https://togithub.com/terraform-linters/tflint-plugin-sdk/compare/v0.9.1...v0.10.0)
#### 0.10.0 (2022-03-27)
This release contains a major update to the plugin system. Previously, this SDK uses traditional net/rpc + gob, but now it uses gRPC + Protocol Buffers.
The API also contains many incompatible changes. See [https://github.com/terraform-linters/tflint-ruleset-template/pull/48](https://togithub.com/terraform-linters/tflint-ruleset-template/pull/48) for how to migrate. TFLint v0.35+ is required to work with new plugin systems.
##### Breaking Changes
- [#135](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/135) [#146](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/146) [#147](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/147) [#148](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/148) [#149](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/149): plugin: gRPC-based new plugin system
##### Chores
- [#133](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/133) [#145](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/145): build: Go 1.18
- [#134](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/134): Bump github.com/hashicorp/go-plugin from 1.4.2 to 1.4.3
- [#136](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/136): Bump github.com/zclconf/go-cty from 1.9.0 to 1.10.0
- [#138](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/138): Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.11.1
- [#139](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/139): Bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0
- [#141](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/141): Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
- [#143](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/143): Bump actions/checkout from 2 to 3
- [#144](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/144): Bump github.com/hashicorp/go-hclog from 0.16.2 to 1.2.0
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
v0.9.1
->v0.11.0
Release Notes
terraform-linters/tflint-plugin-sdk
### [`v0.11.0`](https://togithub.com/terraform-linters/tflint-plugin-sdk/releases/v0.11.0) [Compare Source](https://togithub.com/terraform-linters/tflint-plugin-sdk/compare/v0.10.1...v0.11.0) #### 0.11.0 (2022-05-05) ##### Enhancements - [#160](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/160): tflint: Add IncludeNotCreated option to GetModuleContent ##### Chores - [#150](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/150): Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 - [#154](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/154): Bump actions/setup-go from 2 to 3 - [#155](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/155): Bump google.golang.org/grpc from 1.45.0 to 1.46.0 - [#156](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/156): Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0 - [#157](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/157): plugin2host: Return sources instead of `*hcl.File` in GetRuleConfigContent - [#158](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/158): Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 - [#159](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/159): Bump github/codeql-action from 1 to 2 ### [`v0.10.1`](https://togithub.com/terraform-linters/tflint-plugin-sdk/releases/v0.10.1) [Compare Source](https://togithub.com/terraform-linters/tflint-plugin-sdk/compare/v0.10.0...v0.10.1) #### 0.10.1 (2022-04-02) ##### BugFixes - [#153](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/153): helper: Skip un-used variable block attributes ### [`v0.10.0`](https://togithub.com/terraform-linters/tflint-plugin-sdk/releases/v0.10.0) [Compare Source](https://togithub.com/terraform-linters/tflint-plugin-sdk/compare/v0.9.1...v0.10.0) #### 0.10.0 (2022-03-27) This release contains a major update to the plugin system. Previously, this SDK uses traditional net/rpc + gob, but now it uses gRPC + Protocol Buffers. The API also contains many incompatible changes. See [https://github.com/terraform-linters/tflint-ruleset-template/pull/48](https://togithub.com/terraform-linters/tflint-ruleset-template/pull/48) for how to migrate. TFLint v0.35+ is required to work with new plugin systems. ##### Breaking Changes - [#135](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/135) [#146](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/146) [#147](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/147) [#148](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/148) [#149](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/149): plugin: gRPC-based new plugin system ##### Chores - [#133](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/133) [#145](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/145): build: Go 1.18 - [#134](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/134): Bump github.com/hashicorp/go-plugin from 1.4.2 to 1.4.3 - [#136](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/136): Bump github.com/zclconf/go-cty from 1.9.0 to 1.10.0 - [#138](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/138): Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.11.1 - [#139](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/139): Bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 - [#141](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/141): Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 - [#143](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/143): Bump actions/checkout from 2 to 3 - [#144](https://togithub.com/terraform-linters/tflint-plugin-sdk/pull/144): Bump github.com/hashicorp/go-hclog from 0.16.2 to 1.2.0Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.