From c24943b498b48fc9bcccda583273bd274bb9a4d1 Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Wed, 20 Sep 2023 13:35:38 +0800 Subject: [PATCH] preparing for release v2.4.0 Signed-off-by: wanjunlei --- CHANGLOG.md | 10 ++++++++++ README.md | 10 +++++----- RELEASE.md | 1 + helm/Chart.yaml | 4 ++-- helm/values.yaml | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGLOG.md b/CHANGLOG.md index 77fd97c8..15f34ccd 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -1,3 +1,13 @@ +## v2.4.0 / 2023-09-20 + +### FEATURES + +- Support sending notifications to telegram(#210). @mangoGoForward + +### Enhancements + +- Supports regular expression matching in Receiver, Silence, and Router(#215). @wenchajun + ## v2.3.0 / 2023-04-12 ### Enhancements diff --git a/README.md b/README.md index a209a6cb..e6936a67 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.3.0/bundle.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.4.0/bundle.yaml # Deploy default template: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0/template.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.4.0/template.yaml # Deploy built-in language packs. -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0/zh-cn.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.4.0/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.3.0/notification-manager.tgz +helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.4.0/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.3.0/notification_manager.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.4.0/notification_manager.yaml ``` ### Configure sender diff --git a/RELEASE.md b/RELEASE.md index b9f3ea86..3069fc50 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -16,6 +16,7 @@ This page describes the release process and the currently planned schedule for u | v2.2.0 | 2023-01-06 | Gentleelephant (GitHub: @Gentleelephant) | | v2.3.0-rc.0 | 2023-02-07 | leiwanjun (GitHub: @leiwanjun) | | v2.3.0 | 2023-04-12 | leiwanjun (GitHub: @leiwanjun) | +| v2.4.0 | 2023-09-20 | leiwanjun (GitHub: @leiwanjun) | # How to cut a new release diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ffeafda6..fe6d00ae 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 2.3.0 +appVersion: 2.4.0 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.3.0 +version: 2.4.0 diff --git a/helm/values.yaml b/helm/values.yaml index 947cc5cd..76b8cba9 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -30,7 +30,7 @@ operator: operator: image: repo: kubesphere/notification-manager-operator - tag: v2.3.0 + tag: v2.4.0 pullPolicy: IfNotPresent resources: limits: @@ -48,7 +48,7 @@ operator: notificationmanager: image: repo: kubesphere/notification-manager - tag: v2.3.0 + tag: v2.4.0 pullPolicy: IfNotPresent replicas: 1 resources: