Skip to content

Releases: DRuggeri/alertmanager_gotify_bridge

v2.3.1

21 Mar 12:26
Compare
Choose a tag to compare

Fixed

  • Prometheus functions should now work properly in user-defined templates. Thanks for the report in #33, @cyxou!

v2.3.0

19 Feb 15:52
Compare
Choose a tag to compare

New

  • Add support for markdown in messages with the --markdown flag. Thanks for the PR in #32, @thomas-maurice!

Fixed

  • The --extended_details flag now works properly by emitting markdown instead of HTML thanks to @thomas-maurice

v2.2.1

11 Apr 11:53
Compare
Choose a tag to compare

Fixed

  • Fix bug with template processing to support both single tokens set via config and per-request overrides - thanks for the fix in #30, @IncognitoCoding!

v2.2.0

09 Apr 17:48
Compare
Choose a tag to compare

New

  • Add support for complex prometheus template processing - see the README for lots more info! Thanks, @IncognitoCoding for PR #29!

Misc

  • Ensure all Printf statements are done via the log package for time formatting consistency.

v2.1.0

13 Feb 12:41
Compare
Choose a tag to compare

New

Misc

  • The windows/arm combination will no longer be supported in releases due to lack of support in prometheus
  • Going forward, the official docker images should now contain CA anchors to avoid unknown authority errors when Gotify is running on HTTPS - thanks for the report in #25, @evandeaubl!
  • The build pipeline will build for all os/arch combinations for every commit rather than only on release

v2.0.0

17 Dec 14:47
Compare
Choose a tag to compare

New

  • Add support for go text templating and dispatch errors - thanks, @xRy-42 for PR #21!

Possibly Breaking

  • The new support for templating can potentially break messages that contain template strings like {{. See PR note for example escape syntax.

v1.0.3

12 Mar 16:48
Compare
Choose a tag to compare

Fixed

  • Version output was not properly being set in goreleaser

v1.0.2

28 Dec 19:14
Compare
Choose a tag to compare
Changes for v1.0.2

v1.0.1

05 Sep 15:37
Compare
Choose a tag to compare

New

  • No functional changes in the application code are present in this release

Fixed

  • The version 1.0.0 Docker image did not work due to an error in the ENTRYPOINT instruction. Thanks for the report in #17, @ngosang!

v1.0.0

04 Sep 19:29
Compare
Choose a tag to compare

New

  • As of this release, a scratch-based container will now be available in the Docker hub! See README for coordinates - thanks @ngosang, @mad73923 for #14!

Fixed/Breaking

  • The documentation and code for the summary/content annotation were reversed. This is now fixed, but may lead to reversed messages if you got used to the incorrect behavior. Thanks @ngosang for reporting in #14!
  • Documentation now includes the environment variables to set for overrides