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

chore(deps): update dependency suzuki-shunsuke/tfcmt to v4.14.1 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2024

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/tfcmt minor 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 the tfcmt plan command.
You can also configure this option in your configuration file.

terraform:
  plan:
    ignore_warning: true

By default, tfcmt emphasizes the warning of terraform plan, and the option -skip-no-changes is ignored if terraform plan outputs warning.

image

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

  • TFCMT_PLAN_PATCH
  • TFCMT_SKIP_NO_CHANGES
  • TFCMT_IGNORE_WARNING

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.

### Download assets from GitHub Releases.
gh release download -R suzuki-shunsuke/tfcmt v4.14.0 -p tfcmt_darwin_arm64.tar.gz

### Verify an asset.
gh attestation verify tfcmt_darwin_arm64.tar.gz \
  -R suzuki-shunsuke/tfcmt \
  --signer-workflow suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml

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 omitted

wrapCode omits the content if it is too long.

#​227 https://github.com/suzuki-shunsuke/tfcmt/releases/tag/v3.1.0

### ...
### ... The maximum length of GitHub Comment is 65536, so the content is omitted by tfcmt.
### ...

But this behaviour is a bit confusing.
This release updates wrapCode to output the warning when the content is omitted.

image

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 and GITHUB_GRAPHQL_URL in GitHub Actions

v4.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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 10, 2024 05:11
@renovate renovate bot enabled auto-merge (squash) August 10, 2024 05:11
@renovate renovate bot changed the title Update dependency suzuki-shunsuke/tfcmt to v4.12.0 Update dependency suzuki-shunsuke/tfcmt to v4.13.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-tfcmt-4.x branch from 9668463 to 2d1ff32 Compare August 13, 2024 04:48
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-tfcmt-4.x branch from 2d1ff32 to e78edc9 Compare October 4, 2024 04:30
@renovate renovate bot changed the title Update dependency suzuki-shunsuke/tfcmt to v4.13.0 Update dependency suzuki-shunsuke/tfcmt to v4.14.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-tfcmt-4.x branch from e78edc9 to fc10ff8 Compare December 1, 2024 21:58
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-tfcmt-4.x branch from fc10ff8 to bc00aa6 Compare December 28, 2024 11:21
@renovate renovate bot changed the title Update dependency suzuki-shunsuke/tfcmt to v4.14.0 chore(deps): update dependency suzuki-shunsuke/tfcmt to v4.14.0 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-tfcmt-4.x branch 2 times, most recently from 854cb58 to 585c3a5 Compare December 29, 2024 22:16
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-tfcmt-4.x branch from 585c3a5 to 5bd4312 Compare December 30, 2024 08:24
@renovate renovate bot changed the title chore(deps): update dependency suzuki-shunsuke/tfcmt to v4.14.0 chore(deps): update dependency suzuki-shunsuke/tfcmt to v4.14.1 Dec 30, 2024
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.

0 participants