This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 2906774  [release] new release version 1.7.3 (#17)
2906774 is described below

commit 2906774fe83b0f1475f8c467fee9f9c331cb36a9
Author: Tom <[email protected]>
AuthorDate: Sat Sep 20 18:49:03 2025 +0800

    [release] new release version 1.7.3 (#17)
---
 README.md                                          |   2 +-
 charts/hertzbeat/Chart.yaml                        |   4 +--
 charts/hertzbeat/README.md                         |   2 +-
 .../hertzbeat/templates/collector/configmap.yaml   |   2 +-
 charts/hertzbeat/templates/manager/configmap.yaml  |  27 +++++++++++++++++++
 docs/README.md                                     |   2 +-
 docs/hertzbeat-1.7.3.tgz                           | Bin 0 -> 13070 bytes
 docs/index.yaml                                    |  30 ++++++++++++++++-----
 8 files changed, 57 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 090f4db..ffac5c1 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 ## What is Apache HertzBeat?
 
-[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) is an 
easy-to-use, open source, real-time observability system with agentless, high 
performance cluster, prometheus-compatible, offers powerful custom monitoring 
and status page building capabilities.
+[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use, 
open source, real-time observability system with agentless, high performance 
cluster, prometheus-compatible, offers powerful custom monitoring and status 
page building capabilities.
 
 ### Features
 
diff --git a/charts/hertzbeat/Chart.yaml b/charts/hertzbeat/Chart.yaml
index c381187..bb952c0 100644
--- a/charts/hertzbeat/Chart.yaml
+++ b/charts/hertzbeat/Chart.yaml
@@ -29,9 +29,9 @@ icon: 
https://raw.githubusercontent.com/apache/hertzbeat/master/home/static/img/
 # This is the chart version. This version number should be incremented each 
time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.7.2
+version: 1.7.3
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application. Versions are not 
expected to
 # follow Semantic Versioning. They should reflect the version the application 
is using.
 # It is recommended to use it with quotes.
-appVersion: "1.7.2"
+appVersion: "1.7.3"
diff --git a/charts/hertzbeat/README.md b/charts/hertzbeat/README.md
index 8f5866e..0fda51f 100644
--- a/charts/hertzbeat/README.md
+++ b/charts/hertzbeat/README.md
@@ -7,7 +7,7 @@
 
 ## What is Apache HertzBeat?
 
-[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) is an 
easy-to-use, open source, real-time observability system with agentless, high 
performance cluster, prometheus-compatible, offers powerful custom monitoring 
and status page building capabilities.
+[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use, 
open source, real-time observability system with agentless, high performance 
cluster, prometheus-compatible, offers powerful custom monitoring and status 
page building capabilities.
 
 ### Features
 
diff --git a/charts/hertzbeat/templates/collector/configmap.yaml 
b/charts/hertzbeat/templates/collector/configmap.yaml
index af647e7..c8cb410 100644
--- a/charts/hertzbeat/templates/collector/configmap.yaml
+++ b/charts/hertzbeat/templates/collector/configmap.yaml
@@ -47,7 +47,7 @@ data:
     
     collector:
       info:
-        version: ${COLLECTOR_VERSION:1.7.2}
+        version: ${COLLECTOR_VERSION:1.7.3}
         ip: ${COLLECTOR_IP:}
       dispatch:
         entrance:
diff --git a/charts/hertzbeat/templates/manager/configmap.yaml 
b/charts/hertzbeat/templates/manager/configmap.yaml
index 8c8c2bb..b10c588 100644
--- a/charts/hertzbeat/templates/manager/configmap.yaml
+++ b/charts/hertzbeat/templates/manager/configmap.yaml
@@ -48,6 +48,33 @@ data:
         multipart:
           max-file-size: 100MB
           max-request-size: 100MB
+      ai:
+        mcp:
+          server:
+            enabled: true
+            stdio: false
+            name: sse-mcp-server
+            version: 1.0.0
+            resource-change-notification: true
+            tool-change-notification: true
+            prompt-change-notification: true
+            sse-endpoint: /api/sse
+            sse-message-endpoint: /api/mcp/message
+            type: SYNC
+            capabilities:
+              tool: true
+              resource: true
+              prompt: true
+              completion: true
+        chat:
+          client:
+            enabled: false
+        openai:
+          api-key: OPENAI_API_KEY
+          chat:
+            options:
+              model: gpt-4.1-nano-2025-04-14        
+      
     management:
       health:
         mail:
diff --git a/docs/README.md b/docs/README.md
index 70e7bc9..ae4f2e1 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -7,7 +7,7 @@
 
 ## What is Apache HertzBeat?
 
-[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) is an 
easy-to-use, open source, real-time observability system with agentless, high 
performance cluster, prometheus-compatible, offers powerful custom monitoring 
and status page building capabilities.
+[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use, 
open source, real-time observability system with agentless, high performance 
cluster, prometheus-compatible, offers powerful custom monitoring and status 
page building capabilities.
 
 ### Features
 
diff --git a/docs/hertzbeat-1.7.3.tgz b/docs/hertzbeat-1.7.3.tgz
new file mode 100644
index 0000000..bfc646f
Binary files /dev/null and b/docs/hertzbeat-1.7.3.tgz differ
diff --git a/docs/index.yaml b/docs/index.yaml
index 831d88c..46ee8d3 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -1,9 +1,27 @@
 apiVersion: v1
 entries:
   hertzbeat:
+  - apiVersion: v2
+    appVersion: 1.7.3
+    created: "2025-09-09T00:39:09.737234+08:00"
+    description: An open-source, real-time monitoring system with custom 
monitoring,
+      high performance cluster and agentless capabilities.
+    digest: a0e319ee89c102bf4ad5d8d63803792b0789684321d191cda3677a676a448470
+    home: https://hertzbeat.apache.org/
+    icon: 
https://raw.githubusercontent.com/apache/hertzbeat/master/home/static/img/hertzbeat-logo.png
+    maintainers:
+    - email: [email protected]
+      name: hertzbeat
+    name: hertzbeat
+    sources:
+    - https://github.com/apache/hertzbeat
+    type: application
+    urls:
+    - hertzbeat-1.7.3.tgz
+    version: 1.7.3
   - apiVersion: v2
     appVersion: 1.7.2
-    created: "2025-07-06T18:38:42.318946+08:00"
+    created: "2025-09-09T00:39:09.736525+08:00"
     description: An open-source, real-time monitoring system with custom 
monitoring,
       high performance cluster and agentless capabilities.
     digest: 61a515ad780013cf753495dc78268f9949f0bca439d7e3e5d381c276100af297
@@ -21,7 +39,7 @@ entries:
     version: 1.7.2
   - apiVersion: v2
     appVersion: 1.7.1
-    created: "2025-07-06T18:38:42.318299+08:00"
+    created: "2025-09-09T00:39:09.734524+08:00"
     description: An open-source, real-time monitoring system with custom 
monitoring,
       high performance cluster and agentless capabilities.
     digest: c88cf892a5dd7dd0f2b8c4f5c5e8f60bf1bf569b3075416b626fbd0573c801d2
@@ -39,7 +57,7 @@ entries:
     version: 1.7.1
   - apiVersion: v2
     appVersion: 1.7.0
-    created: "2025-07-06T18:38:42.317657+08:00"
+    created: "2025-09-09T00:39:09.7336+08:00"
     description: An open-source, real-time monitoring system with custom 
monitoring,
       high performance cluster and agentless capabilities.
     digest: 17bffac6149901c55b503c68798aede2cc787514207a1c268bdd1f8a1f9ad78a
@@ -57,7 +75,7 @@ entries:
     version: 1.7.0
   - apiVersion: v2
     appVersion: v1.6.1
-    created: "2025-07-06T18:38:42.316904+08:00"
+    created: "2025-09-09T00:39:09.732565+08:00"
     description: An open-source, real-time monitoring system with custom 
monitoring,
       high performance cluster and agentless capabilities.
     digest: e9dcc170aa497b566687f0358262ed7e9358a47ef689ad4f81aa2f2822fc815f
@@ -75,7 +93,7 @@ entries:
     version: 1.6.1
   - apiVersion: v2
     appVersion: v1.6.0
-    created: "2025-07-06T18:38:42.316133+08:00"
+    created: "2025-09-09T00:39:09.731665+08:00"
     description: An open-source, real-time monitoring system with custom 
monitoring,
       high performance cluster and agentless capabilities.
     digest: 5124d17485fce48621af0ed7fe27dfddd3d7c77d04b2a7372867331cd3ed13af
@@ -91,4 +109,4 @@ entries:
     urls:
     - hertzbeat-1.6.0.tgz
     version: 1.6.0
-generated: "2025-07-06T18:38:42.314813+08:00"
+generated: "2025-09-09T00:39:09.730587+08:00"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to