Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
golang-github-prometheus-alertmanager for openSUSE:Factory checked in at 
2026-02-18 17:11:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-alertmanager (Old)
 and      
/work/SRC/openSUSE:Factory/.golang-github-prometheus-alertmanager.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-github-prometheus-alertmanager"

Wed Feb 18 17:11:30 2026 rev:30 rq:1333711 version:0.31.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-alertmanager/golang-github-prometheus-alertmanager.changes
      2026-02-06 19:17:20.249763259 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-alertmanager.new.1977/golang-github-prometheus-alertmanager.changes
    2026-02-18 17:12:17.550866500 +0100
@@ -1,0 +2,8 @@
+Thu Feb 12 06:13:34 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- update to 0.31.1:
+  * [BUGFIX] docs: Fix email TLS configuration example. #4976
+  * [BUGFIX] docs: Add telegram bot token options to global config
+    docs. #4999
+
+-------------------------------------------------------------------

Old:
----
  alertmanager-0.31.0.tar.gz

New:
----
  alertmanager-0.31.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ golang-github-prometheus-alertmanager.spec ++++++
--- /var/tmp/diff_new_pack.NRWcYY/_old  2026-02-18 17:12:18.802918693 +0100
+++ /var/tmp/diff_new_pack.NRWcYY/_new  2026-02-18 17:12:18.806918860 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           golang-github-prometheus-alertmanager
-Version:        0.31.0
+Version:        0.31.1
 Release:        0
 Summary:        Prometheus Alertmanager
 License:        Apache-2.0

++++++ alertmanager-0.31.0.tar.gz -> alertmanager-0.31.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alertmanager-0.31.0/CHANGELOG.md 
new/alertmanager-0.31.1/CHANGELOG.md
--- old/alertmanager-0.31.0/CHANGELOG.md        2026-02-02 13:59:08.000000000 
+0100
+++ new/alertmanager-0.31.1/CHANGELOG.md        2026-02-11 21:55:43.000000000 
+0100
@@ -5,6 +5,11 @@
 * [ENHANCEMENT] ...
 * [BUGFIX] ...
 
+## 0.31.1 / 2026-02-11
+
+* [BUGFIX] docs: Fix email TLS configuration example. #4976
+* [BUGFIX] docs: Add telegram bot token options to global config docs. #4999
+
 ## 0.31.0 / 2026-02-02
 
 * [ENHANCEMENT] docs(opsgenie): Fix description of `api_url` field. #4908
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alertmanager-0.31.0/VERSION 
new/alertmanager-0.31.1/VERSION
--- old/alertmanager-0.31.0/VERSION     2026-02-02 13:59:08.000000000 +0100
+++ new/alertmanager-0.31.1/VERSION     2026-02-11 21:55:43.000000000 +0100
@@ -1 +1 @@
-0.31.0
+0.31.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alertmanager-0.31.0/docs/configuration.md 
new/alertmanager-0.31.1/docs/configuration.md
--- old/alertmanager-0.31.0/docs/configuration.md       2026-02-02 
13:59:08.000000000 +0100
+++ new/alertmanager-0.31.1/docs/configuration.md       2026-02-11 
21:55:43.000000000 +0100
@@ -123,6 +123,8 @@
   [ wechat_api_secret_file: <string> ]
   [ wechat_api_corp_id: <string> ]
   [ telegram_api_url: <string> | default = "https://api.telegram.org"; ]
+  [ telegram_bot_token: <secret> ]
+  [ telegram_bot_token_file: <string> ]
   [ webex_api_url: <string> | default = "https://webexapis.com/v1/messages"; ]
   # The default HTTP client configuration
   [ http_config: <http_config> ]
@@ -1010,6 +1012,16 @@
 # previously set by the notification implementation.
 [ headers: { <string>: <tmpl_string>, ... } ]
 
+# Email threading configuration.
+threading:
+  # Whether to enable threading, which makes alert notifications in the same
+  # alert group show up in the same email thread.
+  [ enabled: <boolean> | default = false ]
+  # What granularity of current date to thread by. Accepted values: daily, 
none.
+  # (none means group by alert group key, no date).
+  [ thread_by_date: <string> | default = daily ]
+```
+
 #### Email TLS Configuration Examples
 
 ```yaml
@@ -1031,16 +1043,6 @@
         smarthost: smtp.example.com:587  # Auto-detects explicit TLS
 ```
 
-# Email threading configuration.
-threading:
-  # Whether to enable threading, which makes alert notifications in the same
-  # alert group show up in the same email thread.
-  [ enabled: <boolean> | default = false ]
-  # What granularity of current date to thread by. Accepted values: daily, 
none.
-  # (none means group by alert group key, no date).
-  [ thread_by_date: <string> | default = daily ]
-```
-
 ### `<mattermost_config>`
 
 Mattermost notifications are sent via the [Mattermost webhook 
API](https://developers.mattermost.com/integrate/webhooks/incoming/).

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-alertmanager/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-alertmanager.new.1977/vendor.tar.gz
 differ: char 135, line 1

Reply via email to