jinugasachio / terraform-workspace-type

0 stars 0 forks source link

Update dependency suzuki-shunsuke/tfcmt to v3.1.0 #84

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

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`](https://togithub.com/suzuki-shunsuke/tfcmt/releases/v3.1.0) [Compare Source](https://togithub.com/suzuki-shunsuke/tfcmt/compare/v3.0.1...v3.1.0) [Pull Requests](https://togithub.com/suzuki-shunsuke/tfcmt/pulls?q=is%3Apr+milestone%3Av3.1.0) | [Issues](https://togithub.com/suzuki-shunsuke/tfcmt/issues?q=is%3Aissue+milestone%3Av3.1.0) | https://github.com/suzuki-shunsuke/tfcmt/compare/v3.0.1...v3.1.0 #### Feature [#​227](https://togithub.com/suzuki-shunsuke/tfcmt/issues/227) [#​231](https://togithub.com/suzuki-shunsuke/tfcmt/issues/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](https://togithub.com/suzuki-shunsuke/tfcmt/issues/233) Update Go from v1.17.5 to v1.18.0

Configuration

📅 Schedule: 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.



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

jinugasachio commented 2 years ago

Plan Result (.)

CI link

No changes. Your infrastructure matches the configuration.