chore(deps): update dependency suzuki-shunsuke/tfcmt to v4.14.1 #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.10.0
->v4.14.1
Release Notes
suzuki-shunsuke/tfcmt (suzuki-shunsuke/tfcmt)
v4.14.1
Compare Source
Pull Requests | Issues | suzuki-shunsuke/tfcmt@v4.14.0...v4.14.1
This release is to pin JSON Schema version.
v4.14.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/tfcmt@v4.13.0...v4.14.0
Features
#1423 #1425 plan: Add the option
-ignore-warning
We've Added the option
-ignore-warning
to thetfcmt plan
command.You can also configure this option in your configuration file.
By default, tfcmt emphasizes the warning of
terraform plan
, and the option-skip-no-changes
is ignored ifterraform plan
outputs warning.This is because we think warning should not be ignored.
But actually we're aware that some users ignore warning normally and they feel warning is noisy.
In this case, it's desirable that
tfcmt plan -skip-no-changes
doesn't post a comment even if warning is outputted.So this pull request introduces a new option
-ignore-warning
.If
terraform plan
outputs warning, this option makes the template variable.Warning
empty, removing the warning from the default template.If
terraform plan -skip-no-changes
has no change and outputs warning, this option disables to post a comment.#1425 plan: Bind some environment variables to options
Others
#1417 Update Go 1.22.6 to 1.23.1
#1409 Create GitHub Artifact Attestations
https://github.com/suzuki-shunsuke/tfcmt/attestations
You can verify downloaded assets from GitHub Releases using GitHub CLI.
v4.13.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/tfcmt@v4.12.0...v4.13.0
Features
#1365 Update the template function
wrapCode
to output the warning when the content is omittedwrapCode
omits the content if it is too long.#227 https://github.com/suzuki-shunsuke/tfcmt/releases/tag/v3.1.0
But this behaviour is a bit confusing.
This release updates
wrapCode
to output the warning when the content is omitted.v4.12.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/tfcmt@v4.11.0...v4.12.0
Features
#1355 Get GitHub API endpoints from environment variables
GITHUB_API_URL
andGITHUB_GRAPHQL_URL
in GitHub Actionsv4.11.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/tfcmt@v4.10.0...v4.11.0
Features
#1336 #1339 Post comments to a pull request if the workflow run is triggered via GitHub Actions' merge_group event
Others
Update Go to 1.22.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.