Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Releases: metalmatze/alertmanager-bot

0.4.3 / 2021-01-11

11 Jan 11:08
9d50042
Compare
Choose a tag to compare
  • [ENHANCEMENT] Support description annotation which is used by newer alerts #113.
  • [ENHANCEMENT] Create jsonnet-based deployments for Kubernets and Docker Compose #115.
  • [BUGFIX] Don't have a fix "EXPOSE" as the port is configurable #106.

0.4.2 / 2020-01-11

11 Jan 17:49
bda7766
Compare
Choose a tag to compare
  • [BUGFIX] Fix flags with defaults that aren't required anymore #96.

0.4.1 / 2020-01-07

07 Jan 22:17
fd9c008
Compare
Choose a tag to compare

Update to Go 1.13 and dependencies.

  • [BUGFIX] Fix default template path #55.
  • [BUGFIX] Bring back defaults for flags #93.

0.4.0 / 2019-02-19

19 Feb 20:50
3dfe88e
Compare
Choose a tag to compare
  • [FEATURE] Add ability to use templates for Telegram messages #32.
  • [ENHANCEMENT] Truncate too large messages #52, thanks @BulatSaif.

0.3.1 / 2018-06-11

11 Jun 10:27
2cb17a0
Compare
Choose a tag to compare

0.3.0 / 2018-05-15

15 May 11:46
3da2756
Compare
Choose a tag to compare

[FEATURE] Allow for multiple bot admin users #19, thanks @slrz.
[FEATURE] Add log.level and log.json as cli flags 9050ff4.
[ENHANCEMENT] Handle Ctrl+C interrupts and shutdown bot gracefully 07c2356.
[ENHANCEMENT] Internal refactoring of HTTP calls #15, thanks @vtolstov.

0.2.1 / 2017-11-04

08 Nov 19:22
2bc6be2
Compare
Choose a tag to compare
  • [BUGFIX] /chats command send to the sender and not the chat #10

0.2 / 2017-10-17

17 Oct 10:11
52e173f
Compare
Choose a tag to compare
  • [BREAKING] Change the STORE env var to switch on the store backend instead of path
  • [FEATURE] The Bot now ignores its own name as suffix on command in a group chat [aae2dc5]
  • [FEATURE] Use libkv as store backend [6419064]
  • [ENHANCEMENT] Use dep to pin dependencies [b7e085b]
  • [ENHANCEMENT] Use the Option pattern to change the Bot's default values in NewBot().

0.1 / 2017-03-31

31 Mar 15:22
d5620ef
Compare
Choose a tag to compare

Initial release.