Releases: mercari/tfnotify
Releases · mercari/tfnotify
v1.1.9
Changelog
- b1a4d9d Merge pull request #148 from mercari/patch-fix
- e1380f6 Fix useThreads variable declaration position
- 39faba2 Merge pull request #147 from mercari/patch/fix-threaded
- a8c7a5f add threaded fix
- def56ed Merge pull request #146 from mercari/patch/v1.1.9
- 7ae2917 Add strconv import to controller.go
- f1e3f76 Merge pull request #145 from mercari/v1.1.7
- 3cbb0f2 exposes threaded and plan, apply errors as env vars
v1.1.8
v1.1.6-alpha
v1.1.7
v1.1.7-alpha
Changelog
- 0534df4 Update thread to use result instead of body
v1.1.6
Changelog
- 692c2c5 Merge pull request #142 from mercari/Terragrunt/Parser
- a9bd25f Merge pull request #141 from szksh-lab-2/fix-copyright
- f8ea6b0 Remove HTML tags from consolidated Terragrunt output - use plain text format
- c5ba1f3 fix(terragrunt): prevent duplicate captures and skip root module in consolidation
- a549a58 fix(terragrunt): capture plan summaries and resource details in consolidated mode
- 3051a59 fix(terragrunt): update regex to handle INFO/ERROR levels and tfwrapper.sh prefix
- 82bfd29 fix(terragrunt): properly enable consolidated mode in parser
- 1817c29 fix(terragrunt): support tf: prefix and multi-line module headers in parser
- 0c8ac95 fix: revert to unversioned archive names for aqua compatibility
- 4307ce1 fix: include version in archive name
- 9a43635 feat: add slack env var overrides and fix terragrunt consolidation
- f1ffec5 Log when consolidated mode is enabled
- 4bb7744 Update README
- 0f8502f Add Terragrunt Parser
- 99ad639 Add copyright attribution for tfcmt
- 5af12be Merge pull request #138 from mercari/html/escape_ghcmt
v1.1.5-alpha
v1.1.5
v1.1.4-alpha
What's Changed
Bug Fixes
- Fix AI Summary HTML escaping: Changed from
escapeHTMLtoavoidHTMLEscapeto prevent HTML entities like"from appearing in GitHub comments - Fix CI link HTML escaping: Use
avoidHTMLEscapefor CI links to prevent URL characters from being escaped, ensuring proper Markdown link rendering
Details
The html/template engine was auto-escaping content, which caused issues in GitHub Markdown comments:
- AI summaries showed
["default-error"]instead of["default-error"] - CI links had escaped slashes preventing proper URL rendering
This release ensures both AI summaries and CI links render correctly in GitHub comments.
Full Changelog: v1.1.3...v1.1.4-alpha