Skip to content

Releases: Hubbitus/alertmanager-jira

Re-implement template parsing to be more robust

19 Aug 21:09

Choose a tag to compare

v1.1

01 Jul 16:24

Choose a tag to compare

Step to Java 21 in runtime too: db0bf81

Full Changelog: v1.0.9...v1.1

v1.0.9

28 Jun 14:51

Choose a tag to compare

Main fix for templates - now in string "Soem $error happened" will be '$error' present as is, because it is not from our context.

Upgrade Java to 21, gradle and some dependencies.

Full Changelog: v1.0.7...v1.0.8

v1.0.8

28 Jun 14:16

Choose a tag to compare

Main fix for templates - now in string "Soem $error happened" will be '$error' present as is, because it is not from our context.

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 May 05:31

Choose a tag to compare

With Summary field fixes: f15b7fa

Also:

  1. Update quarkus plugins to 3.5.1
  2. In jira__jql_to_find_issue_for_update default value add AND statusCategory != Done
  3. Alert controller and service made @CompileStatic

Full Changelog: v1.0.6...v1.0.7

v1.0.6

17 Apr 19:11

Choose a tag to compare

New release with double summary fields fix: Fix issue with possible double summary appearance like summary and jira__field__summary fields

v1.0.5

17 Apr 15:18

Choose a tag to compare

Add enhanced logging by 01d81bb

v1.0.4

09 Feb 03:31

Choose a tag to compare

Fix jira issue fields specification by pair of yaml properties
16bc0ed

v1.0.3

31 Jan 21:37

Choose a tag to compare

Enhance logging, extend documentation

v1.0.2

30 Jan 14:43

Choose a tag to compare

In logs, printing full link to the issues, instead of just key. For easy navigation and env distinguishing.