Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 29, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/terraform-linters/tflint-plugin-sdk v0.23.0 -> v0.23.1 age confidence

Release Notes

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

v0.23.1

Compare Source

What's Changed

Bug Fixes
Chores

Full Changelog: terraform-linters/tflint-plugin-sdk@v0.23.0...v0.23.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 29, 2025
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2025

/gcbrun

@gemini-code-assist
Copy link

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the tflint-plugin-sdk dependency to its latest patch version, v0.23.1. This update primarily addresses a bug related to array-based JSON syntax handling within TFLint expressions, ensuring more robust parsing capabilities. It also brings in minor internal dependency updates for the SDK itself, contributing to overall stability and maintenance.

Highlights

  • Dependency Update: Updates the github.com/terraform-linters/tflint-plugin-sdk from v0.23.0 to v0.23.1.
  • Bug Fix: Incorporates a fix to support array-based JSON syntax within WalkExpressions in the TFLint plugin SDK.
  • Internal Dependency Bumps: Includes minor version bumps for internal dependencies of the tflint-plugin-sdk, such as google.golang.org/protobuf, google.golang.org/grpc, and golang.org/x/tools.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the github.com/terraform-linters/tflint-plugin-sdk module to v0.23.1. While the direct dependency update in go.mod is correct, it appears the transitive dependencies have not been updated accordingly. This can lead to using outdated packages. I've left a comment with details on how to resolve this by updating the go.mod and go.sum files.

github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/hcl/v2 v2.24.0
github.com/terraform-linters/tflint-plugin-sdk v0.23.0
github.com/terraform-linters/tflint-plugin-sdk v0.23.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While tflint-plugin-sdk is updated to v0.23.1, the transitive dependencies in go.mod and go.sum appear to be stale. The v0.23.1 release of tflint-plugin-sdk updated several of its own dependencies, but these changes are not reflected here.

For example:

  • google.golang.org/grpc should be v1.76.0, but is v1.75.1.
  • google.golang.org/protobuf should be v1.36.10, but is v1.36.9.
  • golang.org/x/tools should be v0.38.0, but is v0.37.0.

Please run go mod tidy to update the transitive dependencies and commit the changes to go.mod and go.sum.

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 1fbddd7 to fce847a Compare October 30, 2025 00:44
@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from fce847a to 5493161 Compare October 30, 2025 02:39
@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 5493161 to bdcda43 Compare October 30, 2025 04:17
@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from bdcda43 to 06b58a3 Compare October 30, 2025 22:16
@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 06b58a3 to ce40293 Compare October 31, 2025 05:16
@dpebot
Copy link
Collaborator

dpebot commented Oct 31, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from ce40293 to 49ca60f Compare November 3, 2025 05:18
@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 49ca60f to 51509b9 Compare November 3, 2025 17:58
@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 51509b9 to 818b72c Compare November 3, 2025 18:30
@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 818b72c to 3389230 Compare November 3, 2025 18:34
@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 3389230 to 0f4e54f Compare November 4, 2025 00:39
@dpebot
Copy link
Collaborator

dpebot commented Nov 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 0f4e54f to 3545ad5 Compare November 12, 2025 22:07
@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2025

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 935f2af to 946137a Compare December 19, 2025 21:41
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 946137a to 5b39b06 Compare December 19, 2025 21:50
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 5b39b06 to d4ff636 Compare December 19, 2025 22:44
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from d4ff636 to e47f35f Compare December 20, 2025 01:40
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from e47f35f to f8abe79 Compare December 22, 2025 19:19
@dpebot
Copy link
Collaborator

dpebot commented Dec 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from f8abe79 to ff51a57 Compare December 22, 2025 20:31
@dpebot
Copy link
Collaborator

dpebot commented Dec 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from ff51a57 to 712fef6 Compare December 22, 2025 21:19
@dpebot
Copy link
Collaborator

dpebot commented Dec 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 712fef6 to a3e9aef Compare December 23, 2025 18:47
@dpebot
Copy link
Collaborator

dpebot commented Dec 23, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from a3e9aef to 8cf1654 Compare December 26, 2025 17:06
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 8cf1654 to 6154051 Compare December 26, 2025 17:10
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 6154051 to 02fa82e Compare December 26, 2025 17:14
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 02fa82e to 9588e61 Compare December 26, 2025 23:58
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 9588e61 to 10641f5 Compare December 29, 2025 17:35
@dpebot
Copy link
Collaborator

dpebot commented Dec 29, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/tflint-ruleset-blueprint-github.com-terraform-linters-tflint-plugin-sdk-0.x branch from 10641f5 to d347abc Compare December 29, 2025 18:06
@dpebot
Copy link
Collaborator

dpebot commented Dec 29, 2025

/gcbrun

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants