Skip to content

Releases: mercari/tfnotify

v1.1.9

21 Feb 15:58
b1a4d9d

Choose a tag to compare

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

10 Feb 07:38
d9b10a4

Choose a tag to compare

Changelog

  • d9b10a4 Merge pull request #144 from mercari/fix/github-slack
  • 34f2b81 Remove onDestroy notification
  • bcaaa0b Set threaded to true
  • 6a1d228 Update notifier to slice to notify on all systems

v1.1.6-alpha

10 Feb 04:41
bcaaa0b

Choose a tag to compare

v1.1.6-alpha Pre-release
Pre-release

Changelog

  • bcaaa0b Set threaded to true
  • 6a1d228 Update notifier to slice to notify on all systems

v1.1.7

06 Feb 18:37
7deb996

Choose a tag to compare

Changelog

  • 7deb996 Merge pull request #143 from mercari/v.1.1.7
  • 0534df4 Update thread to use result instead of body

v1.1.7-alpha

05 Feb 20:24
0534df4

Choose a tag to compare

v1.1.7-alpha Pre-release
Pre-release

Changelog

  • 0534df4 Update thread to use result instead of body

v1.1.6

05 Feb 05:56
692c2c5

Choose a tag to compare

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

02 Dec 14:47
53d2fcd

Choose a tag to compare

v1.1.5-alpha Pre-release
Pre-release

Changelog

  • 53d2fcd Adds playbook id to commander
  • 5af12be Merge pull request #138 from mercari/html/escape_ghcmt

v1.1.5

01 Dec 07:05
60bb61e

Choose a tag to compare

Changelog

  • 60bb61e Fix CI link HTML escaping in templates
  • b75542d Use avoidHTMLEscape for AI Summary to prevent auto-escaping in GitHub Markdown
  • 08db1fa Remove HTML escaping from AI Summary for GitHub Markdown compatibility
  • e8dadaa add html escape
  • 9406e31 Merge pull request #137 from mercari/v1.1.5

v1.1.4-alpha

01 Dec 03:48
60bb61e

Choose a tag to compare

v1.1.4-alpha Pre-release
Pre-release

What's Changed

Bug Fixes

  • Fix AI Summary HTML escaping: Changed from escapeHTML to avoidHTMLEscape to prevent HTML entities like " from appearing in GitHub comments
  • Fix CI link HTML escaping: Use avoidHTMLEscape for 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

v1.1.4

12 Nov 09:36
3ed0f71

Choose a tag to compare

Changelog