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

Update module github.com/terraform-linters/tflint-plugin-sdk to v0.18.0 #36

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/terraform-linters/tflint-plugin-sdk require minor v0.16.1 -> v0.18.0

Release Notes

terraform-linters/tflint-plugin-sdk (github.com/terraform-linters/tflint-plugin-sdk)

v0.18.0

Compare Source

0.18.0 (2023-07-29)

Breaking Changes
  • #​268: helper: Un-export NewLocalRunner and AddLocalFile
  • #​273: Internalize unnecessarily published plugin packages
  • #​274: tflint: Remove deprecated IncludeNotCreated option
Enhancements
  • #​271: hclext: Add support for expression unwrapping in hclext.BoundExpr
Chores
  • #​267: Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
  • #​270: Bump golang.org/x/tools from 0.10.0 to 0.11.0
  • #​272: Bump google.golang.org/grpc from 1.55.0 to 1.57.0

v0.17.0

Compare Source

0.17.0 (2023-06-18)

This release adds support for autofix API. The EmitIssueWithFix API allows you to implement autofix in your plugin using tflint.Fixer. Autofix is available in TFLint v0.47+. In earlier versions, the autofix is ignored.

This SDK version no longer supports TFLint v0.40/v0.41. This means that plugins built using this SDK require TFLint v0.42+.

Also, the Check method has been removed from tflint.RuleSet as a minor change. This means that if you override the Check method in a custom ruleset that embeds tflint.RuleSet, it will not be called. This is classified as a breaking change, but since the Check method is not supposed to be overwritten, it is recommended to use something like NewRunner.

Breaking Changes
  • #​258: tflint: Remove Check method from tflint.RuleSet interface
  • #​263: Drop support for TFLint v0.40/v0.41
Enhancements
Chores
  • #​253: Configure aqua to install protoc
  • #​255: Bump google.golang.org/grpc from 1.54.0 to 1.55.0
  • #​257: Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2
  • #​261: Bump github.com/hashicorp/go-plugin from 1.4.9 to 1.4.10
  • #​262: Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0
  • #​264: Bump golang.org/x/tools from 0.8.0 to 0.10.0

Configuration

📅 Schedule: Branch creation - "before 5:00am on monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@multani multani merged commit be87e1f into main Sep 11, 2023
5 checks passed
@multani multani deleted the renovate/git.luolix.top-terraform-linters-tflint-plugin-sdk-0.x branch September 11, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant