From 88759e44f7814e1a03c05925228414ffc4b619cc Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Wed, 3 Apr 2024 14:54:15 +0800 Subject: [PATCH] release 2.5.1 Signed-off-by: wanjunlei --- CHANGLOG.md | 7 +++++++ README.md | 10 +++++----- RELEASE.md | 1 + VERSION | 2 +- config/bundle.yaml | 2 +- config/manager/kustomization.yaml | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 4 ++-- 8 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGLOG.md b/CHANGLOG.md index f786c2d..3e9ba66 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -1,3 +1,10 @@ +## v2.5.1 / 2024-04-03 + +### Bugfix + +- fix bug regex silence will silence all alerts(#257). @wanjunlei + + ## v2.5.0 / 2024-03-21 ### FEATURES diff --git a/README.md b/README.md index 771c568..138bc71 100644 --- a/README.md +++ b/README.md @@ -82,17 +82,17 @@ We assume you already have a Kubernetes cluster (v1.16+). You can install one us ```shell # Deploy CRDs and the Notification Manager Operator: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.0/bundle.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.1/bundle.yaml # Deploy default template: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.0/template.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.1/template.yaml # Deploy built-in language packs. -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.0/zh-cn.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.1/zh-cn.yaml ``` #### Install with helm ```shell -helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.5.0/notification-manager.tgz +helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.5.1/notification-manager.tgz ``` ### Configure NotificationManager @@ -103,7 +103,7 @@ ensures a deployment meeting the resource requirements is running. We should create a NotificationManager CR first, skip this when using helm install. ```shell -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.0/notification_manager.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.5.1/notification_manager.yaml ``` ### Configure sender diff --git a/RELEASE.md b/RELEASE.md index 55f4690..c53d59c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,6 +18,7 @@ This page describes the release process and the currently planned schedule for u | v2.3.0 | 2023-04-12 | leiwanjun (GitHub: @leiwanjun) | | v2.4.0 | 2023-09-20 | leiwanjun (GitHub: @leiwanjun) | | v2.5.0 | 2024-03-21 | leiwanjun (GitHub: @leiwanjun) | +| v2.5.1 | 2024-04-03 | leiwanjun (GitHub: @leiwanjun) | # How to cut a new release diff --git a/VERSION b/VERSION index 21222ce..2c3fc41 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.5.0 +v2.5.1 diff --git a/config/bundle.yaml b/config/bundle.yaml index bb6c94b..6d3dd54 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -8044,7 +8044,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: kubesphere/notification-manager-operator:v2.5.0 + image: kubesphere/notification-manager-operator:v2.5.1 imagePullPolicy: Always name: notification-manager-operator ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 968fbc1..240974e 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: kubesphere/notification-manager-operator - newTag: v2.5.0 + newTag: v2.5.1 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bb0406a..4f1e3ce 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 2.5.0 +appVersion: 2.5.1 description: 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". name: notification-manager -version: 2.5.0 +version: 2.5.1 diff --git a/helm/values.yaml b/helm/values.yaml index dd4fa1b..70672a0 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -28,7 +28,7 @@ operator: operator: image: repo: kubesphere/notification-manager-operator - tag: v2.5.0 + tag: v2.5.1 pullPolicy: IfNotPresent resources: limits: @@ -46,7 +46,7 @@ operator: notificationmanager: image: repo: kubesphere/notification-manager - tag: v2.5.0 + tag: v2.5.1 pullPolicy: IfNotPresent sidecar: image: