Skip to content

Releases: juan-vg/terraform-pr-commenter

v2.1.1

23 Jul 14:45
de85c9c
Compare
Choose a tag to compare
  • Fix PLAN errors not being shown in the comment
  • Improve truncation message for plan comments

v2.1.0

03 Jul 12:01
f2a36ca
Compare
Choose a tag to compare
  • Link to logs added to all types
  • Add the option to make the logs link more accurate
    • New optional input argument commenter_job_name to specify the job name for the logs link
    • New optional input argument commenter_step_name to specify the step name for the logs link
  • Standardize the chars limit handling

v2.0.0

01 Jul 15:39
0c45d48
Compare
Choose a tag to compare
  • Switch from raw Terraform output as input, to a file containing the output. This is meant to overcome the Argument list too long error
    • The argument commenter_input no longer exists in favor of commenter_input_file

v1.6.1

28 Jun 12:08
Compare
Choose a tag to compare
  • Improve char-limit handling for plan comments
    • Keep 65000 chars instead of 65300 to make enough room for comment wrapper
    • Keep the last chars instead of the first ones when truncating (they're usually more useful)
  • Always add a link to full logs on plan comments

This is based on robburger#25

v1.6.0

28 Jun 08:22
Compare
Choose a tag to compare
  • Bump to Terraform v1.9.0 internally (fixes curl problem)
  • Removes the cleaning of plan's last lines

This is based on robburger#49 and it probably fixes robburger#48