Skip to content

Releases: sensu/sensu-email-handler

1.2.3

27 Jun 07:16
612993f
Compare
Choose a tag to compare

Preparing for release 1.2.3 with dependency version updates

1.2.2

19 Aug 20:51
Compare
Choose a tag to compare

Changelog

034de78 preparing for 1.2.2 release
aeb8d11 quick fix for time drift in test
41e55cc preparing for 1.2.2 release
5b71739 Merge pull request #69 from sensu/js/html-linebreaks
df89a03 fix time drift in test
a7069bf refactor StringLines and add new test
cf5ec0f make linter happy; happy linters make for happy users
94856f2 use golang stdlib packages for multi-line splitting
0cfadee Merge branch 'main' into js/html-linebreaks
b4d4b2b Add new templating function StringLines to split multi-line strings that will allow you to correctly html format multi-line strings using golang templating range functinality:
4041938 update the github action for linter

1.2.1

22 Apr 18:20
Compare
Choose a tag to compare

Changelog

ab08aa2 preparing for 1.2.1 release

1.2.0

16 Apr 17:10
Compare
Choose a tag to compare

Changelog

7782c9d update changelog, preparing for new release
67e9c9b Merge pull request #67 from hurrycaine/templateFunc
b28eca2 Fixes #45 adding sprig module to greatly expand template functions for body and subject

1.1.0

19 Mar 00:22
ff25f7d
Compare
Choose a tag to compare

Changelog

ff25f7d minor version bump, 1.1.0
5667755 updated sensu plugin sdk to 0.12 for hostname template function
4067644 Merge pull request #66 from sensu/maintenance/run_semgrep
02b2720 Use net.JoinHostPort instead of fmt.Sprintf

1.0.0

08 Feb 20:23
Compare
Choose a tag to compare

Changelog

ed14b01 Rolling version 1.0.0
d4d8fdc Merge pull request #64 from sensu/maintenance/handler_updates
50c016f * Updated GitHub Actions: Added Lint action * Updated build to Go 1.14 * Added Secret: true to SMTP password * Updated Bonsai to fix Windows amd64 build * Added output log line for email sent * Updated modules (go get -u && go mod tidy) * README updates
b4cb4a5 Merge pull request #61 from ghoneycutt/patch-1
08434d5 refactor Debugging instructions to be more general
10a983e Document how to run from the command line for debugging purposes
5ece810 Merge pull request #59 from nixwiz/update_readme
46b85fc nitpick - remove the output of go build being called an executable script
5b08e51 Update CHANGELOG for README updates
b08236b Add link to template docs
23b14de Clarify template file

0.9.0

30 Oct 17:44
Compare
Choose a tag to compare

Changelog

6776014 Rolled version 0.9.0
244a3ae Merge pull request #57 from nixwiz/feature/template_uuid
6a451bb Add UUIDFromBytes template function

0.8.1

22 Oct 18:50
Compare
Choose a tag to compare

Changelog

9bd92d3 Removed darwin_386 from bonsai

0.7.0

22 Jul 20:02
Compare
Choose a tag to compare

Changelog

dc64135 Updated CHANGELOG for rolling release
e6599b1 Merge pull request #53 from nixwiz/template_unixtime_format
4e15da3 fix formatting
848a849 Update CHANGELOG
9e8e8ee Update README for timestamp formatting
5ecf505 add formatting of event timestamps

0.6.0

01 Jul 22:24
Compare
Choose a tag to compare

Changelog

e0abfa6 Updated CHANGELOG for rolling release
58281d4 Merge pull request #48 from nixwiz/restore_line_breaks
8aeaa33 Updated README with HTML template changes
50e53c4 Remove replacing newlines with HTML line breaks in HTML