Skip to content

Commit 0ae07a0

Browse files
SoloJacobsSuperQ
andauthored
Release v0.31.0 (#4916)
* [ENHANCEMENT] docs(opsgenie): Fix description of `api_url` field. #4908 * [ENHANCEMENT] docs(slack): Document missing app configs. #4871 * [ENHANCEMENT] docs: Fix `max-silence-size-bytes`. #4805 * [ENHANCEMENT] docs: Update expr for `AlertmanagerClusterFailedToSendAlerts` to exclude value 0. #4872 * [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131 * [ENHANCEMENT] docs: add notification integrations. #4901 * [ENHANCEMENT] docs: update `slack_config` attachments documentation links. #4802 * [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810 * [ENHANCEMENT] provider: Reduce lock contention. #4809 * [FEATURE] slack: Add support for top-level text field in slack notification. #4867 * [FEATURE] smtp: Add support for authsecret from file. #3087 * [FEATURE] smtp: Customize the ssl/tls port support (#4757). #4818 * [FEATURE] smtp: Enhance email notifier configuration validation. #4826 * [FEATURE] telegram: Add `chat_id_file` configuration parameter. #4909 * [FEATURE] telegram: Support global bot token. #4823 * [FEATURE] webhook: Support templating in url fields. #4798 * [FEATURE] wechat: Add config directive to pass api secret via file. #4734 * [FEATURE] provider: Implement per alert limits. #4819 * [BUGFIX] Allow empty `group_by` to override parent route. #4825 * [BUGFIX] Set `spellcheck=false` attribute on silence filter input. #4811 * [BUGFIX] jira: Fix for handling api v3 with ADF. #4756 * [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #4892 --------- Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com> Signed-off-by: Ben Kochie <superq@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com>
1 parent b6c86c6 commit 0ae07a0

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@
55
* [ENHANCEMENT] ...
66
* [BUGFIX] ...
77

8+
## 0.31.0 / 2026-02-02
9+
10+
* [ENHANCEMENT] docs(opsgenie): Fix description of `api_url` field. #4908
11+
* [ENHANCEMENT] docs(slack): Document missing app configs. #4871
12+
* [ENHANCEMENT] docs: Fix `max-silence-size-bytes`. #4805
13+
* [ENHANCEMENT] docs: Update expr for `AlertmanagerClusterFailedToSendAlerts` to exclude value 0. #4872
14+
* [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131
15+
* [ENHANCEMENT] docs: add notification integrations. #4901
16+
* [ENHANCEMENT] docs: update `slack_config` attachments documentation links. #4802
17+
* [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810
18+
* [ENHANCEMENT] provider: Reduce lock contention. #4809
19+
* [FEATURE] slack: Add support for top-level text field in slack notification. #4867
20+
* [FEATURE] smtp: Add support for authsecret from file. #3087
21+
* [FEATURE] smtp: Customize the ssl/tls port support (#4757). #4818
22+
* [FEATURE] smtp: Enhance email notifier configuration validation. #4826
23+
* [FEATURE] telegram: Add `chat_id_file` configuration parameter. #4909
24+
* [FEATURE] telegram: Support global bot token. #4823
25+
* [FEATURE] webhook: Support templating in url fields. #4798
26+
* [FEATURE] wechat: Add config directive to pass api secret via file. #4734
27+
* [FEATURE] provider: Implement per alert limits. #4819
28+
* [BUGFIX] Allow empty `group_by` to override parent route. #4825
29+
* [BUGFIX] Set `spellcheck=false` attribute on silence filter input. #4811
30+
* [BUGFIX] jira: Fix for handling api v3 with ADF. #4756
31+
* [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #4892
32+
833
## 0.30.1 / 2026-01-12
934

1035
* [BUGFIX] Fix memory leak in tracing client. #4828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.1
1+
0.31.0

0 commit comments

Comments
 (0)