Releases: juan-vg/terraform-pr-commenter
Releases · juan-vg/terraform-pr-commenter
v2.1.1
- Fix PLAN errors not being shown in the comment
- Improve truncation message for plan comments
v2.1.0
- 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
- New optional input argument
- Standardize the chars limit handling
v2.0.0
- 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 ofcommenter_input_file
- The argument
v1.6.1
- 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
- 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