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 dependency suzuki-shunsuke/tfcmt to v3.1.0 - autoclosed #51

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/tfcmt minor v3.0.1 -> v3.1.0

Release Notes

suzuki-shunsuke/tfcmt

v3.1.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/tfcmt@v3.0.1...v3.1.0

Feature

#​227 #​231 Omit too long text in the template function wrapCode automatically

tfcmt fails to post a comment if the comment is too long because the maximum length of GitHub Comment is 65536.

422 Validation Failed [{Resource:IssueComment Field:data Code:unprocessable Message:Body is too long (maximum is 65536 characters)}]

To prevent the error, the template function wrapCode checks the length of the text and if the length is over 60000, the text is omitted as the following.

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:
### null_resource.foo will be created
  + resource "null_resource" "foo" {
      + id = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.foo: Creating...
null_resource.foo: Creation complete after 0s [id=8966706083595703589]
### ...
### ... The maximum length of GitHub Comment is 65536, so the content is omitted by tfcmt.
### ...

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

Others

#​233 Update Go from v1.17.5 to v1.18.0


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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, click this checkbox.

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

@renovate renovate bot changed the title Update dependency suzuki-shunsuke/tfcmt to v3.1.0 Update dependency suzuki-shunsuke/tfcmt to v3.1.0 - autoclosed May 20, 2022
@renovate renovate bot closed this May 20, 2022
@renovate renovate bot deleted the renovate/suzuki-shunsuke-tfcmt-3.x branch May 20, 2022 01:27
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