File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.6.1 / 2026-03-20
2+
3+ ### Enhancements
4+
5+ - Optimize the alarm tenant matching mechanism (#302 ) @wanjunlei
6+
17## v2.6.0 / 2025-06-30
28
39### Enhancements
Original file line number Diff line number Diff line change @@ -82,17 +82,17 @@ We assume you already have a Kubernetes cluster (v1.16+). You can install one us
8282
8383``` shell
8484# Deploy CRDs and the Notification Manager Operator:
85- kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.0 /bundle.yaml
85+ kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.1 /bundle.yaml
8686# Deploy default template:
87- kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.0 /template.yaml
87+ kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.1 /template.yaml
8888# Deploy built-in language packs.
89- kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.0 /zh-cn.yaml
89+ kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.1 /zh-cn.yaml
9090```
9191
9292#### Install with helm
9393
9494``` shell
95- helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.6.0 /notification-manager.tgz
95+ helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.6.1 /notification-manager.tgz
9696```
9797
9898### Configure NotificationManager
@@ -103,7 +103,7 @@ ensures a deployment meeting the resource requirements is running.
103103We should create a NotificationManager CR first, skip this when using helm install.
104104
105105``` shell
106- kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.0 /notification_manager.yaml
106+ kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.6.1 /notification_manager.yaml
107107```
108108
109109### Configure sender
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ This page describes the release process and the currently planned schedule for u
2121| v2.5.1 | 2024-04-03 | leiwanjun (GitHub: @leiwanjun ) |
2222| v2.5.2 | 2024-04-14 | leiwanjun (GitHub: @leiwanjun ) |
2323| v2.6.0 | 2025-06-30 | Gentleelephant (GitHub: @Gentleelephant ) |
24+ | v2.6.1 | 2026-03-20 | leiwanjun (GitHub: @leiwanjun ) |
2425
2526# How to cut a new release
2627
Original file line number Diff line number Diff line change 1- v2.6.0
1+ v2.6.1
Original file line number Diff line number Diff line change 1111 requests :
1212 cpu : 100m
1313 memory : 20Mi
14- image : kubesphere/notification-manager:v2.6.0
14+ image : kubesphere/notification-manager:v2.6.1
1515 imagePullPolicy : Always
1616 serviceAccountName : notification-manager-sa
1717 portName : webhook
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : 2.6.0
2+ appVersion : 2.6.1
33description : Notification Manager manages notifications in multi-tenant K8s environment. It receives alerts or notifications from different senders and then send notifications to various tenant receivers based on alerts/notifications' tenant label like "namespace".
44name : notification-manager
5- version : 2.6.0
5+ version : 2.6.1
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ operator:
2727 operator :
2828 image :
2929 repo : kubesphere/notification-manager-operator
30- # tag: v2.6.0
30+ # tag: v2.6.1
3131 pullPolicy : IfNotPresent
3232 resources :
3333 limits :
@@ -45,7 +45,7 @@ operator:
4545notificationmanager :
4646 image :
4747 repo : kubesphere/notification-manager
48- # tag: v2.6.0
48+ # tag: v2.6.1
4949 pullPolicy : IfNotPresent
5050 sidecar :
5151 image :
You can’t perform that action at this time.
0 commit comments